chinese_llama_vicuna_tokenizer/special_tokens_map.json

24 lines
399 B
JSON
Raw Permalink Normal View History

2023-06-08 10:45:26 +00:00
{
2023-06-08 11:02:11 +00:00
"bos_token": {
"content": "",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "",
"lstrip": false,
"normalized": true,
"rstrip": false,
"single_word": false
}
2023-06-08 10:45:26 +00:00
}