Files
Monad-sft-chat-n-instruct-l…/tokenizer_config.json
ModelHub XC 97f66fc683 初始化项目,由ModelHub XC社区提供模型
Model: Shekswess/Monad-sft-chat-n-instruct-lr1e-4-loss-nll-e3-bs8
Source: Original Platform
2026-09-15 23:46:12 +08:00

46 lines
1.0 KiB
JSON

{
"added_tokens_decoder": {
"0": {
"content": "[UNK]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<|begin_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "<|end_of_text|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"3": {
"content": "[PAD]",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|end_of_text|>",
"extra_special_tokens": {},
"model_max_length": 1000000000000000019884624838656,
"pad_token": "[PAD]",
"padding_side": "right",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "[UNK]"
}