hzeghidi commited on
Commit
db9a2aa
·
verified ·
1 Parent(s): 8bb3c66

Update config.json

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