omega-platy / adapter_config.json
winglian's picture
Training in progress, step 310
b0038cc
raw
history blame contribute delete
476 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "winglian/omega-3b",
"bias": "none",
"fan_in_fan_out": null,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 64,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 128,
"revision": null,
"target_modules": [
"out_proj",
"fc2",
"Wqkv",
"linear",
"fc1"
],
"task_type": "CAUSAL_LM"
}