alim
commited on
Commit
•
1feb2d3
1
Parent(s):
6739a12
Set pretraining_tp to 1 to resolve the bug: "RuntimeError: expected scalar type Half but found Char"
Browse files- config.json +1 -1
config.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"num_hidden_layers": 40,
|
16 |
"num_key_value_heads": 40,
|
17 |
"pad_token_id": 0,
|
18 |
-
"pretraining_tp":
|
19 |
"rms_norm_eps": 1e-05,
|
20 |
"rope_scaling": null,
|
21 |
"tie_word_embeddings": false,
|
|
|
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,
|