Gemma-System-9B-MoRA-SimPO / adapter_config.json
Gunulhona's picture
Upload folder using huggingface_hub
29463e6 verified
raw
history blame contribute delete
886 Bytes
{
"alpha_pattern": {},
"auto_mapping": {
"AutoConfig": "MoRA.config.MoRAConfig",
"AutoModel": "MoRA.model.MoRAModel",
"AutoModelForCausalLM": "MoRA.model.MoRAModelForCausalLM"
},
"base_model_name_or_path": "Gunulhona/Gemma-System-9B",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"loftq_config": {},
"lora_alpha": 16,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"mora_type": 6,
"peft_type": "LORA",
"r": 256,
"rank_pattern": {},
"revision": null,
"target_modules": [
"down_proj",
"k_proj",
"up_proj",
"o_proj",
"gate_proj",
"v_proj",
"q_proj"
],
"task_type": "CAUSAL_LM",
"use_dora": false,
"use_mora": true,
"use_rslora": false
}