Adorg commited on
Commit
8337280
·
1 Parent(s): 37eae09

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +20 -0
tokenizer_config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "[NF]",
4
+ "[NI]",
5
+ "[PMT]",
6
+ "[PMT-SEP]",
7
+ "[NPF]",
8
+ "[NPI]"
9
+ ],
10
+ "bos_token": "[BOS]",
11
+ "clean_up_tokenization_spaces": true,
12
+ "cls_token": "[BOS]",
13
+ "eos_token": "[EOS]",
14
+ "mask_token": "[MASK]",
15
+ "model_max_length": 1000000000000000019884624838656,
16
+ "pad_token": "[PAD]",
17
+ "sep_token": "[SEP]",
18
+ "tokenizer_class": "PreTrainedTokenizerFast",
19
+ "unk_token": "[UNK]"
20
+ }