File size: 549 Bytes
764bb46
 
 
 
 
 
 
 
 
 
 
 
d9d2313
764bb46
 
 
 
 
 
 
 
 
 
 
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
{
  "backend": "tokenizers",
  "bos_token": "<s>",
  "clean_up_tokenization_spaces": false,
  "created_by": "OvercastLab",
  "description": "Quark bilingual EN+IT tokenizer — BPE byte-level 65536 vocab",
  "eos_token": "</s>",
  "extra_special_tokens": [
    "<|user|>",
    "<|assistant|>",
    "<|end|>"
  ],
  "is_local": true,
  "languages": [
    "en",
    "it"
  ],
  "local_files_only": false,
  "model_max_length": 2048,
  "pad_token": "<pad>",
  "padding_side": "right",
  "tokenizer_class": "TokenizersBackend",
  "unk_token": "<unk>"
}