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

Model: OdaxAI/DANTE-Mosaic-3.5B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-14 15:44:10 +08:00
commit b0ba87406b
41 changed files with 1638 additions and 0 deletions

12
tokenizer_config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"tokenizer_class": "PreTrainedTokenizerFast",
"bos_token": null,
"eos_token": "<|im_end|>",
"pad_token": "<|im_end|>",
"clean_up_tokenization_spaces": true,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072
}