jonatanklosko commited on
Commit
e563203
·
verified ·
1 Parent(s): 066a19c

Upload config

Browse files
Files changed (1) hide show
  1. config.json +146 -0
config.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "attention_bias": false,
3
+ "attention_dropout": 0.0,
4
+ "head_dim": 128,
5
+ "hidden_act": "silu",
6
+ "hidden_size": 4096,
7
+ "initializer_range": 0.02,
8
+ "intermediate_size": 22016,
9
+ "layer_types": [
10
+ "full_attention",
11
+ "full_attention",
12
+ "full_attention",
13
+ "full_attention",
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention",
26
+ "full_attention",
27
+ "full_attention",
28
+ "full_attention",
29
+ "full_attention",
30
+ "full_attention",
31
+ "full_attention",
32
+ "full_attention",
33
+ "full_attention",
34
+ "full_attention",
35
+ "full_attention",
36
+ "full_attention",
37
+ "full_attention",
38
+ "full_attention",
39
+ "full_attention",
40
+ "full_attention",
41
+ "full_attention"
42
+ ],
43
+ "max_position_embeddings": 32768,
44
+ "max_window_layers": 28,
45
+ "model_type": "qwen3",
46
+ "num_attention_heads": 32,
47
+ "num_hidden_layers": 32,
48
+ "num_key_value_heads": 32,
49
+ "rms_norm_eps": 1e-06,
50
+ "rope_scaling": null,
51
+ "rope_theta": 10000.0,
52
+ "sliding_window": null,
53
+ "tie_word_embeddings": false,
54
+ "transformers_version": "4.57.0",
55
+ "use_cache": true,
56
+ "use_sliding_window": false,
57
+ "vocab_size": {
58
+ "_name_or_path": "",
59
+ "add_cross_attention": false,
60
+ "architectures": null,
61
+ "attention_bias": false,
62
+ "attention_dropout": 0.0,
63
+ "attention_probs_dropout_prob": 0.1,
64
+ "bad_words_ids": null,
65
+ "begin_suppress_tokens": null,
66
+ "bos_token_id": null,
67
+ "chunk_size_feed_forward": 0,
68
+ "cross_attention_hidden_size": null,
69
+ "decoder_start_token_id": null,
70
+ "diversity_penalty": 0.0,
71
+ "do_sample": false,
72
+ "dtype": null,
73
+ "early_stopping": false,
74
+ "encoder_no_repeat_ngram_size": 0,
75
+ "eos_token_id": null,
76
+ "exponential_decay_length_penalty": null,
77
+ "finetuning_task": null,
78
+ "forced_bos_token_id": null,
79
+ "forced_eos_token_id": null,
80
+ "head_dim": 128,
81
+ "hidden_act": "gelu",
82
+ "hidden_dropout_prob": 0.1,
83
+ "hidden_size": 32,
84
+ "id2label": {
85
+ "0": "LABEL_0",
86
+ "1": "LABEL_1"
87
+ },
88
+ "initializer_range": 0.02,
89
+ "intermediate_size": 37,
90
+ "is_decoder": false,
91
+ "is_encoder_decoder": false,
92
+ "label2id": {
93
+ "LABEL_0": 0,
94
+ "LABEL_1": 1
95
+ },
96
+ "layer_types": [
97
+ "full_attention",
98
+ "full_attention"
99
+ ],
100
+ "length_penalty": 1.0,
101
+ "max_length": 20,
102
+ "max_position_embeddings": 512,
103
+ "max_window_layers": 28,
104
+ "min_length": 0,
105
+ "model_type": "qwen3",
106
+ "no_repeat_ngram_size": 0,
107
+ "num_attention_heads": 4,
108
+ "num_beam_groups": 1,
109
+ "num_beams": 1,
110
+ "num_hidden_layers": 2,
111
+ "num_key_value_heads": 32,
112
+ "num_return_sequences": 1,
113
+ "output_attentions": false,
114
+ "output_hidden_states": false,
115
+ "output_scores": false,
116
+ "pad_token_id": 0,
117
+ "prefix": null,
118
+ "problem_type": null,
119
+ "pruned_heads": {},
120
+ "remove_invalid_values": false,
121
+ "repetition_penalty": 1.0,
122
+ "return_dict": true,
123
+ "return_dict_in_generate": false,
124
+ "rms_norm_eps": 1e-06,
125
+ "rope_scaling": null,
126
+ "rope_theta": 10000.0,
127
+ "sep_token_id": null,
128
+ "sliding_window": null,
129
+ "suppress_tokens": null,
130
+ "task_specific_params": null,
131
+ "temperature": 1.0,
132
+ "tf_legacy_loss": false,
133
+ "tie_encoder_decoder": false,
134
+ "tie_word_embeddings": false,
135
+ "tokenizer_class": null,
136
+ "top_k": 50,
137
+ "top_p": 1.0,
138
+ "torchscript": false,
139
+ "type_vocab_size": 16,
140
+ "typical_p": 1.0,
141
+ "use_bfloat16": false,
142
+ "use_cache": true,
143
+ "use_sliding_window": false,
144
+ "vocab_size": 1024
145
+ }
146
+ }