File size: 295 Bytes
0ee469c
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "backend": "tokenizers",
  "bos_token": "<BOS>",
  "clean_up_tokenization_spaces": true,
  "eos_token": "<EOS>",
  "is_local": false,
  "model_max_length": 512,
  "model_specific_special_tokens": {},
  "pad_token": "<EOS>",
  "tokenizer_class": "TokenizersBackend",
  "unk_token": "<UNK>"
}