bloom-560m_reward_model_ps_right / adapter_config.json
IB13's picture
Training in progress, epoch 0
1b516f9 verified
raw
history blame
No virus
495 Bytes
{
"alpha_pattern": {},
"auto_mapping": null,
"base_model_name_or_path": "bigscience/bloom-560m",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 16,
"lora_dropout": 0.0,
"modules_to_save": [
"scores"
],
"peft_type": "LORA",
"r": 16,
"rank_pattern": {},
"revision": null,
"target_modules": [
"query_key_value"
],
"task_type": "SEQ_CLS"
}