初始化项目,由ModelHub XC社区提供模型
Model: jordiclive/Llama-2-70b-oasst-1-200 Source: Original Platform
This commit is contained in:
26
adapter/adapter_config.json
Normal file
26
adapter/adapter_config.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"auto_mapping": null,
|
||||
"base_model_name_or_path": "/mnt/data/llama2/Llama-2-70b-hf-sp",
|
||||
"bias": "none",
|
||||
"fan_in_fan_out": false,
|
||||
"inference_mode": true,
|
||||
"init_lora_weights": true,
|
||||
"layers_pattern": null,
|
||||
"layers_to_transform": null,
|
||||
"lora_alpha": 16,
|
||||
"lora_dropout": 0.05,
|
||||
"modules_to_save": null,
|
||||
"peft_type": "LORA",
|
||||
"r": 32,
|
||||
"revision": null,
|
||||
"target_modules": [
|
||||
"down_proj",
|
||||
"k_proj",
|
||||
"q_proj",
|
||||
"gate_proj",
|
||||
"o_proj",
|
||||
"up_proj",
|
||||
"v_proj"
|
||||
],
|
||||
"task_type": "CAUSAL_LM"
|
||||
}
|
||||
Reference in New Issue
Block a user