Llama-2-7b-Detoxified-PPO-QLoRa / special_tokens_map.json
pkbiswas's picture
Push model using huggingface_hub.
9b5294d verified
raw
history blame contribute delete
No virus
437 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": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}