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

Model: larryhudson/context-1-PreTrainedTokenizerFast
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-06 12:37:50 +08:00
commit 9e4449ed14
12 changed files with 622 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"backend": "tokenizers",
"bos_token": "<|startoftext|>",
"clean_up_tokenization_spaces": false,
"eos_token": "<|return|>",
"is_local": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|endoftext|>",
"tokenizer_class": "TokenizersBackend"
}