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

Model: hpcai-tech/Colossal-LLaMA-2-7b-base
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-03 02:58:15 +08:00
commit f0f453dce2
23 changed files with 418 additions and 0 deletions

10
generation_config.json Normal file
View File

@@ -0,0 +1,10 @@
{
"_from_model_config": true,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 2,
"do_sample": true,
"temperature": 0.3,
"top_p": 0.95,
"transformers_version": "4.31.0"
}