mistral_lora_clm_with_added_tokens / special_tokens_map.json
thomasgauthier's picture
Upload folder using huggingface_hub
0ff4f8a verified
raw
history blame contribute delete
890 Bytes
{
"additional_special_tokens": [
"<|begintarget|>",
"<|endtarget|>",
"<|begincontext|>",
"<|endcontext|>",
"<|system|>",
"<|user|>",
"<|beginlastuserutterance|>",
"<|endlastuserutterance|>",
"<|begindsts|>",
"<|enddsts|>",
"<|begindst|>",
"<|enddst|>",
"<|beginbelief|>",
"<|endbelief|>",
"<|beginresponse|>",
"<|endresponse|>",
"<|beginaction|>",
"<|endaction|>",
"<|beginuseraction|>",
"<|enduseraction|>",
"<|sysactions|>",
"<|beginintent|>",
"<|endintent|>",
"<|beginrequestedslots|>",
"<|endrequestedslots|>",
"<|pad|>",
"<|startoftext|>"
],
"bos_token": "<|startoftext|>",
"eos_token": "<|endtarget|>",
"pad_token": "<|pad|>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}