model-test-pythia-70m-B / adapter_config.json
gmukobi's picture
Upload model from superbatch 1
32d4371
{
"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"
}