Update config.json
Browse files- config.json +19 -12
config.json
CHANGED
@@ -1,7 +1,12 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
2 |
"attention_dropout": 0.0,
|
|
|
3 |
"encoder_config": {
|
4 |
-
"_name_or_path": "
|
5 |
"add_cross_attention": false,
|
6 |
"architectures": [
|
7 |
"Qwen2ForCausalLM"
|
@@ -83,22 +88,24 @@
|
|
83 |
"use_sliding_window": false,
|
84 |
"vocab_size": 151936
|
85 |
},
|
|
|
86 |
"hidden_act": "silu",
|
87 |
-
"hidden_size":
|
88 |
"initializer_range": 0.02,
|
89 |
-
"intermediate_size":
|
90 |
-
"max_position_embeddings":
|
91 |
"max_window_layers": 28,
|
92 |
"model_type": "dolphin",
|
93 |
-
"num_attention_heads":
|
94 |
-
"num_hidden_layers":
|
95 |
-
"num_key_value_heads":
|
96 |
"rms_norm_eps": 1e-06,
|
97 |
-
"rope_theta":
|
98 |
-
"sliding_window":
|
99 |
"tie_word_embeddings": false,
|
100 |
-
"
|
|
|
101 |
"use_cache": true,
|
102 |
"use_sliding_window": false,
|
103 |
-
"vocab_size":
|
104 |
-
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "output",
|
3 |
+
"architectures": [
|
4 |
+
"DolphinForCausalLM"
|
5 |
+
],
|
6 |
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 151643,
|
8 |
"encoder_config": {
|
9 |
+
"_name_or_path": "alexchen4ai/Qwen2-0.5B",
|
10 |
"add_cross_attention": false,
|
11 |
"architectures": [
|
12 |
"Qwen2ForCausalLM"
|
|
|
88 |
"use_sliding_window": false,
|
89 |
"vocab_size": 151936
|
90 |
},
|
91 |
+
"eos_token_id": 151643,
|
92 |
"hidden_act": "silu",
|
93 |
+
"hidden_size": 3584,
|
94 |
"initializer_range": 0.02,
|
95 |
+
"intermediate_size": 18944,
|
96 |
+
"max_position_embeddings": 131072,
|
97 |
"max_window_layers": 28,
|
98 |
"model_type": "dolphin",
|
99 |
+
"num_attention_heads": 28,
|
100 |
+
"num_hidden_layers": 28,
|
101 |
+
"num_key_value_heads": 4,
|
102 |
"rms_norm_eps": 1e-06,
|
103 |
+
"rope_theta": 1000000.0,
|
104 |
+
"sliding_window": 131072,
|
105 |
"tie_word_embeddings": false,
|
106 |
+
"torch_dtype": "bfloat16",
|
107 |
+
"transformers_version": "4.42.4",
|
108 |
"use_cache": true,
|
109 |
"use_sliding_window": false,
|
110 |
+
"vocab_size": 152064
|
111 |
+
}
|