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

Model: mnoukhov/nuevamol-80m-base
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-20 04:29:09 +08:00
commit 0a0046625d
8 changed files with 2033 additions and 0 deletions

11
tokenizer_config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"backend": "tokenizers",
"bos_token": "[BOS]",
"clean_up_tokenization_spaces": false,
"eos_token": "[EOS]",
"is_local": false,
"model_max_length": 128,
"pad_token": "[PAD]",
"tokenizer_class": "TokenizersBackend",
"unk_token": "[UNK]"
}