Tom Aarsen
commited on
Commit
·
05bfcea
1
Parent(s):
364b651
Specify that we don't want the token_type_ids from the tokenizer
Browse files- tokenizer_config.json +4 -0
tokenizer_config.json
CHANGED
@@ -46,6 +46,10 @@
|
|
46 |
"do_lower_case": true,
|
47 |
"extra_special_tokens": {},
|
48 |
"mask_token": "[MASK]",
|
|
|
|
|
|
|
|
|
49 |
"model_max_length": 4096,
|
50 |
"pad_token": "[PAD]",
|
51 |
"sep_token": "[SEP]",
|
|
|
46 |
"do_lower_case": true,
|
47 |
"extra_special_tokens": {},
|
48 |
"mask_token": "[MASK]",
|
49 |
+
"model_input_names": [
|
50 |
+
"input_ids",
|
51 |
+
"attention_mask"
|
52 |
+
],
|
53 |
"model_max_length": 4096,
|
54 |
"pad_token": "[PAD]",
|
55 |
"sep_token": "[SEP]",
|