File size: 1,772 Bytes
bc6e2fd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name_or_path": "stellarai-tiny",
  "do_lower_case": false,
  "model_max_length": 1024,
  "padding_side": "right",
  "truncation_side": "right",
  "bos_token": "[BOS]",
  "eos_token": "[EOS]",
  "unk_token": "[UNK]",
  "sep_token": "[SEP]",
  "pad_token": "[PAD]",
  "cls_token": "[CLS]",
  "mask_token": "[MASK]",
  "additional_special_tokens": ["[IMG]", "[BOI]", "[EOI]"],
  "strip_accents": false,
  "clean_up_tokenization_spaces": true,
  "comment_tokens": [],
  "added_tokens_decoder": {
    "0":  {"content": "[PAD]",  "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
    "1":  {"content": "[BOS]",  "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
    "2":  {"content": "[EOS]",  "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
    "3":  {"content": "[UNK]",  "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
    "4":  {"content": "[MASK]", "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
    "5":  {"content": "[CLS]",  "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
    "6":  {"content": "[SEP]",  "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
    "7":  {"content": "[IMG]",  "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
    "8":  {"content": "[BOI]",  "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true},
    "9":  {"content": "[EOI]",  "lstrip": false, "normalized": false, "rstrip": false, "single_word": false, "special": true}
  }
}