Dc-4nderson commited on
Commit
6e6065a
·
verified ·
1 Parent(s): a522bdf

label mapping

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -56,16 +56,16 @@
56
  "hidden_dropout": 0.1,
57
  "hidden_size": 768,
58
  "id2label": {
59
- "0": "LABEL_0",
60
- "1": "LABEL_1",
61
- "2": "LABEL_2"
62
  },
63
  "initializer_range": 0.02,
64
  "intermediate_size": 3072,
65
  "label2id": {
66
- "LABEL_0": 0,
67
- "LABEL_1": 1,
68
- "LABEL_2": 2
69
  },
70
  "layer_norm_eps": 1e-05,
71
  "layerdrop": 0.0,
 
56
  "hidden_dropout": 0.1,
57
  "hidden_size": 768,
58
  "id2label": {
59
+ "0": "confident",
60
+ "1": "not_confident",
61
+ "2": "kinda_confident"
62
  },
63
  "initializer_range": 0.02,
64
  "intermediate_size": 3072,
65
  "label2id": {
66
+ "confident": 0,
67
+ "not_confident": 1,
68
+ "kinda_confident": 2
69
  },
70
  "layer_norm_eps": 1e-05,
71
  "layerdrop": 0.0,