File size: 561 Bytes
a0bd5e7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "tokenizer_class": "LISATokenizer",
  "auto_map": {
    "AutoTokenizer": [
      "tokenizer.LISATokenizer",
      null
    ]
  },
  "bos_token": "<SOS>",
  "eos_token": "<EOS>",
  "unk_token": "<UNK>",
  "pad_token": "<PAD>",
  "model_max_length": 512,
  "special_tokens_map_file": "special_tokens_map.json",
  "vocab_file": "vocab.txt",
  "multimodal_support": true,
  "vision_token": "<IMG>",
  "audio_token": "<AUD>",
  "video_token": "<VID>",
  "lisa_metadata": {
    "developed_in": "Kenya, Africa",
    "team": "LISA Team"
  }
}