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

Model: EleutherAI/pythia-1b-deduped
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-02 06:25:57 +08:00
commit e9e382224d
9 changed files with 378 additions and 0 deletions

9
tokenizer_config.json Normal file
View File

@@ -0,0 +1,9 @@
{
"add_prefix_space": false,
"bos_token": "<|endoftext|>",
"eos_token": "<|endoftext|>",
"name_or_path": "EleutherAI/gpt-neox-20b",
"special_tokens_map_file": "/admin/home-hailey/.cache/huggingface/hub/models--EleutherAI--gpt-neox-20b/snapshots/4e49eadb5d14bd22f314ec3f45b69a87b88c7691/special_tokens_map.json",
"tokenizer_class": "GPTNeoXTokenizer",
"unk_token": "<|endoftext|>"
}