abdulmatinomotoso
commited on
Commit
•
6b61b83
1
Parent(s):
b2e8ed6
Training in progress, epoch 1
Browse files- config.json +275 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,275 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilroberta-base",
|
3 |
+
"architectures": [
|
4 |
+
"RobertaForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"bos_token_id": 0,
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"id2label": {
|
14 |
+
"0": "US Congress Politics",
|
15 |
+
"1": "Banking and Finance",
|
16 |
+
"2": "Nutrition Research",
|
17 |
+
"3": "Energy & Natural Resources",
|
18 |
+
"4": "Women's Health",
|
19 |
+
"5": "Federal Level Elections",
|
20 |
+
"6": "Crime, Violence & Terrorism",
|
21 |
+
"7": "Labor Activism",
|
22 |
+
"8": "Renewable Energy",
|
23 |
+
"9": "Human Rights",
|
24 |
+
"10": "Extreme Weather and Cataclysms",
|
25 |
+
"11": "Tennis",
|
26 |
+
"12": "Climate Change",
|
27 |
+
"13": "Football",
|
28 |
+
"14": "Stress and Wellness",
|
29 |
+
"15": "Fossil fuel",
|
30 |
+
"16": "Global Organizations",
|
31 |
+
"17": "Middle East Economy",
|
32 |
+
"18": "Gaming & VR",
|
33 |
+
"19": "Video Games",
|
34 |
+
"20": "Basketball",
|
35 |
+
"21": "Civil Rights Activism",
|
36 |
+
"22": "Epidemic and Outbreaks",
|
37 |
+
"23": "Personal Finance and Financial Education",
|
38 |
+
"24": "Jewelry",
|
39 |
+
"25": "Celebrity",
|
40 |
+
"26": "Nonprofit, Charities, & Fundraising",
|
41 |
+
"27": "Medical Innovations",
|
42 |
+
"28": "Tech Giants",
|
43 |
+
"29": "Boxing",
|
44 |
+
"30": "Olympic Sports",
|
45 |
+
"31": "Movies",
|
46 |
+
"32": "Global Health",
|
47 |
+
"33": "Crypto Trading",
|
48 |
+
"34": "Consumer Electronics",
|
49 |
+
"35": "Chemistry and Material Sciences",
|
50 |
+
"36": "Festivals",
|
51 |
+
"37": "Local Elections",
|
52 |
+
"38": "Inflation",
|
53 |
+
"39": "Consumer and Retail",
|
54 |
+
"40": "Workforce and Labor",
|
55 |
+
"41": "Automotive and Transportation",
|
56 |
+
"42": "Photographers",
|
57 |
+
"43": "Writing and Literature",
|
58 |
+
"44": "SCOTUS",
|
59 |
+
"45": "AI Research",
|
60 |
+
"46": "Interest rates",
|
61 |
+
"47": "Other Sports",
|
62 |
+
"48": "MMA",
|
63 |
+
"49": "Operating Systems",
|
64 |
+
"50": "Art and Culture",
|
65 |
+
"51": "Police Misconduct Investigations",
|
66 |
+
"52": "Biology",
|
67 |
+
"53": "pets_animals_wildlife",
|
68 |
+
"54": "Royal Families",
|
69 |
+
"55": "Baseball",
|
70 |
+
"56": "Cosmology & The Universe",
|
71 |
+
"57": "Vaccine Development",
|
72 |
+
"58": "Adventure",
|
73 |
+
"59": "Political Campaigns Investigations",
|
74 |
+
"60": "AI Startups",
|
75 |
+
"61": "Social Media",
|
76 |
+
"62": "US Involvement in Foreign Conflicts",
|
77 |
+
"63": "Disease Research",
|
78 |
+
"64": "Health Policy",
|
79 |
+
"65": "Africa Economy",
|
80 |
+
"66": "Tech Startups",
|
81 |
+
"67": "Space Technology",
|
82 |
+
"68": "Emerging Technologies",
|
83 |
+
"69": "US Involvement with International Organizations",
|
84 |
+
"70": "Latin America Economy",
|
85 |
+
"71": "Stocks Trading",
|
86 |
+
"72": "Golf",
|
87 |
+
"73": "Tech Industry Trends",
|
88 |
+
"74": "India Economy",
|
89 |
+
"75": "Drug Discovery",
|
90 |
+
"76": "Circuit and Appeals Courts",
|
91 |
+
"77": "Space Exploration",
|
92 |
+
"78": "Asia Economy",
|
93 |
+
"79": "Africa Politics",
|
94 |
+
"80": "Local Infrastructure",
|
95 |
+
"81": "India Politics",
|
96 |
+
"82": "Unemployment",
|
97 |
+
"83": "Latin America Politics",
|
98 |
+
"84": "Clothes",
|
99 |
+
"85": "Autoracing",
|
100 |
+
"86": "Music",
|
101 |
+
"87": "AI Policy and Regulations",
|
102 |
+
"88": "Physics",
|
103 |
+
"89": "Governance",
|
104 |
+
"90": "Forex",
|
105 |
+
"91": "Federal Policies",
|
106 |
+
"92": "Real Estate & Housing",
|
107 |
+
"93": "Australia Politics",
|
108 |
+
"94": "Political Corruption",
|
109 |
+
"95": "Local Policies",
|
110 |
+
"96": "Keto, Paleo, Vegan, Mediterranean",
|
111 |
+
"97": "Discover",
|
112 |
+
"98": "United Kingdom Politics",
|
113 |
+
"99": "Middle East Politics",
|
114 |
+
"100": "Agriculture",
|
115 |
+
"101": "Food",
|
116 |
+
"102": "Soccer",
|
117 |
+
"103": "Culture",
|
118 |
+
"104": "Environmental Science",
|
119 |
+
"105": "Extreme Sports",
|
120 |
+
"106": "Weightlifting & Bodybuilding",
|
121 |
+
"107": "Asia Politics",
|
122 |
+
"108": "Television",
|
123 |
+
"109": "Europe Economy",
|
124 |
+
"110": "Europe Politics",
|
125 |
+
"111": "Cosmetics",
|
126 |
+
"112": "Hockey",
|
127 |
+
"113": "Swimming",
|
128 |
+
"114": "Environmental Activism",
|
129 |
+
"115": "Chess",
|
130 |
+
"116": "Computer Hardware",
|
131 |
+
"117": "Men's Health",
|
132 |
+
"118": "United Kingdom Economy",
|
133 |
+
"119": "Longevity",
|
134 |
+
"120": "Aerobics and Cardio",
|
135 |
+
"121": "Software Applications"
|
136 |
+
},
|
137 |
+
"initializer_range": 0.02,
|
138 |
+
"intermediate_size": 3072,
|
139 |
+
"label2id": {
|
140 |
+
"AI Policy and Regulations": 87,
|
141 |
+
"AI Research": 45,
|
142 |
+
"AI Startups": 60,
|
143 |
+
"Adventure": 58,
|
144 |
+
"Aerobics and Cardio": 120,
|
145 |
+
"Africa Economy": 65,
|
146 |
+
"Africa Politics": 79,
|
147 |
+
"Agriculture": 100,
|
148 |
+
"Art and Culture": 50,
|
149 |
+
"Asia Economy": 78,
|
150 |
+
"Asia Politics": 107,
|
151 |
+
"Australia Politics": 93,
|
152 |
+
"Automotive and Transportation": 41,
|
153 |
+
"Autoracing": 85,
|
154 |
+
"Banking and Finance": 1,
|
155 |
+
"Baseball": 55,
|
156 |
+
"Basketball": 20,
|
157 |
+
"Biology": 52,
|
158 |
+
"Boxing": 29,
|
159 |
+
"Celebrity": 25,
|
160 |
+
"Chemistry and Material Sciences": 35,
|
161 |
+
"Chess": 115,
|
162 |
+
"Circuit and Appeals Courts": 76,
|
163 |
+
"Civil Rights Activism": 21,
|
164 |
+
"Climate Change": 12,
|
165 |
+
"Clothes": 84,
|
166 |
+
"Computer Hardware": 116,
|
167 |
+
"Consumer Electronics": 34,
|
168 |
+
"Consumer and Retail": 39,
|
169 |
+
"Cosmetics": 111,
|
170 |
+
"Cosmology & The Universe": 56,
|
171 |
+
"Crime, Violence & Terrorism": 6,
|
172 |
+
"Crypto Trading": 33,
|
173 |
+
"Culture": 103,
|
174 |
+
"Discover": 97,
|
175 |
+
"Disease Research": 63,
|
176 |
+
"Drug Discovery": 75,
|
177 |
+
"Emerging Technologies": 68,
|
178 |
+
"Energy & Natural Resources": 3,
|
179 |
+
"Environmental Activism": 114,
|
180 |
+
"Environmental Science": 104,
|
181 |
+
"Epidemic and Outbreaks": 22,
|
182 |
+
"Europe Economy": 109,
|
183 |
+
"Europe Politics": 110,
|
184 |
+
"Extreme Sports": 105,
|
185 |
+
"Extreme Weather and Cataclysms": 10,
|
186 |
+
"Federal Level Elections": 5,
|
187 |
+
"Federal Policies": 91,
|
188 |
+
"Festivals": 36,
|
189 |
+
"Food": 101,
|
190 |
+
"Football": 13,
|
191 |
+
"Forex": 90,
|
192 |
+
"Fossil fuel": 15,
|
193 |
+
"Gaming & VR": 18,
|
194 |
+
"Global Health": 32,
|
195 |
+
"Global Organizations": 16,
|
196 |
+
"Golf": 72,
|
197 |
+
"Governance": 89,
|
198 |
+
"Health Policy": 64,
|
199 |
+
"Hockey": 112,
|
200 |
+
"Human Rights": 9,
|
201 |
+
"India Economy": 74,
|
202 |
+
"India Politics": 81,
|
203 |
+
"Inflation": 38,
|
204 |
+
"Interest rates": 46,
|
205 |
+
"Jewelry": 24,
|
206 |
+
"Keto, Paleo, Vegan, Mediterranean": 96,
|
207 |
+
"Labor Activism": 7,
|
208 |
+
"Latin America Economy": 70,
|
209 |
+
"Latin America Politics": 83,
|
210 |
+
"Local Elections": 37,
|
211 |
+
"Local Infrastructure": 80,
|
212 |
+
"Local Policies": 95,
|
213 |
+
"Longevity": 119,
|
214 |
+
"MMA": 48,
|
215 |
+
"Medical Innovations": 27,
|
216 |
+
"Men's Health": 117,
|
217 |
+
"Middle East Economy": 17,
|
218 |
+
"Middle East Politics": 99,
|
219 |
+
"Movies": 31,
|
220 |
+
"Music": 86,
|
221 |
+
"Nonprofit, Charities, & Fundraising": 26,
|
222 |
+
"Nutrition Research": 2,
|
223 |
+
"Olympic Sports": 30,
|
224 |
+
"Operating Systems": 49,
|
225 |
+
"Other Sports": 47,
|
226 |
+
"Personal Finance and Financial Education": 23,
|
227 |
+
"Photographers": 42,
|
228 |
+
"Physics": 88,
|
229 |
+
"Police Misconduct Investigations": 51,
|
230 |
+
"Political Campaigns Investigations": 59,
|
231 |
+
"Political Corruption": 94,
|
232 |
+
"Real Estate & Housing": 92,
|
233 |
+
"Renewable Energy": 8,
|
234 |
+
"Royal Families": 54,
|
235 |
+
"SCOTUS": 44,
|
236 |
+
"Soccer": 102,
|
237 |
+
"Social Media": 61,
|
238 |
+
"Software Applications": 121,
|
239 |
+
"Space Exploration": 77,
|
240 |
+
"Space Technology": 67,
|
241 |
+
"Stocks Trading": 71,
|
242 |
+
"Stress and Wellness": 14,
|
243 |
+
"Swimming": 113,
|
244 |
+
"Tech Giants": 28,
|
245 |
+
"Tech Industry Trends": 73,
|
246 |
+
"Tech Startups": 66,
|
247 |
+
"Television": 108,
|
248 |
+
"Tennis": 11,
|
249 |
+
"US Congress Politics": 0,
|
250 |
+
"US Involvement in Foreign Conflicts": 62,
|
251 |
+
"US Involvement with International Organizations": 69,
|
252 |
+
"Unemployment": 82,
|
253 |
+
"United Kingdom Economy": 118,
|
254 |
+
"United Kingdom Politics": 98,
|
255 |
+
"Vaccine Development": 57,
|
256 |
+
"Video Games": 19,
|
257 |
+
"Weightlifting & Bodybuilding": 106,
|
258 |
+
"Women's Health": 4,
|
259 |
+
"Workforce and Labor": 40,
|
260 |
+
"Writing and Literature": 43,
|
261 |
+
"pets_animals_wildlife": 53
|
262 |
+
},
|
263 |
+
"layer_norm_eps": 1e-05,
|
264 |
+
"max_position_embeddings": 514,
|
265 |
+
"model_type": "roberta",
|
266 |
+
"num_attention_heads": 12,
|
267 |
+
"num_hidden_layers": 6,
|
268 |
+
"pad_token_id": 1,
|
269 |
+
"position_embedding_type": "absolute",
|
270 |
+
"torch_dtype": "float32",
|
271 |
+
"transformers_version": "4.35.2",
|
272 |
+
"type_vocab_size": 1,
|
273 |
+
"use_cache": true,
|
274 |
+
"vocab_size": 50265
|
275 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42686326f569b5f8f33302a90ca59e81d2ea66fd0c86d25039d7166a9d3a881c
|
3 |
+
size 328861400
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3495ae896c953c63ea90985525598fd2ddbab1a2cfb9cf37ac3d87ef4fb7230
|
3 |
+
size 4600
|