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

Model: EleutherAI/pythia-1b-deduped-v0
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-27 17:33:18 +08:00
commit 15ef62b903
8 changed files with 100849 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": "/fsx/home-hailey/.cache/huggingface/hub/models--EleutherAI--gpt-neox-20b/snapshots/3523781c8df75f7741687a4284f6f70e1afa12f4/special_tokens_map.json",
"tokenizer_class": "GPTNeoXTokenizer",
"unk_token": "<|endoftext|>"
}