uer commited on
Commit
c2b1156
1 Parent(s): 035efb2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -7,14 +7,14 @@
7
  "hidden_dropout_prob": 0.1,
8
  "hidden_size": 768,
9
  "id2label": {
10
- "0": "star 1,2,3(negative class)",
11
- "1": "star 4,5(positive class)"
12
  },
13
  "initializer_range": 0.02,
14
  "intermediate_size": 3072,
15
  "label2id": {
16
- "star 1,2,3(negative class)": 0,
17
- "star 4,5(positive class)": 1
18
  },
19
  "layer_norm_eps": 1e-12,
20
  "max_position_embeddings": 512,
7
  "hidden_dropout_prob": 0.1,
8
  "hidden_size": 768,
9
  "id2label": {
10
+ "0": "negative (stars 1, 2 and 3 )",
11
+ "1": "positive (stars 4 and 5)"
12
  },
13
  "initializer_range": 0.02,
14
  "intermediate_size": 3072,
15
  "label2id": {
16
+ "negative (stars 1, 2 and 3 )": 0,
17
+ "positive (stars 4 and 5)": 1
18
  },
19
  "layer_norm_eps": 1e-12,
20
  "max_position_embeddings": 512,