shunxing1234
commited on
Commit
•
3ad1276
1
Parent(s):
80c15ee
Delete tokenizer_config.json
Browse files- tokenizer_config.json +0 -22
tokenizer_config.json
DELETED
@@ -1,22 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"bos_token": "<s>",
|
3 |
-
"cls_token": "<s>",
|
4 |
-
"eos_token": "</s>",
|
5 |
-
"mask_token": {
|
6 |
-
"__type": "AddedToken",
|
7 |
-
"content": "<mask>",
|
8 |
-
"lstrip": true,
|
9 |
-
"normalized": true,
|
10 |
-
"rstrip": false,
|
11 |
-
"single_word": false
|
12 |
-
},
|
13 |
-
"model_max_length": 512,
|
14 |
-
"name_or_path": "/sharefs/baai-mrnd/yzd/test/xlm-roberta-large",
|
15 |
-
"pad_token": "<pad>",
|
16 |
-
"processor_class": "CHCLIPProcess",
|
17 |
-
"sep_token": "</s>",
|
18 |
-
"sp_model_kwargs": {},
|
19 |
-
"special_tokens_map_file": null,
|
20 |
-
"tokenizer_class": "XLMRobertaTokenizer",
|
21 |
-
"unk_token": "<unk>"
|
22 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|