test_trainer / adapter_config.json
AntoineD's picture
Training in progress, epoch 1
adb87a1
{
"auto_mapping": null,
"base_model_name_or_path": "camembert/camembert-base-ccnet",
"bias": "all",
"fan_in_fan_out": false,
"inference_mode": false,
"init_lora_weights": true,
"layers_pattern": null,
"layers_to_transform": null,
"lora_alpha": 32,
"lora_dropout": 0.1,
"modules_to_save": [
"classifier"
],
"peft_type": "LORA",
"r": 32,
"revision": null,
"target_modules": [
"query",
"value"
],
"task_type": "SEQ_CLS"
}