File size: 765 Bytes
47a171f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
27
28
29
30
31
32
{
  "backend": "tokenizers",
  "bos_token": "<|bos|>",
  "clean_up_tokenization_spaces": false,
  "cls_token": "<|cls|>",
  "eod_token": "<|eod|>",
  "eos_token": "<|eos|>",
  "extra_ids": 0,
  "extra_special_tokens": [
    "<image>",
    "</image>"
  ],
  "is_local": true,
  "mask_token": "<|mask|>",
  "max_length": null,
  "model_max_length": 1000000000000000019884624838656,
  "model_specific_special_tokens": {
    "eod_token": "<|eod|>"
  },
  "pad_to_multiple_of": null,
  "pad_token": "<|pad|>",
  "pad_token_type_id": 0,
  "padding_side": "right",
  "sep_token": "<|sep|>",
  "sp_model_kwargs": {},
  "stride": 0,
  "tokenizer_class": "TokenizersBackend",
  "truncation_side": "right",
  "truncation_strategy": "longest_first",
  "unk_token": "<|unk|>"
}