Upload tokenizer
Browse files- tokenizer.json +0 -0
- tokenizer_config.json +1 -0
tokenizer.json
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
CHANGED
@@ -317,6 +317,7 @@
|
|
317 |
"bos_token": "<|endoftext|>",
|
318 |
"clean_up_tokenization_spaces": true,
|
319 |
"eos_token": "<|endoftext|>",
|
|
|
320 |
"model_max_length": 2048,
|
321 |
"return_token_type_ids": false,
|
322 |
"tokenizer_class": "CodeGenTokenizer",
|
|
|
317 |
"bos_token": "<|endoftext|>",
|
318 |
"clean_up_tokenization_spaces": true,
|
319 |
"eos_token": "<|endoftext|>",
|
320 |
+
"extra_special_tokens": {},
|
321 |
"model_max_length": 2048,
|
322 |
"return_token_type_ids": false,
|
323 |
"tokenizer_class": "CodeGenTokenizer",
|