diah commited on
Commit
932407b
·
1 Parent(s): 55e149a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +138 -68
config.json CHANGED
@@ -9,74 +9,144 @@
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
- "id2label": {
13
- "O": 0,
14
- "I-art-broadcastprogram": 1,
15
- "I-art-film": 2,
16
- "I-art-music": 3,
17
- "I-art-other": 4,
18
- "I-art-painting": 5,
19
- "I-art-writtenart": 6,
20
- "I-building-airport": 7,
21
- "I-building-hospital": 8,
22
- "I-building-hotel": 9,
23
- "I-building-library": 10,
24
- "I-building-other": 11,
25
- "I-building-restaurant": 12,
26
- "I-building-sportsfacility": 13,
27
- "I-building-theater": 14,
28
- "I-event-attack/battle/war/militaryconflict": 15,
29
- "I-event-disaster": 16,
30
- "I-event-election": 17,
31
- "I-event-other": 18,
32
- "I-event-protest": 19,
33
- "I-event-sportsevent": 20,
34
- "I-location-GPE": 21,
35
- "I-location-bodiesofwater": 22,
36
- "I-location-island": 23,
37
- "I-location-mountain": 24,
38
- "I-location-other": 25,
39
- "I-location-park": 26,
40
- "I-location-road/railway/highway/transit": 27,
41
- "I-organization-company": 28,
42
- "I-organization-education": 29,
43
- "I-organization-government/governmentagency": 30,
44
- "I-organization-media/newspaper": 31,
45
- "I-organization-other": 32,
46
- "I-organization-politicalparty": 33,
47
- "I-organization-religion": 34,
48
- "I-organization-showorganization": 35,
49
- "I-organization-sportsleague": 36,
50
- "I-organization-sportsteam": 37,
51
- "I-other-astronomything": 38,
52
- "I-other-award": 39,
53
- "I-other-biologything": 40,
54
- "I-other-chemicalthing": 41,
55
- "I-other-currency": 42,
56
- "I-other-disease": 43,
57
- "I-other-educationaldegree": 44,
58
- "I-other-god": 45,
59
- "I-other-language": 46,
60
- "I-other-law": 47,
61
- "I-other-livingthing": 48,
62
- "I-other-medical": 49,
63
- "I-person-actor": 50,
64
- "I-person-artist/author": 51,
65
- "I-person-athlete": 52,
66
- "I-person-director": 53,
67
- "I-person-other": 54,
68
- "I-person-politician": 55,
69
- "I-person-scholar": 56,
70
- "I-person-soldier": 57,
71
- "I-product-airplane": 58,
72
- "I-product-car": 59,
73
- "I-product-food": 60,
74
- "I-product-game": 61,
75
- "I-product-other": 62,
76
- "I-product-ship": 63,
77
- "I-product-software": 64,
78
- "I-product-train": 65,
79
- "I-product-weapon": 66
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
80
  },
81
  "initializer_range": 0.02,
82
  "intermediate_size": 3072,
 
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "I-art-broadcastprogram",
15
+ "2": "I-art-film",
16
+ "3": "I-art-music",
17
+ "4": "I-art-other",
18
+ "5": "I-art-painting",
19
+ "6": "I-art-writtenart",
20
+ "7": "I-building-airport",
21
+ "8": "I-building-hospital",
22
+ "9": "I-building-hotel",
23
+ "10": "I-building-library",
24
+ "11": "I-building-other",
25
+ "12": "I-building-restaurant",
26
+ "13": "I-building-sportsfacility",
27
+ "14": "I-building-theater",
28
+ "15": "I-event-attack/battle/war/militaryconflict",
29
+ "16": "I-event-disaster",
30
+ "17": "I-event-election",
31
+ "18": "I-event-other",
32
+ "19": "I-event-protest",
33
+ "20": "I-event-sportsevent",
34
+ "21": "I-location-GPE",
35
+ "22": "I-location-bodiesofwater",
36
+ "23": "I-location-island",
37
+ "24": "I-location-mountain",
38
+ "25": "I-location-other",
39
+ "26": "I-location-park",
40
+ "27": "I-location-road/railway/highway/transit",
41
+ "28": "I-organization-company",
42
+ "29": "I-organization-education",
43
+ "30": "I-organization-government/governmentagency",
44
+ "31": "I-organization-media/newspaper",
45
+ "32": "I-organization-other",
46
+ "33": "I-organization-politicalparty",
47
+ "34": "I-organization-religion",
48
+ "35": "I-organization-showorganization",
49
+ "36": "I-organization-sportsleague",
50
+ "37": "I-organization-sportsteam",
51
+ "38": "I-other-astronomything",
52
+ "39": "I-other-award",
53
+ "40": "I-other-biologything",
54
+ "41": "I-other-chemicalthing",
55
+ "42": "I-other-currency",
56
+ "43": "I-other-disease",
57
+ "44": "I-other-educationaldegree",
58
+ "45": "I-other-god",
59
+ "46": "I-other-language",
60
+ "47": "I-other-law",
61
+ "48": "I-other-livingthing",
62
+ "49": "I-other-medical",
63
+ "50": "I-person-actor",
64
+ "51": "I-person-artist/author",
65
+ "52": "I-person-athlete",
66
+ "53": "I-person-director",
67
+ "54": "I-person-other",
68
+ "55": "I-person-politician",
69
+ "56": "I-person-scholar",
70
+ "57": "I-person-soldier",
71
+ "58": "I-product-airplane",
72
+ "59": "I-product-car",
73
+ "60": "I-product-food",
74
+ "61": "I-product-game",
75
+ "62": "I-product-other",
76
+ "63": "I-product-ship",
77
+ "64": "I-product-software",
78
+ "65": "I-product-train",
79
+ "66": "I-product-weapon"
80
+ },
81
+ "label2id": {
82
+ "O": "0",
83
+ "I-art-broadcastprogram": "1",
84
+ "I-art-film": "2",
85
+ "I-art-music": "3",
86
+ "I-art-other": "4",
87
+ "I-art-painting": "5",
88
+ "I-art-writtenart": "6",
89
+ "I-building-airport": "7",
90
+ "I-building-hospital": "8",
91
+ "I-building-hotel": "9",
92
+ "I-building-library": "10",
93
+ "I-building-other": "11",
94
+ "I-building-restaurant": "12",
95
+ "I-building-sportsfacility": "13",
96
+ "I-building-theater": "14",
97
+ "I-event-attack/battle/war/militaryconflict": "15",
98
+ "I-event-disaster": "16",
99
+ "I-event-election": "17",
100
+ "I-event-other": "18",
101
+ "I-event-protest": "19",
102
+ "I-event-sportsevent": "20",
103
+ "I-location-GPE": "21",
104
+ "I-location-bodiesofwater": "22",
105
+ "I-location-island": "23",
106
+ "I-location-mountain": "24",
107
+ "I-location-other": "25",
108
+ "I-location-park": "26",
109
+ "I-location-road/railway/highway/transit": "27",
110
+ "I-organization-company": "28",
111
+ "I-organization-education": "29",
112
+ "I-organization-government/governmentagency": "30",
113
+ "I-organization-media/newspaper": "31",
114
+ "I-organization-other": "32",
115
+ "I-organization-politicalparty": "33",
116
+ "I-organization-religion": "34",
117
+ "I-organization-showorganization": "35",
118
+ "I-organization-sportsleague": "36",
119
+ "I-organization-sportsteam": "37",
120
+ "I-other-astronomything": "38",
121
+ "I-other-award": "39",
122
+ "I-other-biologything": "40",
123
+ "I-other-chemicalthing": "41",
124
+ "I-other-currency": "42",
125
+ "I-other-disease": "43",
126
+ "I-other-educationaldegree": "44",
127
+ "I-other-god": "45",
128
+ "I-other-language": "46",
129
+ "I-other-law": "47",
130
+ "I-other-livingthing": "48",
131
+ "I-other-medical": "49",
132
+ "I-person-actor": "50",
133
+ "I-person-artist/author": "51",
134
+ "I-person-athlete": "52",
135
+ "I-person-director": "53",
136
+ "I-person-other": "54",
137
+ "I-person-politician": "55",
138
+ "I-person-scholar": "56",
139
+ "I-person-soldier": "57",
140
+ "I-product-airplane": "58",
141
+ "I-product-car": "59",
142
+ "I-product-food": "60",
143
+ "I-product-game": "61",
144
+ "I-product-other": "62",
145
+ "I-product-ship": "63",
146
+ "I-product-software": "64",
147
+ "I-product-train": "65",
148
+ "I-product-weapon": "66"
149
+ }
150
  },
151
  "initializer_range": 0.02,
152
  "intermediate_size": 3072,