AgentEvol-7B / special_tokens_map.json
cindywen's picture
add: AgentEvol model
91720ce
raw
history blame contribute delete
No virus
322 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": "</s>",
"pad_token": "<unk>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
}