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

Model: CobraMamba/mamba-gpt-3b-v2
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-09-21 12:25:16 +08:00
commit f0ce296a25
13 changed files with 534 additions and 0 deletions

21
adapter_config.json Executable file
View 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"
}