lora-anomaly-suite / adapter_config.json
izm1chael's picture
Publish Layerfault synthetic corpus LF-CORPUS-LORA-0001
be01af0 verified
Raw
History Blame Contribute Delete
285 Bytes
{
"base_model_name_or_path": "layerfault/nonexistent-base",
"bias": "none",
"lora_alpha": 1000000000.0,
"modules_to_save": [
"lm_head"
],
"peft_type": "LORA",
"r": 5000,
"target_modules": [
"layer0",
"layer1",
"layer2"
],
"task_type": "CAUSAL_LM"
}