phi-3-mini-LoRA / special_tokens_map.json
Hemanth-thunder's picture
Hemanth-thunder/aimo-lora-deepseek-math
1f8e404 verified
raw
history blame
461 Bytes
{
"bos_token": {
"content": "<|begin▁of▁sentence|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end▁of▁sentence|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "[PAD]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}