tiny_LLaMA_1bsyn_ind / hf_ckpt /special_tokens_map.json
ShiqiChen's picture
Uploading folder tiny_LLaMA_1bsyn_ind to hf ShiqiChen/tiny_LLaMA_1bsyn_indat time 2024-10-18 09:03:46
b796cba verified
raw
history blame contribute delete
414 Bytes
{
"bos_token": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}