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

Model: klosax/pythia-160m-deduped-step92k-193bt
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-12 17:39:03 +08:00
commit 9c3a6b8f52
6 changed files with 100604 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/53bcd7ecbeca4df3c16899279c3636cf1905b569/special_tokens_map.json",
"tokenizer_class": "GPTNeoXTokenizer",
"unk_token": "<|endoftext|>"
}