vikasaeta commited on
Commit
6d51053
·
1 Parent(s): f482ea7

labels changed

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