Upload tokenizer_config.json with huggingface_hub
Browse files- tokenizer_config.json +1 -1
tokenizer_config.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
"backend": "tokenizers",
|
| 3 |
"bos_token": "<|endoftext|>",
|
| 4 |
"eos_token": "<|endoftext|>",
|
| 5 |
-
"is_local":
|
| 6 |
"model_max_length": 1000000000000000019884624838656,
|
| 7 |
"pad_token": "<|endoftext|>",
|
| 8 |
"tokenizer_class": "TokenizersBackend",
|
|
|
|
| 2 |
"backend": "tokenizers",
|
| 3 |
"bos_token": "<|endoftext|>",
|
| 4 |
"eos_token": "<|endoftext|>",
|
| 5 |
+
"is_local": true,
|
| 6 |
"model_max_length": 1000000000000000019884624838656,
|
| 7 |
"pad_token": "<|endoftext|>",
|
| 8 |
"tokenizer_class": "TokenizersBackend",
|