bias_classifier_roberta_base_peft / adapter_config.json
isspek's picture
Update adapter_config.json
0798c43
raw
history blame
449 Bytes
{
"base_model_name_or_path": "roberta-base",
"bias": "none",
"fan_in_fan_out": false,
"inference_mode": true,
"init_lora_weights": true,
"lora_alpha": 32,
"lora_dropout": 0.1,
"modules_to_save": null,
"peft_type": "LORA",
"r": 16,
"id2label":{
"0": "unbiased",
"1": "biased"
},
"label2id": {
"unbiased": "0",
"biased": "1"
},
"target_modules": [
"query",
"value"
],
"task_type": "SEQ_CLS"
}