Upload folder using huggingface_hub
Browse files
tokenizer/tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer/tokenizer_meta.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"vocab_size": 32000,
|
| 3 |
+
"bos_id": 1,
|
| 4 |
+
"eos_id": 2,
|
| 5 |
+
"pad_id": 0
|
| 6 |
+
}
|