RLVR_POOL_B_V8_STEP30 / adapter_config.json
JayZenith's picture
RLVR pool-b V8 LoRA adapter step 30
65bca88 verified
Raw
History Blame Contribute Delete
389 Bytes
{
"peft_type": "LORA",
"task_type": "CAUSAL_LM",
"base_model_name_or_path": "JayZenith/SFT_HALF_A_V8",
"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
}