hieule commited on
Commit
158afb4
1 Parent(s): 419c450

commit files to HF hub

Browse files
Files changed (4) hide show
  1. special_tokens_map.json +9 -0
  2. spm.model +3 -0
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +13 -0
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[BOS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[EOS]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": "[UNK]"
9
+ }
spm.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0dce63a56116fa8dde5f5d51a7aefcd15613f006b764821d1915b33f25ca6e9
3
+ size 956999
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[BOS]",
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
+ "eos_token": "[EOS]",
6
+ "mask_token": "[MASK]",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "sp_model_kwargs": {},
10
+ "split_by_punct": false,
11
+ "tokenizer_class": "DebertaV2Tokenizer",
12
+ "unk_token": "[UNK]"
13
+ }