ukkendane commited on
Commit
e39302b
1 Parent(s): 6534a05

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +18 -18
config.json CHANGED
@@ -14,30 +14,30 @@
14
  "hidden_dropout_prob": 0,
15
  "hidden_size": 768,
16
  "id2label": {
17
- "0": "B-person",
18
- "1": "B-problem",
19
- "2": "B-pronoun",
20
- "3": "B-test",
21
- "4": "B-treatment",
22
- "5": "I-person",
23
- "6": "I-problem",
24
- "7": "I-test",
25
- "8": "I-treatment",
26
  "9": "O"
27
  },
28
  "initializer_range": 0.02,
29
  "inner_group_num": 1,
30
  "intermediate_size": 3072,
31
  "label2id": {
32
- "B-person": 0,
33
- "B-problem": 1,
34
- "B-pronoun": 2,
35
- "B-test": 3,
36
- "B-treatment": 4,
37
- "I-person": 5,
38
- "I-problem": 6,
39
- "I-test": 7,
40
- "I-treatment": 8,
41
  "O": 9
42
  },
43
  "layer_norm_eps": 1e-12,
 
14
  "hidden_dropout_prob": 0,
15
  "hidden_size": 768,
16
  "id2label": {
17
+ "0": "B_person",
18
+ "1": "B_problem",
19
+ "2": "B_pronoun",
20
+ "3": "B_test",
21
+ "4": "B_treatment",
22
+ "5": "I_person",
23
+ "6": "I_problem",
24
+ "7": "I_test",
25
+ "8": "I_treatment",
26
  "9": "O"
27
  },
28
  "initializer_range": 0.02,
29
  "inner_group_num": 1,
30
  "intermediate_size": 3072,
31
  "label2id": {
32
+ "B_person": 0,
33
+ "B_problem": 1,
34
+ "B_pronoun": 2,
35
+ "B_test": 3,
36
+ "B_treatment": 4,
37
+ "I_person": 5,
38
+ "I_problem": 6,
39
+ "I_test": 7,
40
+ "I_treatment": 8,
41
  "O": 9
42
  },
43
  "layer_norm_eps": 1e-12,