BramVanroy
commited on
Commit
·
fb8e0d3
1
Parent(s):
49664a8
Update tokenizer_config.json
Browse files- tokenizer_config.json +4 -0
tokenizer_config.json
CHANGED
@@ -4,4 +4,8 @@
|
|
4 |
"eos_token": "<|endoftext|>",
|
5 |
"model_max_length": 2048,
|
6 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
|
|
|
|
|
|
|
|
7 |
}
|
|
|
4 |
"eos_token": "<|endoftext|>",
|
5 |
"model_max_length": 2048,
|
6 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
7 |
+
"model_input_names": [
|
8 |
+
"input_ids",
|
9 |
+
"attention_mask"
|
10 |
+
],
|
11 |
}
|