phanerozoic
commited on
Commit
•
ebae515
1
Parent(s):
7b84a8e
Update tokenizer_config.json
Browse files- tokenizer_config.json +5 -1
tokenizer_config.json
CHANGED
@@ -10,5 +10,9 @@
|
|
10 |
"strip_accents": null,
|
11 |
"do_basic_tokenize": true,
|
12 |
"clean_up_tokenization_spaces": false,
|
13 |
-
"tokenizer_class": "BertTokenizer"
|
|
|
|
|
|
|
|
|
14 |
}
|
|
|
10 |
"strip_accents": null,
|
11 |
"do_basic_tokenize": true,
|
12 |
"clean_up_tokenization_spaces": false,
|
13 |
+
"tokenizer_class": "BertTokenizer",
|
14 |
+
"special_tokens_map_file": null,
|
15 |
+
"max_len": 512,
|
16 |
+
"max_len_single_sentence": 510,
|
17 |
+
"max_len_sentences_pair": 506
|
18 |
}
|