AngelPanizo commited on
Commit
171b16b
·
verified ·
1 Parent(s): 8b197e7

Add BERTopic model

Browse files
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - bertopic
5
+ library_name: bertopic
6
+ pipeline_tag: text-classification
7
+ ---
8
+
9
+ # MARTINI_enrich_BERTopic_Ryan_Cole
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_Ryan_Cole")
27
+
28
+ topic_model.get_topic_info()
29
+ ```
30
+
31
+ ## Topic overview
32
+
33
+ * Number of topics: 9
34
+ * Number of training documents: 649
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 | pfizer - vaccinated - shots - mccullough - deaths | 23 | -1_pfizer_vaccinated_shots_mccullough |
42
+ | 0 | conspirators - cepi - rockefeller - doctors - world | 371 | 0_conspirators_cepi_rockefeller_doctors |
43
+ | 1 | novavax - oncologist - mutated - biontech - makis | 52 | 1_novavax_oncologist_mutated_biontech |
44
+ | 2 | myocarditis - clots - mrna - deadly - pathologist | 51 | 2_myocarditis_clots_mrna_deadly |
45
+ | 3 | fauci - redfield - manipulated - reveal - ralph | 44 | 3_fauci_redfield_manipulated_reveal |
46
+ | 4 | unvaccinated - rfk - toxoid - safer - sued | 31 | 4_unvaccinated_rfk_toxoid_safer |
47
+ | 5 | ivermectin - hydroxychloroquine - penicillin - miracle - overdose | 27 | 5_ivermectin_hydroxychloroquine_penicillin_miracle |
48
+ | 6 | vaccinated - deaths - lancet - c19 - australia | 27 | 6_vaccinated_deaths_lancet_c19 |
49
+ | 7 | reinfection - influenza - masks - chemoprophylaxis - researchers | 23 | 7_reinfection_influenza_masks_chemoprophylaxis |
50
+
51
+ </details>
52
+
53
+ ## Training hyperparameters
54
+
55
+ * calculate_probabilities: True
56
+ * language: None
57
+ * low_memory: False
58
+ * min_topic_size: 10
59
+ * n_gram_range: (1, 1)
60
+ * nr_topics: None
61
+ * seed_topic_list: None
62
+ * top_n_words: 10
63
+ * verbose: False
64
+ * zeroshot_min_similarity: 0.7
65
+ * zeroshot_topic_list: None
66
+
67
+ ## Framework versions
68
+
69
+ * Numpy: 1.26.4
70
+ * HDBSCAN: 0.8.40
71
+ * UMAP: 0.5.7
72
+ * Pandas: 2.2.3
73
+ * Scikit-Learn: 1.5.2
74
+ * Sentence-transformers: 3.3.1
75
+ * Transformers: 4.46.3
76
+ * Numba: 0.60.0
77
+ * Plotly: 5.24.1
78
+ * 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:ccf563e2a2b71bb157a250a815d50ad328a602a5e1bb982c5755c95f102ad5cd
3
+ size 157384
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:306c6d5a5fe4f2bbd0c76bb0f5a8c239da65d1a78c6499e088c64a4600c2016c
3
+ size 36952
topics.json ADDED
@@ -0,0 +1,925 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topic_representations": {
3
+ "-1": [
4
+ [
5
+ "pfizer",
6
+ 0.5505982041358948
7
+ ],
8
+ [
9
+ "vaccinated",
10
+ 0.5470783710479736
11
+ ],
12
+ [
13
+ "shots",
14
+ 0.4326871633529663
15
+ ],
16
+ [
17
+ "mccullough",
18
+ 0.4248301386833191
19
+ ],
20
+ [
21
+ "deaths",
22
+ 0.39772409200668335
23
+ ]
24
+ ],
25
+ "0": [
26
+ [
27
+ "conspirators",
28
+ 0.5099930763244629
29
+ ],
30
+ [
31
+ "cepi",
32
+ 0.5058468580245972
33
+ ],
34
+ [
35
+ "rockefeller",
36
+ 0.5004754662513733
37
+ ],
38
+ [
39
+ "doctors",
40
+ 0.482976496219635
41
+ ],
42
+ [
43
+ "world",
44
+ 0.446368008852005
45
+ ]
46
+ ],
47
+ "1": [
48
+ [
49
+ "novavax",
50
+ 0.5230915546417236
51
+ ],
52
+ [
53
+ "oncologist",
54
+ 0.49715694785118103
55
+ ],
56
+ [
57
+ "mutated",
58
+ 0.44842687249183655
59
+ ],
60
+ [
61
+ "biontech",
62
+ 0.4324098527431488
63
+ ],
64
+ [
65
+ "makis",
66
+ 0.4008673429489136
67
+ ]
68
+ ],
69
+ "2": [
70
+ [
71
+ "myocarditis",
72
+ 0.5143060684204102
73
+ ],
74
+ [
75
+ "clots",
76
+ 0.47479382157325745
77
+ ],
78
+ [
79
+ "mrna",
80
+ 0.435777485370636
81
+ ],
82
+ [
83
+ "deadly",
84
+ 0.4241849184036255
85
+ ],
86
+ [
87
+ "pathologist",
88
+ 0.41662895679473877
89
+ ]
90
+ ],
91
+ "3": [
92
+ [
93
+ "fauci",
94
+ 0.640292227268219
95
+ ],
96
+ [
97
+ "redfield",
98
+ 0.4751938581466675
99
+ ],
100
+ [
101
+ "manipulated",
102
+ 0.4516099989414215
103
+ ],
104
+ [
105
+ "reveal",
106
+ 0.42745351791381836
107
+ ],
108
+ [
109
+ "ralph",
110
+ 0.42277073860168457
111
+ ]
112
+ ],
113
+ "4": [
114
+ [
115
+ "unvaccinated",
116
+ 0.5307375192642212
117
+ ],
118
+ [
119
+ "rfk",
120
+ 0.4554072916507721
121
+ ],
122
+ [
123
+ "toxoid",
124
+ 0.399068146944046
125
+ ],
126
+ [
127
+ "safer",
128
+ 0.38359272480010986
129
+ ],
130
+ [
131
+ "sued",
132
+ 0.3586792051792145
133
+ ]
134
+ ],
135
+ "5": [
136
+ [
137
+ "ivermectin",
138
+ 0.6955621242523193
139
+ ],
140
+ [
141
+ "hydroxychloroquine",
142
+ 0.5341845154762268
143
+ ],
144
+ [
145
+ "penicillin",
146
+ 0.4646785259246826
147
+ ],
148
+ [
149
+ "miracle",
150
+ 0.43667691946029663
151
+ ],
152
+ [
153
+ "overdose",
154
+ 0.4137963652610779
155
+ ]
156
+ ],
157
+ "6": [
158
+ [
159
+ "vaccinated",
160
+ 0.5592821836471558
161
+ ],
162
+ [
163
+ "deaths",
164
+ 0.5061107873916626
165
+ ],
166
+ [
167
+ "lancet",
168
+ 0.44793951511383057
169
+ ],
170
+ [
171
+ "c19",
172
+ 0.4159809947013855
173
+ ],
174
+ [
175
+ "australia",
176
+ 0.4102351665496826
177
+ ]
178
+ ],
179
+ "7": [
180
+ [
181
+ "reinfection",
182
+ 0.5172902941703796
183
+ ],
184
+ [
185
+ "influenza",
186
+ 0.5147219896316528
187
+ ],
188
+ [
189
+ "masks",
190
+ 0.5087745189666748
191
+ ],
192
+ [
193
+ "chemoprophylaxis",
194
+ 0.4934147596359253
195
+ ],
196
+ [
197
+ "researchers",
198
+ 0.4687187969684601
199
+ ]
200
+ ]
201
+ },
202
+ "topics": [
203
+ 0,
204
+ 0,
205
+ 1,
206
+ -1,
207
+ 6,
208
+ 1,
209
+ 6,
210
+ 3,
211
+ -1,
212
+ -1,
213
+ 7,
214
+ 3,
215
+ -1,
216
+ -1,
217
+ 1,
218
+ -1,
219
+ -1,
220
+ 2,
221
+ 1,
222
+ -1,
223
+ 1,
224
+ 2,
225
+ -1,
226
+ -1,
227
+ 1,
228
+ -1,
229
+ 7,
230
+ -1,
231
+ -1,
232
+ -1,
233
+ 1,
234
+ 2,
235
+ 7,
236
+ 0,
237
+ -1,
238
+ -1,
239
+ 5,
240
+ 1,
241
+ 7,
242
+ -1,
243
+ -1,
244
+ -1,
245
+ -1,
246
+ 0,
247
+ -1,
248
+ -1,
249
+ 4,
250
+ 3,
251
+ 4,
252
+ 7,
253
+ -1,
254
+ 2,
255
+ 1,
256
+ -1,
257
+ 5,
258
+ 5,
259
+ 3,
260
+ -1,
261
+ 1,
262
+ 1,
263
+ -1,
264
+ -1,
265
+ -1,
266
+ 7,
267
+ -1,
268
+ -1,
269
+ 5,
270
+ -1,
271
+ 1,
272
+ 5,
273
+ -1,
274
+ 5,
275
+ 1,
276
+ -1,
277
+ 1,
278
+ -1,
279
+ 6,
280
+ -1,
281
+ -1,
282
+ -1,
283
+ -1,
284
+ -1,
285
+ -1,
286
+ 1,
287
+ 1,
288
+ -1,
289
+ 7,
290
+ -1,
291
+ 1,
292
+ -1,
293
+ -1,
294
+ 2,
295
+ 3,
296
+ -1,
297
+ -1,
298
+ 0,
299
+ -1,
300
+ -1,
301
+ 7,
302
+ -1,
303
+ 1,
304
+ 1,
305
+ -1,
306
+ -1,
307
+ -1,
308
+ 6,
309
+ 1,
310
+ 2,
311
+ -1,
312
+ 6,
313
+ 1,
314
+ 0,
315
+ 7,
316
+ -1,
317
+ 3,
318
+ -1,
319
+ -1,
320
+ -1,
321
+ 2,
322
+ -1,
323
+ -1,
324
+ -1,
325
+ 7,
326
+ -1,
327
+ 0,
328
+ 3,
329
+ -1,
330
+ 1,
331
+ 1,
332
+ 5,
333
+ 1,
334
+ -1,
335
+ -1,
336
+ 6,
337
+ -1,
338
+ -1,
339
+ 7,
340
+ -1,
341
+ -1,
342
+ 2,
343
+ 2,
344
+ 0,
345
+ 1,
346
+ -1,
347
+ -1,
348
+ -1,
349
+ -1,
350
+ 2,
351
+ -1,
352
+ 2,
353
+ 2,
354
+ 5,
355
+ 2,
356
+ -1,
357
+ -1,
358
+ 3,
359
+ -1,
360
+ -1,
361
+ -1,
362
+ 5,
363
+ -1,
364
+ 0,
365
+ 7,
366
+ -1,
367
+ 3,
368
+ 6,
369
+ 0,
370
+ 6,
371
+ 5,
372
+ -1,
373
+ 0,
374
+ -1,
375
+ -1,
376
+ 1,
377
+ 1,
378
+ 3,
379
+ 6,
380
+ -1,
381
+ -1,
382
+ -1,
383
+ -1,
384
+ -1,
385
+ 1,
386
+ -1,
387
+ -1,
388
+ -1,
389
+ -1,
390
+ 0,
391
+ 0,
392
+ 0,
393
+ -1,
394
+ 5,
395
+ 5,
396
+ -1,
397
+ 5,
398
+ -1,
399
+ -1,
400
+ 2,
401
+ -1,
402
+ 5,
403
+ -1,
404
+ 4,
405
+ -1,
406
+ -1,
407
+ 3,
408
+ 2,
409
+ -1,
410
+ -1,
411
+ -1,
412
+ 0,
413
+ 6,
414
+ 4,
415
+ -1,
416
+ -1,
417
+ 5,
418
+ -1,
419
+ 4,
420
+ 1,
421
+ -1,
422
+ -1,
423
+ -1,
424
+ 3,
425
+ 4,
426
+ 5,
427
+ -1,
428
+ 2,
429
+ -1,
430
+ -1,
431
+ 3,
432
+ -1,
433
+ -1,
434
+ 4,
435
+ 6,
436
+ 5,
437
+ 4,
438
+ 4,
439
+ 6,
440
+ -1,
441
+ -1,
442
+ 1,
443
+ 2,
444
+ 4,
445
+ -1,
446
+ 4,
447
+ -1,
448
+ -1,
449
+ -1,
450
+ -1,
451
+ -1,
452
+ 0,
453
+ -1,
454
+ -1,
455
+ -1,
456
+ -1,
457
+ -1,
458
+ -1,
459
+ 4,
460
+ 4,
461
+ -1,
462
+ 4,
463
+ 4,
464
+ -1,
465
+ -1,
466
+ -1,
467
+ 3,
468
+ 0,
469
+ -1,
470
+ 0,
471
+ 2,
472
+ -1,
473
+ 0,
474
+ -1,
475
+ 2,
476
+ 4,
477
+ 4,
478
+ -1,
479
+ -1,
480
+ 6,
481
+ 3,
482
+ -1,
483
+ 4,
484
+ -1,
485
+ -1,
486
+ -1,
487
+ -1,
488
+ -1,
489
+ -1,
490
+ 0,
491
+ -1,
492
+ -1,
493
+ 3,
494
+ -1,
495
+ 2,
496
+ -1,
497
+ -1,
498
+ -1,
499
+ -1,
500
+ -1,
501
+ -1,
502
+ 2,
503
+ -1,
504
+ -1,
505
+ -1,
506
+ -1,
507
+ -1,
508
+ -1,
509
+ -1,
510
+ -1,
511
+ -1,
512
+ -1,
513
+ 4,
514
+ -1,
515
+ 4,
516
+ -1,
517
+ 4,
518
+ -1,
519
+ 1,
520
+ -1,
521
+ 0,
522
+ -1,
523
+ -1,
524
+ 3,
525
+ 3,
526
+ -1,
527
+ -1,
528
+ -1,
529
+ -1,
530
+ -1,
531
+ 5,
532
+ -1,
533
+ -1,
534
+ -1,
535
+ -1,
536
+ -1,
537
+ 5,
538
+ -1,
539
+ -1,
540
+ 3,
541
+ 3,
542
+ 3,
543
+ -1,
544
+ -1,
545
+ -1,
546
+ -1,
547
+ 2,
548
+ -1,
549
+ -1,
550
+ -1,
551
+ -1,
552
+ -1,
553
+ 7,
554
+ -1,
555
+ 0,
556
+ -1,
557
+ -1,
558
+ 2,
559
+ 0,
560
+ 0,
561
+ -1,
562
+ -1,
563
+ -1,
564
+ -1,
565
+ -1,
566
+ -1,
567
+ 6,
568
+ 6,
569
+ -1,
570
+ -1,
571
+ -1,
572
+ -1,
573
+ 1,
574
+ 6,
575
+ -1,
576
+ 5,
577
+ -1,
578
+ 6,
579
+ -1,
580
+ -1,
581
+ -1,
582
+ -1,
583
+ -1,
584
+ -1,
585
+ 6,
586
+ 4,
587
+ -1,
588
+ -1,
589
+ 2,
590
+ -1,
591
+ -1,
592
+ -1,
593
+ 6,
594
+ -1,
595
+ -1,
596
+ -1,
597
+ 5,
598
+ 0,
599
+ -1,
600
+ 0,
601
+ -1,
602
+ 4,
603
+ -1,
604
+ 4,
605
+ 4,
606
+ 4,
607
+ -1,
608
+ 3,
609
+ -1,
610
+ -1,
611
+ 2,
612
+ -1,
613
+ 2,
614
+ 2,
615
+ -1,
616
+ -1,
617
+ 0,
618
+ -1,
619
+ 0,
620
+ 1,
621
+ -1,
622
+ 0,
623
+ 0,
624
+ 2,
625
+ -1,
626
+ -1,
627
+ -1,
628
+ 0,
629
+ -1,
630
+ -1,
631
+ 2,
632
+ 2,
633
+ 2,
634
+ 5,
635
+ 0,
636
+ -1,
637
+ 2,
638
+ 0,
639
+ -1,
640
+ -1,
641
+ -1,
642
+ -1,
643
+ -1,
644
+ 1,
645
+ 2,
646
+ 0,
647
+ -1,
648
+ -1,
649
+ -1,
650
+ -1,
651
+ 3,
652
+ -1,
653
+ -1,
654
+ -1,
655
+ 5,
656
+ 5,
657
+ 2,
658
+ 7,
659
+ -1,
660
+ -1,
661
+ 0,
662
+ 0,
663
+ -1,
664
+ 0,
665
+ 0,
666
+ 6,
667
+ 0,
668
+ 0,
669
+ 0,
670
+ -1,
671
+ -1,
672
+ -1,
673
+ 3,
674
+ -1,
675
+ -1,
676
+ -1,
677
+ 0,
678
+ -1,
679
+ 2,
680
+ -1,
681
+ -1,
682
+ 0,
683
+ -1,
684
+ 3,
685
+ -1,
686
+ 1,
687
+ -1,
688
+ -1,
689
+ 1,
690
+ 0,
691
+ -1,
692
+ -1,
693
+ -1,
694
+ -1,
695
+ -1,
696
+ 2,
697
+ 0,
698
+ -1,
699
+ 0,
700
+ 0,
701
+ 3,
702
+ -1,
703
+ -1,
704
+ -1,
705
+ -1,
706
+ 4,
707
+ 2,
708
+ -1,
709
+ 3,
710
+ -1,
711
+ -1,
712
+ 2,
713
+ -1,
714
+ -1,
715
+ -1,
716
+ -1,
717
+ 3,
718
+ -1,
719
+ -1,
720
+ -1,
721
+ -1,
722
+ -1,
723
+ 0,
724
+ 1,
725
+ -1,
726
+ 2,
727
+ 1,
728
+ 0,
729
+ -1,
730
+ -1,
731
+ -1,
732
+ -1,
733
+ 7,
734
+ 2,
735
+ -1,
736
+ -1,
737
+ 7,
738
+ -1,
739
+ 1,
740
+ -1,
741
+ -1,
742
+ -1,
743
+ -1,
744
+ -1,
745
+ 6,
746
+ -1,
747
+ -1,
748
+ 1,
749
+ 7,
750
+ -1,
751
+ -1,
752
+ -1,
753
+ -1,
754
+ -1,
755
+ 1,
756
+ -1,
757
+ -1,
758
+ -1,
759
+ -1,
760
+ -1,
761
+ -1,
762
+ -1,
763
+ -1,
764
+ -1,
765
+ -1,
766
+ -1,
767
+ 7,
768
+ 7,
769
+ -1,
770
+ -1,
771
+ 1,
772
+ -1,
773
+ -1,
774
+ 1,
775
+ -1,
776
+ -1,
777
+ -1,
778
+ 1,
779
+ -1,
780
+ -1,
781
+ 1,
782
+ 1,
783
+ 7,
784
+ -1,
785
+ 1,
786
+ -1,
787
+ -1,
788
+ 6,
789
+ -1,
790
+ 1,
791
+ -1,
792
+ -1,
793
+ -1,
794
+ 7,
795
+ -1,
796
+ -1,
797
+ -1,
798
+ -1,
799
+ -1,
800
+ -1,
801
+ -1,
802
+ 2,
803
+ -1,
804
+ 7,
805
+ -1,
806
+ -1,
807
+ -1,
808
+ -1,
809
+ 2,
810
+ -1,
811
+ -1,
812
+ -1,
813
+ -1,
814
+ 0,
815
+ 1,
816
+ -1,
817
+ 1,
818
+ -1,
819
+ 2,
820
+ 5,
821
+ -1,
822
+ -1,
823
+ -1,
824
+ -1,
825
+ -1,
826
+ -1,
827
+ -1,
828
+ 3,
829
+ -1,
830
+ -1,
831
+ 2,
832
+ -1,
833
+ -1,
834
+ -1,
835
+ -1,
836
+ 0,
837
+ -1,
838
+ -1,
839
+ 3,
840
+ 0,
841
+ 5,
842
+ 5,
843
+ -1,
844
+ 3,
845
+ -1,
846
+ 7,
847
+ -1,
848
+ 6,
849
+ -1,
850
+ 1,
851
+ -1
852
+ ],
853
+ "topic_sizes": {
854
+ "0": 52,
855
+ "1": 51,
856
+ "-1": 371,
857
+ "6": 23,
858
+ "3": 31,
859
+ "7": 23,
860
+ "2": 44,
861
+ "5": 27,
862
+ "4": 27
863
+ },
864
+ "topic_mapper": [
865
+ [
866
+ -1,
867
+ -1,
868
+ -1
869
+ ],
870
+ [
871
+ 0,
872
+ 0,
873
+ 5
874
+ ],
875
+ [
876
+ 1,
877
+ 1,
878
+ 4
879
+ ],
880
+ [
881
+ 2,
882
+ 2,
883
+ 7
884
+ ],
885
+ [
886
+ 3,
887
+ 3,
888
+ 1
889
+ ],
890
+ [
891
+ 4,
892
+ 4,
893
+ 6
894
+ ],
895
+ [
896
+ 5,
897
+ 5,
898
+ 2
899
+ ],
900
+ [
901
+ 6,
902
+ 6,
903
+ 3
904
+ ],
905
+ [
906
+ 7,
907
+ 7,
908
+ 0
909
+ ]
910
+ ],
911
+ "topic_labels": {
912
+ "-1": "-1_pfizer_vaccinated_shots_mccullough",
913
+ "0": "0_conspirators_cepi_rockefeller_doctors",
914
+ "1": "1_novavax_oncologist_mutated_biontech",
915
+ "2": "2_myocarditis_clots_mrna_deadly",
916
+ "3": "3_fauci_redfield_manipulated_reveal",
917
+ "4": "4_unvaccinated_rfk_toxoid_safer",
918
+ "5": "5_ivermectin_hydroxychloroquine_penicillin_miracle",
919
+ "6": "6_vaccinated_deaths_lancet_c19",
920
+ "7": "7_reinfection_influenza_masks_chemoprophylaxis"
921
+ },
922
+ "custom_labels": null,
923
+ "_outliers": 1,
924
+ "topic_aspects": {}
925
+ }