File size: 401 Bytes
dd1f1c4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "backend": "tokenizers",
  "bos_token": "〈|EOS|〉",
  "clean_up_tokenization_spaces": false,
  "cls_token": "〈|CLS|〉",
  "eos_token": "〈|EOS|〉",
  "is_local": true,
  "local_files_only": false,
  "mask_token": "〈|MASK|〉",
  "model_max_length": 512,
  "pad_token": "〈|PAD|〉",
  "sep_token": "〈|SEP|〉",
  "tokenizer_class": "TokenizersBackend",
  "unk_token": "〈|UNK|〉"
}