ayjays132 commited on
Commit
9b85744
1 Parent(s): a6c1fba

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -9,15 +9,15 @@
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "Classify",
13
  "1": "Positive",
14
- "2": "Negative"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
- "Classify": 0,
20
- "Negative": 2,
21
  "Positive": 1
22
  },
23
  "layer_norm_eps": 1e-12,
 
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
+ "0": "Negative",
13
  "1": "Positive",
14
+ "2": "Classify"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
+ "Negative": 0,
20
+ "Classify": 2,
21
  "Positive": 1
22
  },
23
  "layer_norm_eps": 1e-12,