Files
Test_context_pretrain/special_tokens_map.json
ModelHub XC 200675bd2d 初始化项目,由ModelHub XC社区提供模型
Model: MathMindsAGI/Test_context_pretrain
Source: Original Platform
2026-04-11 11:04:57 +08:00

39 lines
699 B
JSON

{
"additional_special_tokens": [
"<question>",
"</question>",
"<solution>",
"</solution>",
"<answer>",
"</answer>"
],
"bos_token": {
"content": "[BOS]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false
},
"eos_token": {
"content": "[EOS]",
"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
}
}