Text Generation
Transformers
Safetensors
llama
axolotl
Generated from Trainer
text-generation-inference
Tiny-Darkllama3.2-1B-Instruct / special_tokens_map.json
YoungHungGayGymBoy's picture
Duplicate from mrcuddle/Tiny-Darkllama3.2-1B-Instruct
9328d1d
Raw
History Blame Contribute Delete
551 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}