Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"num_attention_heads": 32,
|
16 |
"num_hidden_layers": 32,
|
17 |
"num_key_value_heads": 8,
|
18 |
-
"pad_token_id":
|
19 |
"quantization_config": {
|
20 |
"_load_in_4bit": true,
|
21 |
"_load_in_8bit": false,
|
|
|
15 |
"num_attention_heads": 32,
|
16 |
"num_hidden_layers": 32,
|
17 |
"num_key_value_heads": 8,
|
18 |
+
"pad_token_id": 2,
|
19 |
"quantization_config": {
|
20 |
"_load_in_4bit": true,
|
21 |
"_load_in_8bit": false,
|