lmoncla commited on
Commit
14398a0
·
verified ·
1 Parent(s): 25988b2

Upload 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": "NP-Spatial",
15
  "1": "O",
16
- "2": "NP-Misc",
17
  "3": "Head",
18
  "4": "Latlong",
19
- "5": "NC-Spatial",
20
- "6": "NC-Person",
21
  "7": "Relation",
22
- "8": "NP-Person",
23
- "9": "Domain-mark"
24
  },
25
  "initializer_range": 0.02,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
- "Domain-mark": 9,
29
  "Head": 3,
30
  "Latlong": 4,
31
- "NC-Person": 6,
32
- "NC-Spatial": 5,
33
- "NP-Misc": 2,
34
- "NP-Person": 8,
35
- "NP-Spatial": 0,
36
  "O": 1,
37
  "Relation": 7
38
  },
 
11
  "hidden_dropout_prob": 0.1,
12
  "hidden_size": 768,
13
  "id2label": {
14
+ "0": "NP_Spatial",
15
  "1": "O",
16
+ "2": "NP_Misc",
17
  "3": "Head",
18
  "4": "Latlong",
19
+ "5": "NC_Spatial",
20
+ "6": "NC_Person",
21
  "7": "Relation",
22
+ "8": "NP_Person",
23
+ "9": "Domain_mark"
24
  },
25
  "initializer_range": 0.02,
26
  "intermediate_size": 3072,
27
  "label2id": {
28
+ "Domain_mark": 9,
29
  "Head": 3,
30
  "Latlong": 4,
31
+ "NC_Person": 6,
32
+ "NC_Spatial": 5,
33
+ "NP_Misc": 2,
34
+ "NP_Person": 8,
35
+ "NP_Spatial": 0,
36
  "O": 1,
37
  "Relation": 7
38
  },