kamalkraj commited on
Commit
5749a5c
1 Parent(s): 47678fc

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -10,17 +10,17 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "I-INT",
14
- "1": "I-OUT",
15
- "2": "I-PAR",
16
  "3": "O"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
- "I-INT": 0,
22
- "I-OUT": 1,
23
- "I-PAR": 2,
24
  "O": 3
25
  },
26
  "layer_norm_eps": 1e-12,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "I-Intervention",
14
+ "1": "I-Outcome",
15
+ "2": "I-Participants",
16
  "3": "O"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 3072,
20
  "label2id": {
21
+ "I-Intervention": 0,
22
+ "I-Outcome": 1,
23
+ "I-Participants": 2,
24
  "O": 3
25
  },
26
  "layer_norm_eps": 1e-12,