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