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

Model: AetherModels/AetherCuTF-Ko-2-unique-Seed1234
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-02 18:31:18 +08:00
commit 38e9f406f5
14 changed files with 2233 additions and 0 deletions

35
tokenizer_config.json Normal file
View File

@@ -0,0 +1,35 @@
{
"added_tokens_decoder": {
"468": {
"content": "<s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
},
"469": {
"content": "</s>",
"lstrip": false,
"normalized": false,
"rstrip": false,
"single_word": false,
"special": true
}
},
"additional_special_tokens": null,
"backend": "custom",
"bos_token": "<s>",
"encode_length": 2,
"eos_token": "</s>",
"indexing_strategy": "unique",
"lang": "Ko",
"model_max_length": 1000000000000000019884624838656,
"tokenizer_class": "AetherCuTFTokenizer",
"auto_map": {
"AutoTokenizer": [
"aethertokenizers.AetherCuTFTokenizer",
null
]
}
}