nbroad HF staff commited on
Commit
66562ca
1 Parent(s): 7c2a449

add label2id

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -22,6 +22,10 @@
22
  "0": "negative",
23
  "1": "positive"
24
  },
 
 
 
 
25
  "pad_token_id": 1,
26
  "position_embedding_type": "absolute",
27
  "problem_type": "single_label_classification",
 
22
  "0": "negative",
23
  "1": "positive"
24
  },
25
+ "label2id":{
26
+ "negative": 0,
27
+ "positive": 1
28
+ },
29
  "pad_token_id": 1,
30
  "position_embedding_type": "absolute",
31
  "problem_type": "single_label_classification",