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

Model: cyberagent/open-calm-7b
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-03 21:24:04 +08:00
commit 9ccb4f0562
10 changed files with 104482 additions and 0 deletions

10
tokenizer_config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<|padding|>",
"special_tokens_map_file": "open-calm-7b/special_tokens_map.json",
"tokenizer_class": "GPTNeoXTokenizer",
"unk_token": "<|endoftext|>"
}