AngelPanizo commited on
Commit
c0df394
·
verified ·
1 Parent(s): 8e1ac5f

Add BERTopic model

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