songgot-l / tokenizer_config.json
Hanish's picture
Songgot-nano weights, 24B tokens, 3 epochs, v8 set
4c5068b verified
Raw
History Blame
281 Bytes
{
"bos_token": "<s>",
"eos_token": "</s>",
"pad_token": "<|pad|>",
"unk_token": "<unk>",
"additional_special_tokens": [
"<|system|>",
"<|user|>",
"<|call|>",
"<|end|>",
"<|pad|>"
],
"model_max_length": 2048,
"tokenizer_class": "LlamaTokenizer",
"legacy": false
}