Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
"model_type": "llama",
|
15 |
"num_attention_heads": 40,
|
16 |
"num_hidden_layers": 40,
|
17 |
-
"pad_token_id":
|
18 |
"rms_norm_eps": 1e-06,
|
19 |
"tie_word_embeddings": false,
|
20 |
"torch_dtype": "float16",
|
|
|
14 |
"model_type": "llama",
|
15 |
"num_attention_heads": 40,
|
16 |
"num_hidden_layers": 40,
|
17 |
+
"pad_token_id": 0,
|
18 |
"rms_norm_eps": 1e-06,
|
19 |
"tie_word_embeddings": false,
|
20 |
"torch_dtype": "float16",
|