ana-grassmann commited on
Commit
2694bde
·
verified ·
1 Parent(s): 12d5eeb

Update adapter_config.json

Browse files

Removed id to label conversion

Files changed (1) hide show
  1. adapter_config.json +0 -8
adapter_config.json CHANGED
@@ -47,12 +47,4 @@
47
  "task_type": "SEQ_CLS",
48
  "use_dora": false,
49
  "use_rslora": false,
50
- "id2label": {
51
- "0": "HAM",
52
- "1": "SPAM"
53
- },
54
- "label2id": {
55
- "HAM": 0,
56
- "SPAM": 1
57
- },
58
  }
 
47
  "task_type": "SEQ_CLS",
48
  "use_dora": false,
49
  "use_rslora": false,
 
 
 
 
 
 
 
 
50
  }