shf-pythia-70m / adapter_config.json
gmukobi's picture
Upload model from superbatch 1024
adb93b6
raw
history blame contribute delete
395 Bytes
{
"base_model_name_or_path": "EleutherAI/pythia-70M-deduped",
"bias": "none",
"enable_lora": [
true,
false,
true
],
"fan_in_fan_out": true,
"inference_mode": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"merge_weights": false,
"modules_to_save": null,
"peft_type": "LORA",
"r": 4,
"target_modules": [
"query_key_value"
],
"task_type": "CAUSAL_LM"
}