sonia12138 commited on
Commit
ca6d26b
1 Parent(s): 2a72612

Upload 5 files

Browse files
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": true,
5
+ "mask_token": "[MASK]",
6
+ "max_length": 512,
7
+ "model_max_length": 512,
8
+ "pad_to_multiple_of": null,
9
+ "pad_token": "[PAD]",
10
+ "pad_token_type_id": 0,
11
+ "padding_side": "right",
12
+ "sep_token": "[SEP]",
13
+ "stride": 0,
14
+ "strip_accents": null,
15
+ "tokenize_chinese_chars": true,
16
+ "tokenizer_class": "BertTokenizer",
17
+ "truncation_side": "right",
18
+ "truncation_strategy": "longest_first",
19
+ "unk_token": "[UNK]"
20
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc357966e70436f17566398a9caa0350ab1ee96744102656116d756c82adffa4
3
+ size 4408
vocab.txt ADDED
The diff for this file is too large to render. See raw diff