gemma-7b-dolly-chatml / adapter_config.json
philschmid's picture
philschmid HF staff
Training in progress, epoch 1
fa2d7ac verified
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "google/gemma-7b",
"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": 8,
"lora_dropout": 0.05,
"megatron_config": null,
"megatron_core": "megatron.core",
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"gate_proj",
"k_proj",
"v_proj",
"o_proj",
"up_proj",
"down_proj",
"q_proj"
],
"task_type": "CAUSAL_LM",
"use_rslora": false
}