Commit
·
d2373e7
1
Parent(s):
b11cf41
Upload tokenizer
Browse files- tokenizer_config.json +4 -0
tokenizer_config.json
CHANGED
|
@@ -2,6 +2,10 @@
|
|
| 2 |
"add_prefix_space": false,
|
| 3 |
"clean_up_tokenization_spaces": true,
|
| 4 |
"eos_token": "<|endoftext|>",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"model_max_length": 2048,
|
| 6 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 7 |
}
|
|
|
|
| 2 |
"add_prefix_space": false,
|
| 3 |
"clean_up_tokenization_spaces": true,
|
| 4 |
"eos_token": "<|endoftext|>",
|
| 5 |
+
"model_input_names": [
|
| 6 |
+
"input_ids",
|
| 7 |
+
"attention_mask"
|
| 8 |
+
],
|
| 9 |
"model_max_length": 2048,
|
| 10 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
| 11 |
}
|