dpo-gpt2-dolly-rag / adapter_config.json
medric49's picture
Training in progress, epoch 1
ad16636 verified
raw
history blame contribute delete
No virus
433 Bytes
{
"auto_mapping": null,
"base_model_name_or_path": "airedefined/gpt2-dolly-rag",
"bias": "none",
"fan_in_fan_out": true,
"inference_mode": true,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 16,
"lora_dropout": 0.0,
"modules_to_save": null,
"peft_type": "LORA",
"r": 64,
"revision": null,
"target_modules": [
"c_attn"
],
"task_type": "CAUSAL_LM"
}