Files
Aira-OPT-1B3/special_tokens_map.json

32 lines
625 B
JSON
Raw Permalink Normal View History

{
"bos_token": {
"content": "<|startofinstruction|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|endofcompletion|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|pad|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"sep_token": "<|endofinstruction|>",
"unk_token": {
"content": "<|unk|>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}