Update tokenizer_config.json
Browse files- tokenizer_config.json +2 -0
tokenizer_config.json
CHANGED
@@ -36,4 +36,6 @@
|
|
36 |
"clean_up_tokenization_spaces": true,
|
37 |
"model_max_length": 1000000000000000019884624838656,
|
38 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
|
|
|
|
39 |
}
|
|
|
36 |
"clean_up_tokenization_spaces": true,
|
37 |
"model_max_length": 1000000000000000019884624838656,
|
38 |
"tokenizer_class": "PreTrainedTokenizerFast"
|
39 |
+
"return_token_type_ids": false,
|
40 |
+
"use_token_type_ids": false
|
41 |
}
|