初始化项目,由ModelHub XC社区提供模型
Model: CobraMamba/mamba-gpt-3b-v2 Source: Original Platform
This commit is contained in:
21
adapter_config.json
Executable file
21
adapter_config.json
Executable file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"auto_mapping": null,
|
||||
"base_model_name_or_path": "openlm-research/open_llama_3b_v2",
|
||||
"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.1,
|
||||
"modules_to_save": null,
|
||||
"peft_type": "LORA",
|
||||
"r": 256,
|
||||
"revision": null,
|
||||
"target_modules": [
|
||||
"q_proj",
|
||||
"v_proj"
|
||||
],
|
||||
"task_type": "CAUSAL_LM"
|
||||
}
|
||||
Reference in New Issue
Block a user