hzeghidi commited on
Commit
6029d53
·
verified ·
1 Parent(s): 271b471

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +12 -12
config.json CHANGED
@@ -11,28 +11,28 @@
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
- "0": "Domain-mark",
15
  "1": "Head",
16
  "2": "Latlong",
17
- "3": "NC-Person",
18
- "4": "NC-Spatial",
19
- "5": "NP-Misc",
20
- "6": "NP-Person",
21
- "7": "NP-Spatial",
22
  "8": "O",
23
  "9": "Relation"
24
  },
25
  "initializer_range": 0.02,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
- "Domain-mark": 0,
29
  "Head": 1,
30
  "Latlong": 2,
31
- "NC-Person": 3,
32
- "NC-Spatial": 4,
33
- "NP-Misc": 5,
34
- "NP-Person": 6,
35
- "NP-Spatial": 7,
36
  "O": 8,
37
  "Relation": 9
38
  },
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "Domain_mark",
15
  "1": "Head",
16
  "2": "Latlong",
17
+ "3": "NC_Person",
18
+ "4": "NC_Spatial",
19
+ "5": "NP_Misc",
20
+ "6": "NP_Person",
21
+ "7": "NP_Spatial",
22
  "8": "O",
23
  "9": "Relation"
24
  },
25
  "initializer_range": 0.02,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
+ "Domain_mark": 0,
29
  "Head": 1,
30
  "Latlong": 2,
31
+ "NC_Person": 3,
32
+ "NC_Spatial": 4,
33
+ "NP_Misc": 5,
34
+ "NP_Person": 6,
35
+ "NP_Spatial": 7,
36
  "O": 8,
37
  "Relation": 9
38
  },