daniyal214
commited on
Commit
•
599d06d
1
Parent(s):
c7fe5c9
upload tokenizer_config.json
Browse files- tokenizer_config.json +21 -0
tokenizer_config.json
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"clean_up_tokenization_spaces": true,
|
3 |
+
"cls_token": "[CLS]",
|
4 |
+
"do_basic_tokenize": true,
|
5 |
+
"do_lower_case": true,
|
6 |
+
"mask_token": "[MASK]",
|
7 |
+
"model_input_names": [
|
8 |
+
"input_ids",
|
9 |
+
"attention_mask"
|
10 |
+
],
|
11 |
+
"model_max_length": 512,
|
12 |
+
"never_split": null,
|
13 |
+
"pad_token": "[PAD]",
|
14 |
+
"processor_class": "BlipProcessor",
|
15 |
+
"sep_token": "[SEP]",
|
16 |
+
"strip_accents": null,
|
17 |
+
"tokenize_chinese_chars": true,
|
18 |
+
"tokenizer_class": "BertTokenizer",
|
19 |
+
"trust_remote_code": false,
|
20 |
+
"unk_token": "[UNK]"
|
21 |
+
}
|