GeoV-Instruct-LoRA / adapter_config.json
crumb's picture
Upload model
a6e3888
raw
history blame contribute delete
395 Bytes
{
"base_model_name_or_path": "GeoV/GeoV-9b",
"bias": "none",
"enable_lora": [
true,
false,
true
],
"fan_in_fan_out": true,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"merge_weights": true,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"target_modules": [
"qkv"
],
"task_type": "CAUSAL_LM"
}