File size: 634 Bytes
bb33fec
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "backend": "tokenizers",
  "bos_token": "<|startoftext|>",
  "clean_up_tokenization_spaces": false,
  "cls_token": "<|startoftext|>",
  "eos_token": "<|return|>",
  "is_local": true,
  "local_files_only": false,
  "mask_token": "[MASK]",
  "max_length": 32768,
  "model_input_names": [
    "input_ids",
    "attention_mask"
  ],
  "model_max_length": 128,
  "pad_to_multiple_of": null,
  "pad_token": "<|endoftext|>",
  "pad_token_type_id": 0,
  "padding_side": "right",
  "sep_token": "<|return|>",
  "stride": 0,
  "tokenizer_class": "TokenizersBackend",
  "truncation_side": "right",
  "truncation_strategy": "longest_first"
}