Files
tinyshakespeare-42m/tokenizer_config.json
ModelHub XC 956602e613 初始化项目,由ModelHub XC社区提供模型
Model: MolecularReality/tinyshakespeare-42m
Source: Original Platform
2026-06-04 21:06:24 +08:00

36 lines
767 B
JSON

{
"added_tokens_decoder": {
"0": {
"content": "<|pad|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<|bos|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"2": {
"content": "<|eos|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"bos_token": "<|bos|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|eos|>",
"extra_special_tokens": {},
"model_max_length": 2048,
"pad_token": "<|pad|>",
"tokenizer_class": "PreTrainedTokenizerFast"
}