tkbarb10 commited on
Commit
e8e98c6
·
verified ·
1 Parent(s): 3f66cc5

Upload config

Browse files
Files changed (1) hide show
  1. config.json +10 -10
config.json CHANGED
@@ -12,21 +12,21 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "Argumentative",
16
- "1": "Expressive",
17
- "2": "Informational",
18
- "3": "Neutral",
19
- "4": "Opinion"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "is_decoder": false,
24
  "label2id": {
25
- "Argumentative": 0,
26
- "Expressive": 1,
27
- "Informational": 2,
28
- "Neutral": 3,
29
- "Opinion": 4
30
  },
31
  "layer_norm_eps": 1e-05,
32
  "max_position_embeddings": 514,
 
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "Neutral",
16
+ "1": "Opinion",
17
+ "2": "Argumentative",
18
+ "3": "Expressive",
19
+ "4": "Informational"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "is_decoder": false,
24
  "label2id": {
25
+ "Argumentative": 2,
26
+ "Expressive": 3,
27
+ "Informational": 4,
28
+ "Neutral": 0,
29
+ "Opinion": 1
30
  },
31
  "layer_norm_eps": 1e-05,
32
  "max_position_embeddings": 514,