Félix Marty
commited on
Commit
·
bafcf74
1
Parent(s):
0d30988
fix tokenizer inputs
Browse files- tokenizer_config.json +2 -1
tokenizer_config.json
CHANGED
@@ -3,5 +3,6 @@
|
|
3 |
"clean_up_tokenization_spaces": true,
|
4 |
"eos_token": "<|endoftext|>",
|
5 |
"model_max_length": 2048,
|
6 |
-
"tokenizer_class": "PreTrainedTokenizerFast"
|
|
|
7 |
}
|
|
|
3 |
"clean_up_tokenization_spaces": true,
|
4 |
"eos_token": "<|endoftext|>",
|
5 |
"model_max_length": 2048,
|
6 |
+
"tokenizer_class": "PreTrainedTokenizerFast",
|
7 |
+
"model_input_names": ["input_ids", "attention_mask"]
|
8 |
}
|