lora-clean-control / adapter_config.json
izm1chael's picture
Publish Layerfault synthetic corpus LF-CORPUS-LORA-0002
71c1883 verified
Raw
History Blame Contribute Delete
263 Bytes
{
"base_model_name_or_path": "layerfault/tiny-base",
"bias": "none",
"lora_alpha": 4.0,
"modules_to_save": [],
"peft_type": "LORA",
"r": 4,
"target_modules": [
"layer0",
"layer1",
"layer2",
"layer3"
],
"task_type": "CAUSAL_LM"
}