RLVR_V999_STEP5 / adapter_config.json
JayZenith's picture
Upload folder using huggingface_hub
b4f8d99 verified
Raw
History Blame Contribute Delete
386 Bytes
{
"peft_type": "LORA",
"task_type": "CAUSAL_LM",
"base_model_name_or_path": "JayZenith/SFT_HALF_A",
"r": 64,
"lora_alpha": 128.0,
"lora_dropout": 0.0,
"bias": "none",
"target_modules": [
"down_proj",
"gate_proj",
"k_proj",
"o_proj",
"q_proj",
"up_proj",
"v_proj"
],
"modules_to_save": null,
"inference_mode": true,
"revision": null
}