AngelPanizo commited on
Commit
0bc912e
·
verified ·
1 Parent(s): 7ef39d7

Add BERTopic model

Browse files
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - bertopic
5
+ library_name: bertopic
6
+ pipeline_tag: text-classification
7
+ ---
8
+
9
+ # MARTINI_enrich_BERTopic_afldscc
10
+
11
+ This is a [BERTopic](https://github.com/MaartenGr/BERTopic) model.
12
+ BERTopic is a flexible and modular topic modeling framework that allows for the generation of easily interpretable topics from large datasets.
13
+
14
+ ## Usage
15
+
16
+ To use this model, please install BERTopic:
17
+
18
+ ```
19
+ pip install -U bertopic
20
+ ```
21
+
22
+ You can use the model as follows:
23
+
24
+ ```python
25
+ from bertopic import BERTopic
26
+ topic_model = BERTopic.load("AIDA-UPM/MARTINI_enrich_BERTopic_afldscc")
27
+
28
+ topic_model.get_topic_info()
29
+ ```
30
+
31
+ ## Topic overview
32
+
33
+ * Number of topics: 14
34
+ * Number of training documents: 1099
35
+
36
+ <details>
37
+ <summary>Click here for an overview of all topics.</summary>
38
+
39
+ | Topic ID | Topic Keywords | Topic Frequency | Label |
40
+ |----------|----------------|-----------------|-------|
41
+ | -1 | vaccine - cdc - ivermectin - zelenko - 2022 | 24 | -1_vaccine_cdc_ivermectin_zelenko |
42
+ | 0 | physicians - rilegislature - california - unconstitutional - hb2280 | 549 | 0_physicians_rilegislature_california_unconstitutional |
43
+ | 1 | vaccine - reinstated - mandates - cuomo - refusing | 76 | 1_vaccine_reinstated_mandates_cuomo |
44
+ | 2 | freedrgold - simone - supporters - pma - sentencing | 57 | 2_freedrgold_simone_supporters_pma |
45
+ | 3 | reawaken - stateline - clark - event - speedway | 55 | 3_reawaken_stateline_clark_event |
46
+ | 4 | freedom - days - injustices - flyer - defendants | 50 | 4_freedom_days_injustices_flyer |
47
+ | 5 | scotus - redress - tyranny - senators - brunson | 47 | 5_scotus_redress_tyranny_senators |
48
+ | 6 | vaccine - myocarditis - paxlovid - deaths - 2021 | 42 | 6_vaccine_myocarditis_paxlovid_deaths |
49
+ | 7 | citizencorps - aflds - meeting - dana - joined | 38 | 7_citizencorps_aflds_meeting_dana |
50
+ | 8 | pfizer - fauci - publicis - disinformation - fbi | 38 | 8_pfizer_fauci_publicis_disinformation |
51
+ | 9 | homeschool - educate - resources - christa - explore | 37 | 9_homeschool_educate_resources_christa |
52
+ | 10 | novavax - fda - injections - infants - 2022 | 31 | 10_novavax_fda_injections_infants |
53
+ | 11 | lockdowns - masks - effects - harmful - kaiser | 29 | 11_lockdowns_masks_effects_harmful |
54
+ | 12 | pandemics - stopthewho - sovereignty - amendments - geneva | 26 | 12_pandemics_stopthewho_sovereignty_amendments |
55
+
56
+ </details>
57
+
58
+ ## Training hyperparameters
59
+
60
+ * calculate_probabilities: True
61
+ * language: None
62
+ * low_memory: False
63
+ * min_topic_size: 10
64
+ * n_gram_range: (1, 1)
65
+ * nr_topics: None
66
+ * seed_topic_list: None
67
+ * top_n_words: 10
68
+ * verbose: False
69
+ * zeroshot_min_similarity: 0.7
70
+ * zeroshot_topic_list: None
71
+
72
+ ## Framework versions
73
+
74
+ * Numpy: 1.26.4
75
+ * HDBSCAN: 0.8.40
76
+ * UMAP: 0.5.7
77
+ * Pandas: 2.2.3
78
+ * Scikit-Learn: 1.5.2
79
+ * Sentence-transformers: 3.3.1
80
+ * Transformers: 4.46.3
81
+ * Numba: 0.60.0
82
+ * Plotly: 5.24.1
83
+ * Python: 3.10.12
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "calculate_probabilities": true,
3
+ "language": null,
4
+ "low_memory": false,
5
+ "min_topic_size": 10,
6
+ "n_gram_range": [
7
+ 1,
8
+ 1
9
+ ],
10
+ "nr_topics": null,
11
+ "seed_topic_list": null,
12
+ "top_n_words": 10,
13
+ "verbose": false,
14
+ "zeroshot_min_similarity": 0.7,
15
+ "zeroshot_topic_list": null
16
+ }
ctfidf.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cc701235647dc2ec18bf35eed5da88904d9b320b18edf519104eeb6bb533fb5
3
+ size 227360
ctfidf_config.json ADDED
The diff for this file is too large to render. See raw diff
 
topic_embeddings.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:036a94daafde9653d4eca9c3065fb8f200bf4bd83205b2c49d0a4af6cf8eb604
3
+ size 57432
topics.json ADDED
@@ -0,0 +1,1520 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topic_representations": {
3
+ "-1": [
4
+ [
5
+ "vaccine",
6
+ 0.6057507991790771
7
+ ],
8
+ [
9
+ "cdc",
10
+ 0.5475724339485168
11
+ ],
12
+ [
13
+ "ivermectin",
14
+ 0.5469487905502319
15
+ ],
16
+ [
17
+ "zelenko",
18
+ 0.48729175329208374
19
+ ],
20
+ [
21
+ "2022",
22
+ 0.4801815152168274
23
+ ]
24
+ ],
25
+ "0": [
26
+ [
27
+ "physicians",
28
+ 0.53728187084198
29
+ ],
30
+ [
31
+ "rilegislature",
32
+ 0.5294308662414551
33
+ ],
34
+ [
35
+ "california",
36
+ 0.5243862867355347
37
+ ],
38
+ [
39
+ "unconstitutional",
40
+ 0.4881528615951538
41
+ ],
42
+ [
43
+ "hb2280",
44
+ 0.48560330271720886
45
+ ]
46
+ ],
47
+ "1": [
48
+ [
49
+ "vaccine",
50
+ 0.5189409852027893
51
+ ],
52
+ [
53
+ "reinstated",
54
+ 0.4963305592536926
55
+ ],
56
+ [
57
+ "mandates",
58
+ 0.4928401708602905
59
+ ],
60
+ [
61
+ "cuomo",
62
+ 0.4632571041584015
63
+ ],
64
+ [
65
+ "refusing",
66
+ 0.4286457300186157
67
+ ]
68
+ ],
69
+ "2": [
70
+ [
71
+ "freedrgold",
72
+ 0.5466035604476929
73
+ ],
74
+ [
75
+ "simone",
76
+ 0.44512617588043213
77
+ ],
78
+ [
79
+ "supporters",
80
+ 0.44279617071151733
81
+ ],
82
+ [
83
+ "pma",
84
+ 0.4238523244857788
85
+ ],
86
+ [
87
+ "sentencing",
88
+ 0.4186605215072632
89
+ ]
90
+ ],
91
+ "3": [
92
+ [
93
+ "reawaken",
94
+ 0.5226827263832092
95
+ ],
96
+ [
97
+ "stateline",
98
+ 0.5017794966697693
99
+ ],
100
+ [
101
+ "clark",
102
+ 0.49965259432792664
103
+ ],
104
+ [
105
+ "event",
106
+ 0.4859088659286499
107
+ ],
108
+ [
109
+ "speedway",
110
+ 0.47805628180503845
111
+ ]
112
+ ],
113
+ "4": [
114
+ [
115
+ "freedom",
116
+ 0.5406157970428467
117
+ ],
118
+ [
119
+ "days",
120
+ 0.5259772539138794
121
+ ],
122
+ [
123
+ "injustices",
124
+ 0.47142982482910156
125
+ ],
126
+ [
127
+ "flyer",
128
+ 0.43143677711486816
129
+ ],
130
+ [
131
+ "defendants",
132
+ 0.4201608896255493
133
+ ]
134
+ ],
135
+ "5": [
136
+ [
137
+ "scotus",
138
+ 0.5692082047462463
139
+ ],
140
+ [
141
+ "redress",
142
+ 0.5277934670448303
143
+ ],
144
+ [
145
+ "tyranny",
146
+ 0.48889482021331787
147
+ ],
148
+ [
149
+ "senators",
150
+ 0.4723736643791199
151
+ ],
152
+ [
153
+ "brunson",
154
+ 0.4669402837753296
155
+ ]
156
+ ],
157
+ "6": [
158
+ [
159
+ "vaccine",
160
+ 0.5510651469230652
161
+ ],
162
+ [
163
+ "myocarditis",
164
+ 0.527504026889801
165
+ ],
166
+ [
167
+ "paxlovid",
168
+ 0.5044174194335938
169
+ ],
170
+ [
171
+ "deaths",
172
+ 0.47252851724624634
173
+ ],
174
+ [
175
+ "2021",
176
+ 0.4342590570449829
177
+ ]
178
+ ],
179
+ "7": [
180
+ [
181
+ "citizencorps",
182
+ 0.5418574213981628
183
+ ],
184
+ [
185
+ "aflds",
186
+ 0.5134464502334595
187
+ ],
188
+ [
189
+ "meeting",
190
+ 0.4776867628097534
191
+ ],
192
+ [
193
+ "dana",
194
+ 0.462502121925354
195
+ ],
196
+ [
197
+ "joined",
198
+ 0.43224409222602844
199
+ ]
200
+ ],
201
+ "8": [
202
+ [
203
+ "pfizer",
204
+ 0.6196113228797913
205
+ ],
206
+ [
207
+ "fauci",
208
+ 0.6005067825317383
209
+ ],
210
+ [
211
+ "publicis",
212
+ 0.5734487771987915
213
+ ],
214
+ [
215
+ "disinformation",
216
+ 0.5412973165512085
217
+ ],
218
+ [
219
+ "fbi",
220
+ 0.533927857875824
221
+ ]
222
+ ],
223
+ "9": [
224
+ [
225
+ "homeschool",
226
+ 0.6796778440475464
227
+ ],
228
+ [
229
+ "educate",
230
+ 0.5691348314285278
231
+ ],
232
+ [
233
+ "resources",
234
+ 0.4997580647468567
235
+ ],
236
+ [
237
+ "christa",
238
+ 0.49926885962486267
239
+ ],
240
+ [
241
+ "explore",
242
+ 0.47987934947013855
243
+ ]
244
+ ],
245
+ "10": [
246
+ [
247
+ "novavax",
248
+ 0.6118113994598389
249
+ ],
250
+ [
251
+ "fda",
252
+ 0.564006507396698
253
+ ],
254
+ [
255
+ "injections",
256
+ 0.4753337502479553
257
+ ],
258
+ [
259
+ "infants",
260
+ 0.45310741662979126
261
+ ],
262
+ [
263
+ "2022",
264
+ 0.44249576330184937
265
+ ]
266
+ ],
267
+ "11": [
268
+ [
269
+ "lockdowns",
270
+ 0.612084150314331
271
+ ],
272
+ [
273
+ "masks",
274
+ 0.6084398031234741
275
+ ],
276
+ [
277
+ "effects",
278
+ 0.4706220030784607
279
+ ],
280
+ [
281
+ "harmful",
282
+ 0.46182966232299805
283
+ ],
284
+ [
285
+ "kaiser",
286
+ 0.43273019790649414
287
+ ]
288
+ ],
289
+ "12": [
290
+ [
291
+ "pandemics",
292
+ 0.5417472124099731
293
+ ],
294
+ [
295
+ "stopthewho",
296
+ 0.5397319197654724
297
+ ],
298
+ [
299
+ "sovereignty",
300
+ 0.5155150294303894
301
+ ],
302
+ [
303
+ "amendments",
304
+ 0.5152406692504883
305
+ ],
306
+ [
307
+ "geneva",
308
+ 0.47689497470855713
309
+ ]
310
+ ]
311
+ },
312
+ "topics": [
313
+ 7,
314
+ 8,
315
+ -1,
316
+ 8,
317
+ 1,
318
+ 8,
319
+ 5,
320
+ -1,
321
+ -1,
322
+ 7,
323
+ 10,
324
+ 8,
325
+ 6,
326
+ 8,
327
+ 12,
328
+ -1,
329
+ -1,
330
+ -1,
331
+ 8,
332
+ -1,
333
+ -1,
334
+ 0,
335
+ 6,
336
+ -1,
337
+ 0,
338
+ 7,
339
+ -1,
340
+ 7,
341
+ 0,
342
+ 7,
343
+ 8,
344
+ -1,
345
+ 2,
346
+ 7,
347
+ 5,
348
+ 11,
349
+ 0,
350
+ 11,
351
+ 7,
352
+ 8,
353
+ -1,
354
+ 10,
355
+ 5,
356
+ -1,
357
+ 1,
358
+ -1,
359
+ 8,
360
+ 8,
361
+ -1,
362
+ 5,
363
+ -1,
364
+ 5,
365
+ 4,
366
+ -1,
367
+ 1,
368
+ 11,
369
+ 8,
370
+ 6,
371
+ 8,
372
+ 7,
373
+ -1,
374
+ 6,
375
+ -1,
376
+ -1,
377
+ 7,
378
+ -1,
379
+ 2,
380
+ -1,
381
+ 0,
382
+ 12,
383
+ -1,
384
+ 7,
385
+ 8,
386
+ -1,
387
+ 2,
388
+ 10,
389
+ 11,
390
+ 9,
391
+ 11,
392
+ 5,
393
+ 8,
394
+ 8,
395
+ 8,
396
+ 12,
397
+ 11,
398
+ 8,
399
+ -1,
400
+ -1,
401
+ 7,
402
+ 8,
403
+ 12,
404
+ 2,
405
+ -1,
406
+ -1,
407
+ -1,
408
+ 11,
409
+ 8,
410
+ 11,
411
+ 12,
412
+ -1,
413
+ 7,
414
+ -1,
415
+ 2,
416
+ -1,
417
+ 2,
418
+ 1,
419
+ -1,
420
+ 5,
421
+ 7,
422
+ 11,
423
+ -1,
424
+ 5,
425
+ 7,
426
+ 11,
427
+ 2,
428
+ 0,
429
+ -1,
430
+ -1,
431
+ 10,
432
+ 6,
433
+ 3,
434
+ 11,
435
+ 2,
436
+ 11,
437
+ 12,
438
+ 7,
439
+ -1,
440
+ 10,
441
+ 10,
442
+ 7,
443
+ -1,
444
+ 6,
445
+ -1,
446
+ -1,
447
+ 8,
448
+ 11,
449
+ 7,
450
+ 11,
451
+ 3,
452
+ -1,
453
+ -1,
454
+ 10,
455
+ -1,
456
+ -1,
457
+ 7,
458
+ 6,
459
+ 11,
460
+ -1,
461
+ -1,
462
+ -1,
463
+ -1,
464
+ -1,
465
+ -1,
466
+ -1,
467
+ -1,
468
+ -1,
469
+ 7,
470
+ -1,
471
+ -1,
472
+ -1,
473
+ -1,
474
+ -1,
475
+ -1,
476
+ -1,
477
+ 7,
478
+ 5,
479
+ 7,
480
+ 6,
481
+ 7,
482
+ -1,
483
+ 8,
484
+ 7,
485
+ 8,
486
+ 7,
487
+ -1,
488
+ -1,
489
+ -1,
490
+ 8,
491
+ -1,
492
+ -1,
493
+ 7,
494
+ 5,
495
+ 8,
496
+ 7,
497
+ -1,
498
+ -1,
499
+ 6,
500
+ -1,
501
+ -1,
502
+ -1,
503
+ -1,
504
+ -1,
505
+ -1,
506
+ -1,
507
+ -1,
508
+ -1,
509
+ -1,
510
+ -1,
511
+ 7,
512
+ -1,
513
+ 7,
514
+ 1,
515
+ 10,
516
+ 5,
517
+ -1,
518
+ 7,
519
+ -1,
520
+ -1,
521
+ -1,
522
+ -1,
523
+ 7,
524
+ 6,
525
+ 12,
526
+ -1,
527
+ -1,
528
+ -1,
529
+ -1,
530
+ -1,
531
+ -1,
532
+ -1,
533
+ -1,
534
+ -1,
535
+ -1,
536
+ 7,
537
+ 7,
538
+ 6,
539
+ -1,
540
+ -1,
541
+ -1,
542
+ 1,
543
+ 5,
544
+ -1,
545
+ -1,
546
+ 5,
547
+ -1,
548
+ -1,
549
+ 5,
550
+ -1,
551
+ 0,
552
+ 11,
553
+ 7,
554
+ 5,
555
+ -1,
556
+ -1,
557
+ -1,
558
+ -1,
559
+ 3,
560
+ -1,
561
+ 3,
562
+ 12,
563
+ -1,
564
+ 6,
565
+ 6,
566
+ -1,
567
+ -1,
568
+ -1,
569
+ -1,
570
+ -1,
571
+ 6,
572
+ 3,
573
+ 0,
574
+ 7,
575
+ -1,
576
+ -1,
577
+ -1,
578
+ 5,
579
+ -1,
580
+ -1,
581
+ -1,
582
+ -1,
583
+ -1,
584
+ -1,
585
+ -1,
586
+ -1,
587
+ -1,
588
+ -1,
589
+ 12,
590
+ -1,
591
+ 6,
592
+ -1,
593
+ -1,
594
+ -1,
595
+ 1,
596
+ -1,
597
+ -1,
598
+ 5,
599
+ 9,
600
+ -1,
601
+ 10,
602
+ -1,
603
+ -1,
604
+ -1,
605
+ 7,
606
+ 7,
607
+ 1,
608
+ -1,
609
+ -1,
610
+ -1,
611
+ -1,
612
+ -1,
613
+ 7,
614
+ 5,
615
+ -1,
616
+ 3,
617
+ -1,
618
+ 8,
619
+ -1,
620
+ 10,
621
+ -1,
622
+ -1,
623
+ -1,
624
+ 10,
625
+ 5,
626
+ 5,
627
+ -1,
628
+ -1,
629
+ 6,
630
+ -1,
631
+ -1,
632
+ -1,
633
+ -1,
634
+ -1,
635
+ -1,
636
+ 9,
637
+ -1,
638
+ 5,
639
+ -1,
640
+ -1,
641
+ -1,
642
+ -1,
643
+ -1,
644
+ -1,
645
+ -1,
646
+ 5,
647
+ 3,
648
+ 3,
649
+ -1,
650
+ -1,
651
+ -1,
652
+ 3,
653
+ -1,
654
+ 6,
655
+ -1,
656
+ -1,
657
+ -1,
658
+ 2,
659
+ -1,
660
+ -1,
661
+ 2,
662
+ -1,
663
+ -1,
664
+ -1,
665
+ -1,
666
+ -1,
667
+ -1,
668
+ -1,
669
+ -1,
670
+ 2,
671
+ 5,
672
+ -1,
673
+ 6,
674
+ -1,
675
+ -1,
676
+ -1,
677
+ -1,
678
+ 9,
679
+ -1,
680
+ 2,
681
+ 9,
682
+ -1,
683
+ -1,
684
+ -1,
685
+ -1,
686
+ -1,
687
+ -1,
688
+ 1,
689
+ -1,
690
+ -1,
691
+ 3,
692
+ -1,
693
+ 1,
694
+ -1,
695
+ 5,
696
+ 5,
697
+ 2,
698
+ 1,
699
+ 3,
700
+ 3,
701
+ -1,
702
+ 3,
703
+ -1,
704
+ -1,
705
+ -1,
706
+ 3,
707
+ -1,
708
+ -1,
709
+ 9,
710
+ -1,
711
+ 9,
712
+ -1,
713
+ -1,
714
+ -1,
715
+ -1,
716
+ -1,
717
+ 1,
718
+ -1,
719
+ -1,
720
+ -1,
721
+ -1,
722
+ -1,
723
+ -1,
724
+ 8,
725
+ -1,
726
+ 2,
727
+ 9,
728
+ -1,
729
+ -1,
730
+ -1,
731
+ -1,
732
+ -1,
733
+ 9,
734
+ -1,
735
+ 3,
736
+ 8,
737
+ -1,
738
+ -1,
739
+ -1,
740
+ -1,
741
+ 3,
742
+ -1,
743
+ -1,
744
+ -1,
745
+ -1,
746
+ -1,
747
+ 0,
748
+ -1,
749
+ -1,
750
+ -1,
751
+ -1,
752
+ 6,
753
+ 3,
754
+ 9,
755
+ 3,
756
+ -1,
757
+ 3,
758
+ -1,
759
+ 2,
760
+ -1,
761
+ -1,
762
+ -1,
763
+ 0,
764
+ 0,
765
+ -1,
766
+ 6,
767
+ 1,
768
+ -1,
769
+ -1,
770
+ -1,
771
+ 8,
772
+ 9,
773
+ -1,
774
+ -1,
775
+ -1,
776
+ -1,
777
+ -1,
778
+ -1,
779
+ -1,
780
+ 3,
781
+ -1,
782
+ -1,
783
+ 0,
784
+ 9,
785
+ -1,
786
+ 0,
787
+ -1,
788
+ -1,
789
+ 0,
790
+ -1,
791
+ -1,
792
+ -1,
793
+ -1,
794
+ 10,
795
+ -1,
796
+ 9,
797
+ 9,
798
+ -1,
799
+ 9,
800
+ -1,
801
+ -1,
802
+ 0,
803
+ 0,
804
+ -1,
805
+ 9,
806
+ -1,
807
+ 6,
808
+ -1,
809
+ 2,
810
+ 11,
811
+ 11,
812
+ -1,
813
+ -1,
814
+ -1,
815
+ 9,
816
+ 3,
817
+ -1,
818
+ 3,
819
+ 9,
820
+ 0,
821
+ -1,
822
+ 0,
823
+ 0,
824
+ -1,
825
+ 9,
826
+ -1,
827
+ 4,
828
+ 1,
829
+ -1,
830
+ 1,
831
+ -1,
832
+ -1,
833
+ -1,
834
+ 4,
835
+ -1,
836
+ 3,
837
+ -1,
838
+ -1,
839
+ 10,
840
+ 0,
841
+ 0,
842
+ -1,
843
+ 9,
844
+ 4,
845
+ -1,
846
+ 8,
847
+ 1,
848
+ 1,
849
+ 0,
850
+ -1,
851
+ -1,
852
+ -1,
853
+ -1,
854
+ -1,
855
+ 3,
856
+ 4,
857
+ -1,
858
+ 0,
859
+ 4,
860
+ -1,
861
+ 9,
862
+ -1,
863
+ 4,
864
+ -1,
865
+ -1,
866
+ 0,
867
+ -1,
868
+ 3,
869
+ 4,
870
+ -1,
871
+ -1,
872
+ 3,
873
+ 0,
874
+ 11,
875
+ 0,
876
+ 3,
877
+ 4,
878
+ -1,
879
+ -1,
880
+ 0,
881
+ 3,
882
+ 3,
883
+ -1,
884
+ -1,
885
+ 8,
886
+ 0,
887
+ -1,
888
+ -1,
889
+ 4,
890
+ -1,
891
+ -1,
892
+ 0,
893
+ -1,
894
+ 2,
895
+ 2,
896
+ 4,
897
+ -1,
898
+ 2,
899
+ -1,
900
+ -1,
901
+ -1,
902
+ -1,
903
+ -1,
904
+ -1,
905
+ 6,
906
+ 2,
907
+ 4,
908
+ 5,
909
+ -1,
910
+ -1,
911
+ 2,
912
+ 2,
913
+ 2,
914
+ -1,
915
+ 6,
916
+ 2,
917
+ -1,
918
+ 0,
919
+ 4,
920
+ -1,
921
+ -1,
922
+ 4,
923
+ -1,
924
+ 4,
925
+ 0,
926
+ -1,
927
+ 4,
928
+ 0,
929
+ -1,
930
+ 1,
931
+ 6,
932
+ 4,
933
+ 6,
934
+ -1,
935
+ -1,
936
+ -1,
937
+ -1,
938
+ -1,
939
+ -1,
940
+ -1,
941
+ -1,
942
+ 11,
943
+ 4,
944
+ 6,
945
+ -1,
946
+ -1,
947
+ 3,
948
+ 1,
949
+ -1,
950
+ -1,
951
+ 0,
952
+ 1,
953
+ -1,
954
+ 2,
955
+ -1,
956
+ 4,
957
+ -1,
958
+ -1,
959
+ 3,
960
+ 9,
961
+ 4,
962
+ 4,
963
+ 1,
964
+ 4,
965
+ -1,
966
+ -1,
967
+ 0,
968
+ -1,
969
+ -1,
970
+ -1,
971
+ 2,
972
+ 4,
973
+ 3,
974
+ -1,
975
+ 0,
976
+ -1,
977
+ 8,
978
+ 4,
979
+ -1,
980
+ 9,
981
+ 2,
982
+ 4,
983
+ -1,
984
+ 7,
985
+ 4,
986
+ 0,
987
+ 4,
988
+ -1,
989
+ 5,
990
+ 3,
991
+ 4,
992
+ 10,
993
+ 2,
994
+ 2,
995
+ 2,
996
+ -1,
997
+ 4,
998
+ -1,
999
+ -1,
1000
+ 4,
1001
+ 4,
1002
+ 4,
1003
+ -1,
1004
+ 0,
1005
+ 5,
1006
+ 2,
1007
+ -1,
1008
+ 8,
1009
+ 5,
1010
+ 0,
1011
+ 4,
1012
+ -1,
1013
+ -1,
1014
+ 0,
1015
+ 4,
1016
+ 2,
1017
+ 9,
1018
+ 4,
1019
+ 1,
1020
+ 4,
1021
+ 5,
1022
+ 4,
1023
+ 1,
1024
+ -1,
1025
+ 4,
1026
+ 12,
1027
+ 6,
1028
+ 2,
1029
+ 4,
1030
+ 8,
1031
+ 2,
1032
+ 0,
1033
+ 4,
1034
+ -1,
1035
+ 5,
1036
+ 2,
1037
+ 3,
1038
+ -1,
1039
+ 1,
1040
+ -1,
1041
+ 4,
1042
+ -1,
1043
+ -1,
1044
+ 2,
1045
+ 0,
1046
+ 4,
1047
+ 4,
1048
+ 2,
1049
+ -1,
1050
+ -1,
1051
+ 4,
1052
+ 10,
1053
+ -1,
1054
+ 11,
1055
+ 1,
1056
+ 1,
1057
+ 4,
1058
+ -1,
1059
+ 4,
1060
+ 2,
1061
+ -1,
1062
+ -1,
1063
+ -1,
1064
+ 4,
1065
+ -1,
1066
+ 10,
1067
+ -1,
1068
+ -1,
1069
+ 2,
1070
+ -1,
1071
+ -1,
1072
+ -1,
1073
+ -1,
1074
+ 2,
1075
+ 0,
1076
+ -1,
1077
+ -1,
1078
+ -1,
1079
+ 9,
1080
+ -1,
1081
+ -1,
1082
+ -1,
1083
+ 1,
1084
+ 11,
1085
+ -1,
1086
+ -1,
1087
+ -1,
1088
+ -1,
1089
+ -1,
1090
+ -1,
1091
+ 1,
1092
+ -1,
1093
+ 10,
1094
+ -1,
1095
+ 3,
1096
+ -1,
1097
+ -1,
1098
+ -1,
1099
+ 3,
1100
+ -1,
1101
+ 3,
1102
+ -1,
1103
+ -1,
1104
+ 11,
1105
+ 1,
1106
+ 10,
1107
+ 10,
1108
+ -1,
1109
+ -1,
1110
+ 5,
1111
+ -1,
1112
+ 0,
1113
+ -1,
1114
+ -1,
1115
+ 5,
1116
+ -1,
1117
+ 0,
1118
+ 0,
1119
+ 1,
1120
+ -1,
1121
+ -1,
1122
+ 2,
1123
+ 3,
1124
+ 2,
1125
+ -1,
1126
+ -1,
1127
+ -1,
1128
+ -1,
1129
+ -1,
1130
+ 3,
1131
+ -1,
1132
+ -1,
1133
+ 12,
1134
+ -1,
1135
+ 2,
1136
+ -1,
1137
+ 2,
1138
+ -1,
1139
+ 8,
1140
+ 6,
1141
+ 2,
1142
+ -1,
1143
+ 8,
1144
+ -1,
1145
+ -1,
1146
+ -1,
1147
+ 3,
1148
+ -1,
1149
+ 5,
1150
+ 1,
1151
+ 5,
1152
+ -1,
1153
+ -1,
1154
+ 5,
1155
+ -1,
1156
+ 5,
1157
+ 1,
1158
+ 5,
1159
+ 0,
1160
+ -1,
1161
+ 2,
1162
+ -1,
1163
+ -1,
1164
+ -1,
1165
+ 1,
1166
+ -1,
1167
+ 0,
1168
+ 10,
1169
+ 1,
1170
+ -1,
1171
+ -1,
1172
+ -1,
1173
+ -1,
1174
+ -1,
1175
+ 2,
1176
+ 1,
1177
+ -1,
1178
+ 0,
1179
+ 11,
1180
+ -1,
1181
+ -1,
1182
+ 1,
1183
+ -1,
1184
+ 10,
1185
+ 2,
1186
+ 2,
1187
+ -1,
1188
+ 9,
1189
+ 2,
1190
+ 5,
1191
+ 2,
1192
+ 2,
1193
+ 2,
1194
+ -1,
1195
+ 10,
1196
+ -1,
1197
+ 10,
1198
+ 10,
1199
+ 0,
1200
+ 0,
1201
+ -1,
1202
+ -1,
1203
+ -1,
1204
+ -1,
1205
+ 1,
1206
+ 6,
1207
+ 1,
1208
+ 10,
1209
+ 3,
1210
+ -1,
1211
+ -1,
1212
+ -1,
1213
+ 0,
1214
+ 6,
1215
+ -1,
1216
+ 0,
1217
+ 1,
1218
+ 1,
1219
+ -1,
1220
+ -1,
1221
+ -1,
1222
+ -1,
1223
+ 3,
1224
+ 1,
1225
+ 0,
1226
+ -1,
1227
+ -1,
1228
+ 1,
1229
+ -1,
1230
+ -1,
1231
+ -1,
1232
+ 2,
1233
+ 1,
1234
+ -1,
1235
+ 3,
1236
+ -1,
1237
+ 1,
1238
+ 12,
1239
+ -1,
1240
+ -1,
1241
+ 9,
1242
+ 12,
1243
+ 9,
1244
+ -1,
1245
+ 0,
1246
+ -1,
1247
+ 12,
1248
+ -1,
1249
+ -1,
1250
+ -1,
1251
+ 3,
1252
+ 12,
1253
+ -1,
1254
+ 12,
1255
+ 12,
1256
+ 12,
1257
+ -1,
1258
+ -1,
1259
+ -1,
1260
+ 3,
1261
+ 2,
1262
+ 12,
1263
+ 1,
1264
+ -1,
1265
+ -1,
1266
+ 6,
1267
+ 12,
1268
+ -1,
1269
+ 1,
1270
+ 9,
1271
+ 1,
1272
+ 6,
1273
+ 12,
1274
+ 11,
1275
+ -1,
1276
+ 1,
1277
+ -1,
1278
+ -1,
1279
+ -1,
1280
+ 12,
1281
+ 6,
1282
+ 1,
1283
+ 0,
1284
+ -1,
1285
+ -1,
1286
+ -1,
1287
+ -1,
1288
+ -1,
1289
+ -1,
1290
+ 1,
1291
+ 3,
1292
+ -1,
1293
+ -1,
1294
+ 1,
1295
+ -1,
1296
+ 0,
1297
+ -1,
1298
+ 0,
1299
+ -1,
1300
+ -1,
1301
+ -1,
1302
+ 1,
1303
+ 9,
1304
+ 10,
1305
+ -1,
1306
+ -1,
1307
+ 6,
1308
+ -1,
1309
+ 6,
1310
+ -1,
1311
+ 10,
1312
+ 8,
1313
+ -1,
1314
+ -1,
1315
+ -1,
1316
+ 0,
1317
+ -1,
1318
+ -1,
1319
+ 9,
1320
+ -1,
1321
+ 6,
1322
+ 0,
1323
+ -1,
1324
+ 0,
1325
+ -1,
1326
+ 0,
1327
+ -1,
1328
+ 0,
1329
+ -1,
1330
+ -1,
1331
+ 5,
1332
+ 0,
1333
+ 11,
1334
+ -1,
1335
+ -1,
1336
+ -1,
1337
+ -1,
1338
+ -1,
1339
+ 0,
1340
+ -1,
1341
+ 10,
1342
+ -1,
1343
+ 0,
1344
+ -1,
1345
+ -1,
1346
+ 0,
1347
+ -1,
1348
+ 0,
1349
+ -1,
1350
+ 0,
1351
+ -1,
1352
+ 3,
1353
+ -1,
1354
+ 6,
1355
+ -1,
1356
+ -1,
1357
+ 1,
1358
+ 3,
1359
+ -1,
1360
+ -1,
1361
+ -1,
1362
+ -1,
1363
+ 0,
1364
+ 12,
1365
+ 1,
1366
+ -1,
1367
+ 12,
1368
+ -1,
1369
+ -1,
1370
+ -1,
1371
+ -1,
1372
+ -1,
1373
+ -1,
1374
+ -1,
1375
+ 1,
1376
+ 6,
1377
+ 10,
1378
+ 3,
1379
+ -1,
1380
+ 0,
1381
+ -1,
1382
+ 0,
1383
+ -1,
1384
+ 5,
1385
+ 1,
1386
+ -1,
1387
+ -1,
1388
+ -1,
1389
+ -1,
1390
+ 8,
1391
+ -1,
1392
+ 5,
1393
+ -1,
1394
+ -1,
1395
+ 0,
1396
+ 0,
1397
+ -1,
1398
+ -1,
1399
+ 0,
1400
+ -1,
1401
+ -1,
1402
+ -1,
1403
+ -1,
1404
+ -1,
1405
+ -1,
1406
+ -1,
1407
+ 1,
1408
+ 0,
1409
+ -1,
1410
+ 0,
1411
+ 3
1412
+ ],
1413
+ "topic_sizes": {
1414
+ "7": 38,
1415
+ "8": 37,
1416
+ "-1": 549,
1417
+ "1": 57,
1418
+ "5": 42,
1419
+ "10": 29,
1420
+ "6": 38,
1421
+ "12": 24,
1422
+ "0": 76,
1423
+ "2": 55,
1424
+ "11": 26,
1425
+ "4": 47,
1426
+ "9": 31,
1427
+ "3": 50
1428
+ },
1429
+ "topic_mapper": [
1430
+ [
1431
+ -1,
1432
+ -1,
1433
+ -1
1434
+ ],
1435
+ [
1436
+ 0,
1437
+ 0,
1438
+ 9
1439
+ ],
1440
+ [
1441
+ 1,
1442
+ 1,
1443
+ 5
1444
+ ],
1445
+ [
1446
+ 2,
1447
+ 2,
1448
+ 0
1449
+ ],
1450
+ [
1451
+ 3,
1452
+ 3,
1453
+ 12
1454
+ ],
1455
+ [
1456
+ 4,
1457
+ 4,
1458
+ 11
1459
+ ],
1460
+ [
1461
+ 5,
1462
+ 5,
1463
+ 1
1464
+ ],
1465
+ [
1466
+ 6,
1467
+ 6,
1468
+ 3
1469
+ ],
1470
+ [
1471
+ 7,
1472
+ 7,
1473
+ 7
1474
+ ],
1475
+ [
1476
+ 8,
1477
+ 8,
1478
+ 2
1479
+ ],
1480
+ [
1481
+ 9,
1482
+ 9,
1483
+ 4
1484
+ ],
1485
+ [
1486
+ 10,
1487
+ 10,
1488
+ 8
1489
+ ],
1490
+ [
1491
+ 11,
1492
+ 11,
1493
+ 10
1494
+ ],
1495
+ [
1496
+ 12,
1497
+ 12,
1498
+ 6
1499
+ ]
1500
+ ],
1501
+ "topic_labels": {
1502
+ "-1": "-1_vaccine_cdc_ivermectin_zelenko",
1503
+ "0": "0_physicians_rilegislature_california_unconstitutional",
1504
+ "1": "1_vaccine_reinstated_mandates_cuomo",
1505
+ "2": "2_freedrgold_simone_supporters_pma",
1506
+ "3": "3_reawaken_stateline_clark_event",
1507
+ "4": "4_freedom_days_injustices_flyer",
1508
+ "5": "5_scotus_redress_tyranny_senators",
1509
+ "6": "6_vaccine_myocarditis_paxlovid_deaths",
1510
+ "7": "7_citizencorps_aflds_meeting_dana",
1511
+ "8": "8_pfizer_fauci_publicis_disinformation",
1512
+ "9": "9_homeschool_educate_resources_christa",
1513
+ "10": "10_novavax_fda_injections_infants",
1514
+ "11": "11_lockdowns_masks_effects_harmful",
1515
+ "12": "12_pandemics_stopthewho_sovereignty_amendments"
1516
+ },
1517
+ "custom_labels": null,
1518
+ "_outliers": 1,
1519
+ "topic_aspects": {}
1520
+ }