Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -15,8 +15,8 @@
|
|
15 |
"num_hidden_layers": 40,
|
16 |
"num_key_value_heads": 40,
|
17 |
"pad_token_id": 0,
|
18 |
-
"pretraining_tp":
|
19 |
-
"rms_norm_eps": 1e-
|
20 |
"rope_scaling": null,
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "float16",
|
|
|
15 |
"num_hidden_layers": 40,
|
16 |
"num_key_value_heads": 40,
|
17 |
"pad_token_id": 0,
|
18 |
+
"pretraining_tp": 1,
|
19 |
+
"rms_norm_eps": 1e-05,
|
20 |
"rope_scaling": null,
|
21 |
"tie_word_embeddings": false,
|
22 |
"torch_dtype": "float16",
|