初始化项目,由ModelHub XC社区提供模型

Model: oguzatas/mamba-tr-project-transformer
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-13 16:41:19 +08:00
commit d1792c6821
10 changed files with 159420 additions and 0 deletions

27
tokenizer_config.json Normal file
View File

@@ -0,0 +1,27 @@
{
"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|>"
}