Update config.json
Browse files- config.json +4 -1
config.json
CHANGED
|
@@ -46,5 +46,8 @@
|
|
| 46 |
"tie_embeddings": true,
|
| 47 |
"torch_dtype": "float32",
|
| 48 |
"transformers_version": "4.44.2",
|
| 49 |
-
"vocab_size": 65536
|
|
|
|
|
|
|
|
|
|
| 50 |
}
|
|
|
|
| 46 |
"tie_embeddings": true,
|
| 47 |
"torch_dtype": "float32",
|
| 48 |
"transformers_version": "4.44.2",
|
| 49 |
+
"vocab_size": 65536,
|
| 50 |
+
"bos_token_id": 65504,
|
| 51 |
+
"eos_token_id": 65505,
|
| 52 |
+
"pad_token_id": 65509
|
| 53 |
}
|