File size: 568 Bytes
bce4f4a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "backend": "tokenizers",
  "bos_token": "<|begin_of_text|>",
  "clean_up_tokenization_spaces": true,
  "eos_token": "<|eot_id|>",
  "image_token": "<|image|>",
  "is_local": true,
  "local_files_only": false,
  "model_input_names": [
    "input_ids",
    "attention_mask"
  ],
  "model_max_length": 11520,
  "model_specific_special_tokens": {
    "image_token": "<|image|>",
    "video_token": "<|video|>"
  },
  "pad_token": "<|end_of_text|>",
  "processor_class": "PerceptionLMProcessor",
  "tokenizer_class": "TokenizersBackend",
  "video_token": "<|video|>"
}