mlm-filter-llama-3.2-3b / special_tokens_map.json
weizhiwang's picture
Upload folder using huggingface_hub
e02fb17 verified
raw
history blame contribute delete
345 Bytes
{
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": "<|finetune_right_pad_id|>"
}