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

Model: QuantaSparkLabs/Chronos-3B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-25 16:29:03 +08:00
commit 1cb6eec2da
23 changed files with 486626 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"backend": "tokenizers",
"clean_up_tokenization_spaces": true,
"cls_token": "[CLS]",
"do_basic_tokenize": true,
"do_lower_case": true,
"is_local": false,
"mask_token": "[MASK]",
"model_max_length": 512,
"model_specific_special_tokens": {},
"never_split": null,
"pad_token": "[PAD]",
"sep_token": "[SEP]",
"strip_accents": null,
"tokenize_chinese_chars": true,
"tokenizer_class": "BertTokenizer",
"unk_token": "[UNK]"
}