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

Model: theprint/ReWiz-Llama-3.1-8B-v2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-18 08:52:20 +08:00
commit 202fb023ae
22 changed files with 413240 additions and 0 deletions

11
config.json Normal file
View File

@@ -0,0 +1,11 @@
{
"architectures": [
"LlamaForCausalLM"
],
"model_type": "llama",
"torch_dtype": "float16",
"prompt_template": {
"type": "alpaca",
"description": "Alpaca instruction-following format"
}
}