File size: 273 Bytes
89e5d21
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
{
  "tokenizer_class": "PreTrainedTokenizerFast",
  "model_max_length": 2048,
  "padding_side": "right",
  "truncation_side": "right",
  "pad_token": "<pad>",
  "bos_token": "<bos>",
  "eos_token": "<eos>",
  "unk_token": "<unk>",
  "clean_up_tokenization_spaces": false
}