mistral-7B-v0.3-alpaca / special_tokens_map.json
Stable-Diffusion-PT's picture
Training in progress, step 200
3a4d991 verified
raw
history blame contribute delete
455 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": "[control_768]",
"pad_token": {
"content": "[control_768]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}