medalpaca-7b-exl2 / tokenizer_config.json
bartowski's picture
Quant for 3.5
0816f36 verified
raw history blame
No virus
260 Bytes
{
"bos_token": "</s>",
"eos_token": "</s>",
"model_max_length": 512,
"padding_side": "right",
"special_tokens_map_file": "../llama-7b-hf/special_tokens_map.json",
"tokenizer_class": "LlamaTokenizer",
"unk_token": "</s>",
"pad_token": "[PAD]"
}