danielhanchen
commited on
Commit
•
d4f2196
1
Parent(s):
27af827
Upload GemmaForCausalLM
Browse files- config.json +1 -1
config.json
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
"num_attention_heads": 8,
|
18 |
"num_hidden_layers": 18,
|
19 |
"num_key_value_heads": 1,
|
20 |
-
"pad_token_id":
|
21 |
"rms_norm_eps": 1e-06,
|
22 |
"rope_scaling": null,
|
23 |
"rope_theta": 10000.0,
|
|
|
17 |
"num_attention_heads": 8,
|
18 |
"num_hidden_layers": 18,
|
19 |
"num_key_value_heads": 1,
|
20 |
+
"pad_token_id": 0,
|
21 |
"rms_norm_eps": 1e-06,
|
22 |
"rope_scaling": null,
|
23 |
"rope_theta": 10000.0,
|