bella-bartender-3b / tokenizer_config.json
juiceb0xc0de's picture
Add Bella Bartender weights (HF + GGUF)
07e8dc6
raw
history blame
426 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"model_specific_special_tokens": {},
"pad_token": "<|finetune_right_pad_id|>",
"padding_side": "left",
"tokenizer_class": "TokenizersBackend",
"unk_token": null
}