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

Model: neukg01/TechGPT-1.0
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-18 22:16:39 +08:00
commit 98f55c6ea8
9 changed files with 414 additions and 0 deletions

8
tokenizer_config.json Normal file
View File

@@ -0,0 +1,8 @@
{
"bos_token": "<s>",
"eos_token": "</s>",
"model_max_length": 1000000000000000019884624838656,
"special_tokens_map_file": "/nfs/v100-022/pretrained_ckpt/hf_llama_7b_expand_belle_tokenizer50k_only/special_tokens_map.json",
"tokenizer_class": "LlamaTokenizer",
"unk_token": "<unk>"
}