File size: 283 Bytes
7acb24f
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "backend": "tokenizers",
  "eos_token": "<|endoftext|>",
  "is_local": true,
  "local_files_only": false,
  "model_input_names": [
    "input_ids",
    "attention_mask"
  ],
  "model_max_length": 128000,
  "pad_token": "<|endoftext|>",
  "tokenizer_class": "TokenizersBackend"
}