ocr_correction / adapter_config.json
manu's picture
End of training
76550eb
raw
history blame
No virus
446 Bytes
{
"base_model_name_or_path": "../croissant_models/DSAutotuneConfig.false+DataMix.equal+Dataset.french+Size.small5+UseDeepSpeed.true+UseExternal.falsehalf/",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.05,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"target_modules": [
"q_proj",
"v_proj"
],
"task_type": "CAUSAL_LM"
}