t5_ppo_model_3 / adapter_config.json
IB13's picture
Upload model
a878210 verified
raw
history blame contribute delete
490 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "IB13/sft_t5_base_processed_model",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"q",
"v"
],
"task_type": "CAUSAL_LM"
}