Files
notux-8x7b-v1/special_tokens_map.json
ai-modelscope b61537282f Adding Evaluation Results (#7)
- Adding Evaluation Results (796f0cfbe24fe87fbde205993ded00360f817e5e)

Co-authored-by: Open LLM Leaderboard PR Bot <leaderboard-pr-bot@users.noreply.huggingface.co>
2025-01-03 12:05:54 +08:00

25 lines
437 B
JSON

{
"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
},
"pad_token": "</s>",
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}