File size: 433 Bytes
d9dc6c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "additional_special_tokens": [
    "[NF]",
    "[NI]",
    "[PMT]",
    "[PMT-SEP]",
    "[NPF]",
    "[NPI]"
  ],
  "bos_token": "[BOS]",
  "clean_up_tokenization_spaces": true,
  "cls_token": "[BOS]",
  "eos_token": "[EOS]",
  "mask_token": "[MASK]",
  "model_max_length": 1000000000000000019884624838656,
  "pad_token": "[PAD]",
  "sep_token": "[SEP]",
  "tokenizer_class": "PreTrainedTokenizerFast",
  "unk_token": "[UNK]"
}