PEFT
Safetensors
English
Japanese
LLM2Vec-Llama-2-7b-hf-mntp / special_tokens_map.json
h-iida's picture
Upload folder using huggingface_hub
b471491 verified
raw
history blame
458 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
},
"mask_token": "_",
"pad_token": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}