File size: 329 Bytes
7db68fa
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "backend": "tokenizers",
  "bos_token": "[BOS]",
  "eos_token": "[EOS]",
  "is_local": false,
  "local_files_only": false,
  "mask_token": "[MASK]",
  "model_max_length": 4096,
  "pad_token": "[PAD]",
  "padding_side": "right",
  "tokenizer_class": "TokenizersBackend",
  "truncation_side": "right",
  "unk_token": "[UNK]"
}