Files
llama-3-chinese-8b-instruct/special_tokens_map.json
Reading Comprehension Group of HFL c05093c656 Upload folder using huggingface_hub
2024-04-29 12:58:27 +00:00

24 lines
449 B
JSON

{
"bos_token": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"pad_token": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}