File size: 310 Bytes
0b53d36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "backend": "tokenizers",
  "cls_token": "<cls>",
  "eos_token": "<eos>",
  "extra_special_tokens": [
    "|"
  ],
  "is_local": true,
  "local_files_only": true,
  "mask_token": "<mask>",
  "model_max_length": 512,
  "pad_token": "<pad>",
  "tokenizer_class": "TokenizersBackend",
  "unk_token": "<unk>"
}