Files
mamba-tr-project-transformer/tokenizer_config.json
ModelHub XC d1792c6821 初始化项目,由ModelHub XC社区提供模型
Model: oguzatas/mamba-tr-project-transformer
Source: Original Platform
2026-06-13 16:41:19 +08:00

28 lines
651 B
JSON

{
"added_tokens_decoder": {
"0": {
"content": "<|endoftext|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"1": {
"content": "<|padding|>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"clean_up_tokenization_spaces": false,
"eos_token": "<|endoftext|>",
"extra_special_tokens": {},
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|padding|>",
"tokenizer_class": "PreTrainedTokenizerFast",
"unk_token": "<|endoftext|>"
}