Commit
·
1e3baca
1
Parent(s):
de0d919
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
"num_attention_heads": 32,
|
15 |
"num_hidden_layers": 32,
|
16 |
"num_key_value_heads": 8,
|
17 |
-
"pad_token_id":
|
18 |
"rms_norm_eps": 1e-05,
|
19 |
"rope_theta": 10000.0,
|
20 |
"sliding_window": 4096,
|
|
|
14 |
"num_attention_heads": 32,
|
15 |
"num_hidden_layers": 32,
|
16 |
"num_key_value_heads": 8,
|
17 |
+
"pad_token_id": 1,
|
18 |
"rms_norm_eps": 1e-05,
|
19 |
"rope_theta": 10000.0,
|
20 |
"sliding_window": 4096,
|