llama-2-7b-personality-finetuned-2 / special_tokens_map.json
mrunaalz's picture
Finetuned v2 with 2000 prompts dataset with smaller essays for 3 epochs
360b3b6 verified
raw
history blame contribute delete
No virus
436 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": "▁***",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}