isspek commited on
Commit
0798c43
1 Parent(s): 898b406

Update adapter_config.json

Browse files
Files changed (1) hide show
  1. adapter_config.json +8 -1
adapter_config.json CHANGED
@@ -9,7 +9,14 @@
9
  "modules_to_save": null,
10
  "peft_type": "LORA",
11
  "r": 16,
12
- "id2label":{0: 'unbiased', 1: 'biased'},
 
 
 
 
 
 
 
13
  "target_modules": [
14
  "query",
15
  "value"
 
9
  "modules_to_save": null,
10
  "peft_type": "LORA",
11
  "r": 16,
12
+ "id2label":{
13
+ "0": "unbiased",
14
+ "1": "biased"
15
+ },
16
+ "label2id": {
17
+ "unbiased": "0",
18
+ "biased": "1"
19
+ },
20
  "target_modules": [
21
  "query",
22
  "value"