File size: 283 Bytes
2ecc452
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "bos_token": "<bos>",
  "eos_token": "<eos>",
  "unk_token": "<unk>",
  "pad_token": "<pad>",
  "sp_model_kwargs": {},
  "add_bos_token": true,
  "add_eos_token": false,
  "model_max_length": 8192,
  "tokenizer_class": "LlamaTokenizer",
  "clean_up_tokenization_spaces": false
}