Files
dart-math-llama3-8b-uniform/special_tokens_map.json
ModelHub XC cb7a403850 初始化项目,由ModelHub XC社区提供模型
Model: hkust-nlp/dart-math-llama3-8b-uniform
Source: Original Platform
2026-06-05 20:06:13 +08:00

31 lines
577 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": "[PAD]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"unk_token": {
"content": "<unk>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
}
}