AngelPanizo commited on
Commit
5d71b3b
·
verified ·
1 Parent(s): 2017dd7

Add BERTopic model

Browse files
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - bertopic
5
+ library_name: bertopic
6
+ pipeline_tag: text-classification
7
+ ---
8
+
9
+ # MARTINI_enrich_BERTopic_Daily_Clout
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_Daily_Clout")
27
+
28
+ topic_model.get_topic_info()
29
+ ```
30
+
31
+ ## Topic overview
32
+
33
+ * Number of topics: 6
34
+ * Number of training documents: 643
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 | fauci - unvaccinated - dailyclout - mandates - millions | 35 | -1_fauci_unvaccinated_dailyclout_mandates |
42
+ | 0 | timeline - experts - dailyclout - biontech - findings | 352 | 0_timeline_experts_dailyclout_biontech |
43
+ | 1 | vaers - miscarriages - stroke - 2021 - died | 95 | 1_vaers_miscarriages_stroke_2021 |
44
+ | 2 | bannon - dailyclout - scholar - freedom - complicit | 75 | 2_bannon_dailyclout_scholar_freedom |
45
+ | 3 | yale - mandates - bivalent - pandemic - mitch | 48 | 3_yale_mandates_bivalent_pandemic |
46
+ | 4 | nattokinase - spike - fauci - remedies - myocarditis | 38 | 4_nattokinase_spike_fauci_remedies |
47
+
48
+ </details>
49
+
50
+ ## Training hyperparameters
51
+
52
+ * calculate_probabilities: True
53
+ * language: None
54
+ * low_memory: False
55
+ * min_topic_size: 10
56
+ * n_gram_range: (1, 1)
57
+ * nr_topics: None
58
+ * seed_topic_list: None
59
+ * top_n_words: 10
60
+ * verbose: False
61
+ * zeroshot_min_similarity: 0.7
62
+ * zeroshot_topic_list: None
63
+
64
+ ## Framework versions
65
+
66
+ * Numpy: 1.26.4
67
+ * HDBSCAN: 0.8.40
68
+ * UMAP: 0.5.7
69
+ * Pandas: 2.2.3
70
+ * Scikit-Learn: 1.5.2
71
+ * Sentence-transformers: 3.3.1
72
+ * Transformers: 4.46.3
73
+ * Numba: 0.60.0
74
+ * Plotly: 5.24.1
75
+ * 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:6ed926769402b36d488b7c4f6745f5693ce6adb8ebea17bc607ccddb95d6e301
3
+ size 112984
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:6170d6ba7b0e58a7e9f195958bdd5e8522cd2731ed4aeb23a6b448cfc7c5f39c
3
+ size 24664
topics.json ADDED
@@ -0,0 +1,832 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topic_representations": {
3
+ "-1": [
4
+ [
5
+ "fauci",
6
+ 0.577994167804718
7
+ ],
8
+ [
9
+ "unvaccinated",
10
+ 0.5349168181419373
11
+ ],
12
+ [
13
+ "dailyclout",
14
+ 0.46030378341674805
15
+ ],
16
+ [
17
+ "mandates",
18
+ 0.45444154739379883
19
+ ],
20
+ [
21
+ "millions",
22
+ 0.43890517950057983
23
+ ]
24
+ ],
25
+ "0": [
26
+ [
27
+ "timeline",
28
+ 0.4646732807159424
29
+ ],
30
+ [
31
+ "experts",
32
+ 0.45815509557724
33
+ ],
34
+ [
35
+ "dailyclout",
36
+ 0.4553048014640808
37
+ ],
38
+ [
39
+ "biontech",
40
+ 0.45007961988449097
41
+ ],
42
+ [
43
+ "findings",
44
+ 0.44386667013168335
45
+ ]
46
+ ],
47
+ "1": [
48
+ [
49
+ "vaers",
50
+ 0.5626507997512817
51
+ ],
52
+ [
53
+ "miscarriages",
54
+ 0.4700925350189209
55
+ ],
56
+ [
57
+ "stroke",
58
+ 0.45247724652290344
59
+ ],
60
+ [
61
+ "2021",
62
+ 0.4355788230895996
63
+ ],
64
+ [
65
+ "died",
66
+ 0.434772789478302
67
+ ]
68
+ ],
69
+ "2": [
70
+ [
71
+ "bannon",
72
+ 0.5128874778747559
73
+ ],
74
+ [
75
+ "dailyclout",
76
+ 0.5095301866531372
77
+ ],
78
+ [
79
+ "scholar",
80
+ 0.46268749237060547
81
+ ],
82
+ [
83
+ "freedom",
84
+ 0.4572368860244751
85
+ ],
86
+ [
87
+ "complicit",
88
+ 0.445929616689682
89
+ ]
90
+ ],
91
+ "3": [
92
+ [
93
+ "yale",
94
+ 0.655119001865387
95
+ ],
96
+ [
97
+ "mandates",
98
+ 0.49744388461112976
99
+ ],
100
+ [
101
+ "bivalent",
102
+ 0.4936462640762329
103
+ ],
104
+ [
105
+ "pandemic",
106
+ 0.45931941270828247
107
+ ],
108
+ [
109
+ "mitch",
110
+ 0.45445480942726135
111
+ ]
112
+ ],
113
+ "4": [
114
+ [
115
+ "nattokinase",
116
+ 0.609123170375824
117
+ ],
118
+ [
119
+ "spike",
120
+ 0.5198445320129395
121
+ ],
122
+ [
123
+ "fauci",
124
+ 0.5145878195762634
125
+ ],
126
+ [
127
+ "remedies",
128
+ 0.4597374200820923
129
+ ],
130
+ [
131
+ "myocarditis",
132
+ 0.4541485905647278
133
+ ]
134
+ ]
135
+ },
136
+ "topics": [
137
+ 0,
138
+ -1,
139
+ -1,
140
+ -1,
141
+ -1,
142
+ -1,
143
+ -1,
144
+ -1,
145
+ -1,
146
+ -1,
147
+ -1,
148
+ -1,
149
+ -1,
150
+ -1,
151
+ -1,
152
+ -1,
153
+ -1,
154
+ 2,
155
+ -1,
156
+ 3,
157
+ -1,
158
+ -1,
159
+ 4,
160
+ 2,
161
+ -1,
162
+ -1,
163
+ -1,
164
+ 0,
165
+ -1,
166
+ -1,
167
+ -1,
168
+ 0,
169
+ 4,
170
+ -1,
171
+ 2,
172
+ -1,
173
+ -1,
174
+ -1,
175
+ 0,
176
+ 4,
177
+ -1,
178
+ 1,
179
+ -1,
180
+ -1,
181
+ -1,
182
+ 0,
183
+ -1,
184
+ -1,
185
+ -1,
186
+ 4,
187
+ -1,
188
+ -1,
189
+ -1,
190
+ -1,
191
+ 2,
192
+ -1,
193
+ 3,
194
+ -1,
195
+ -1,
196
+ -1,
197
+ -1,
198
+ -1,
199
+ 4,
200
+ -1,
201
+ -1,
202
+ -1,
203
+ -1,
204
+ -1,
205
+ 2,
206
+ -1,
207
+ -1,
208
+ -1,
209
+ 3,
210
+ -1,
211
+ 3,
212
+ -1,
213
+ 0,
214
+ 2,
215
+ 1,
216
+ -1,
217
+ -1,
218
+ -1,
219
+ -1,
220
+ 0,
221
+ 2,
222
+ -1,
223
+ -1,
224
+ -1,
225
+ -1,
226
+ -1,
227
+ 1,
228
+ 2,
229
+ -1,
230
+ 0,
231
+ -1,
232
+ -1,
233
+ 3,
234
+ 1,
235
+ 4,
236
+ -1,
237
+ 0,
238
+ 4,
239
+ 0,
240
+ -1,
241
+ 3,
242
+ -1,
243
+ 0,
244
+ 2,
245
+ -1,
246
+ -1,
247
+ 3,
248
+ 4,
249
+ -1,
250
+ -1,
251
+ 2,
252
+ 2,
253
+ -1,
254
+ 2,
255
+ 4,
256
+ -1,
257
+ -1,
258
+ 2,
259
+ -1,
260
+ -1,
261
+ -1,
262
+ 1,
263
+ 4,
264
+ -1,
265
+ 0,
266
+ 4,
267
+ -1,
268
+ -1,
269
+ 0,
270
+ 4,
271
+ -1,
272
+ -1,
273
+ 3,
274
+ -1,
275
+ -1,
276
+ -1,
277
+ 2,
278
+ -1,
279
+ -1,
280
+ -1,
281
+ 4,
282
+ -1,
283
+ -1,
284
+ -1,
285
+ -1,
286
+ -1,
287
+ 4,
288
+ -1,
289
+ -1,
290
+ -1,
291
+ 0,
292
+ -1,
293
+ 0,
294
+ -1,
295
+ -1,
296
+ 1,
297
+ -1,
298
+ 4,
299
+ 0,
300
+ 1,
301
+ 0,
302
+ 2,
303
+ -1,
304
+ -1,
305
+ 0,
306
+ 1,
307
+ 3,
308
+ 3,
309
+ -1,
310
+ 4,
311
+ 0,
312
+ -1,
313
+ 4,
314
+ 1,
315
+ 1,
316
+ -1,
317
+ 1,
318
+ -1,
319
+ 0,
320
+ 1,
321
+ 1,
322
+ 0,
323
+ 0,
324
+ -1,
325
+ 4,
326
+ -1,
327
+ 0,
328
+ -1,
329
+ -1,
330
+ 4,
331
+ 1,
332
+ -1,
333
+ 1,
334
+ -1,
335
+ 4,
336
+ 0,
337
+ -1,
338
+ -1,
339
+ 4,
340
+ -1,
341
+ 0,
342
+ -1,
343
+ -1,
344
+ 1,
345
+ -1,
346
+ 0,
347
+ -1,
348
+ -1,
349
+ -1,
350
+ -1,
351
+ 2,
352
+ -1,
353
+ 1,
354
+ -1,
355
+ 1,
356
+ 1,
357
+ -1,
358
+ -1,
359
+ 3,
360
+ -1,
361
+ 0,
362
+ 4,
363
+ 2,
364
+ -1,
365
+ 0,
366
+ -1,
367
+ 1,
368
+ -1,
369
+ -1,
370
+ -1,
371
+ 4,
372
+ -1,
373
+ 1,
374
+ 2,
375
+ 3,
376
+ -1,
377
+ 0,
378
+ 0,
379
+ 1,
380
+ 0,
381
+ -1,
382
+ -1,
383
+ -1,
384
+ 0,
385
+ -1,
386
+ 4,
387
+ 0,
388
+ -1,
389
+ 0,
390
+ -1,
391
+ -1,
392
+ -1,
393
+ -1,
394
+ 0,
395
+ -1,
396
+ 1,
397
+ 0,
398
+ -1,
399
+ 3,
400
+ -1,
401
+ -1,
402
+ -1,
403
+ -1,
404
+ 0,
405
+ 1,
406
+ -1,
407
+ 4,
408
+ -1,
409
+ -1,
410
+ -1,
411
+ 1,
412
+ 1,
413
+ 0,
414
+ 0,
415
+ -1,
416
+ 3,
417
+ 0,
418
+ 0,
419
+ 0,
420
+ 0,
421
+ 1,
422
+ 1,
423
+ 1,
424
+ -1,
425
+ -1,
426
+ 0,
427
+ -1,
428
+ -1,
429
+ 3,
430
+ -1,
431
+ 2,
432
+ 0,
433
+ 0,
434
+ 0,
435
+ 2,
436
+ -1,
437
+ 0,
438
+ 2,
439
+ -1,
440
+ -1,
441
+ 0,
442
+ 0,
443
+ 2,
444
+ 1,
445
+ -1,
446
+ 4,
447
+ 0,
448
+ -1,
449
+ -1,
450
+ -1,
451
+ 1,
452
+ -1,
453
+ -1,
454
+ -1,
455
+ -1,
456
+ -1,
457
+ -1,
458
+ -1,
459
+ 1,
460
+ -1,
461
+ -1,
462
+ 0,
463
+ 0,
464
+ -1,
465
+ -1,
466
+ 0,
467
+ -1,
468
+ 1,
469
+ 1,
470
+ 0,
471
+ 0,
472
+ 1,
473
+ -1,
474
+ -1,
475
+ -1,
476
+ -1,
477
+ 1,
478
+ 0,
479
+ 0,
480
+ -1,
481
+ 0,
482
+ -1,
483
+ 1,
484
+ -1,
485
+ -1,
486
+ 0,
487
+ 3,
488
+ 1,
489
+ -1,
490
+ 1,
491
+ 1,
492
+ -1,
493
+ 2,
494
+ 0,
495
+ -1,
496
+ -1,
497
+ 1,
498
+ 1,
499
+ -1,
500
+ 2,
501
+ -1,
502
+ -1,
503
+ 3,
504
+ -1,
505
+ 3,
506
+ -1,
507
+ 0,
508
+ 1,
509
+ -1,
510
+ -1,
511
+ -1,
512
+ -1,
513
+ 3,
514
+ -1,
515
+ 1,
516
+ -1,
517
+ 0,
518
+ 1,
519
+ 3,
520
+ -1,
521
+ -1,
522
+ -1,
523
+ -1,
524
+ -1,
525
+ 0,
526
+ -1,
527
+ -1,
528
+ 2,
529
+ -1,
530
+ -1,
531
+ -1,
532
+ 4,
533
+ 1,
534
+ -1,
535
+ 1,
536
+ -1,
537
+ 0,
538
+ -1,
539
+ 2,
540
+ -1,
541
+ -1,
542
+ -1,
543
+ -1,
544
+ -1,
545
+ 1,
546
+ -1,
547
+ -1,
548
+ -1,
549
+ -1,
550
+ -1,
551
+ -1,
552
+ 4,
553
+ 1,
554
+ 1,
555
+ -1,
556
+ -1,
557
+ -1,
558
+ -1,
559
+ 2,
560
+ 4,
561
+ 0,
562
+ -1,
563
+ 0,
564
+ 2,
565
+ -1,
566
+ 1,
567
+ -1,
568
+ 4,
569
+ -1,
570
+ 1,
571
+ -1,
572
+ -1,
573
+ 0,
574
+ 1,
575
+ 1,
576
+ -1,
577
+ -1,
578
+ -1,
579
+ 1,
580
+ -1,
581
+ -1,
582
+ 0,
583
+ -1,
584
+ -1,
585
+ -1,
586
+ -1,
587
+ 1,
588
+ -1,
589
+ 3,
590
+ -1,
591
+ 1,
592
+ 1,
593
+ -1,
594
+ -1,
595
+ -1,
596
+ -1,
597
+ 2,
598
+ -1,
599
+ -1,
600
+ -1,
601
+ 0,
602
+ 0,
603
+ 3,
604
+ -1,
605
+ -1,
606
+ -1,
607
+ -1,
608
+ -1,
609
+ 3,
610
+ -1,
611
+ -1,
612
+ 2,
613
+ -1,
614
+ 2,
615
+ -1,
616
+ 2,
617
+ 2,
618
+ 2,
619
+ -1,
620
+ 2,
621
+ 2,
622
+ 0,
623
+ 2,
624
+ -1,
625
+ 1,
626
+ -1,
627
+ -1,
628
+ 2,
629
+ -1,
630
+ -1,
631
+ -1,
632
+ 3,
633
+ 1,
634
+ -1,
635
+ -1,
636
+ -1,
637
+ 2,
638
+ 0,
639
+ -1,
640
+ 1,
641
+ 3,
642
+ -1,
643
+ 3,
644
+ -1,
645
+ -1,
646
+ 0,
647
+ -1,
648
+ 2,
649
+ -1,
650
+ -1,
651
+ -1,
652
+ -1,
653
+ 0,
654
+ -1,
655
+ 1,
656
+ -1,
657
+ -1,
658
+ 1,
659
+ 3,
660
+ 0,
661
+ 0,
662
+ -1,
663
+ 3,
664
+ -1,
665
+ 3,
666
+ -1,
667
+ -1,
668
+ -1,
669
+ 2,
670
+ -1,
671
+ -1,
672
+ 4,
673
+ -1,
674
+ -1,
675
+ 0,
676
+ 4,
677
+ -1,
678
+ -1,
679
+ 1,
680
+ -1,
681
+ 3,
682
+ 0,
683
+ 0,
684
+ 1,
685
+ -1,
686
+ -1,
687
+ 4,
688
+ -1,
689
+ 1,
690
+ -1,
691
+ 0,
692
+ -1,
693
+ 1,
694
+ -1,
695
+ 3,
696
+ 4,
697
+ 0,
698
+ 2,
699
+ -1,
700
+ -1,
701
+ 1,
702
+ -1,
703
+ -1,
704
+ 1,
705
+ -1,
706
+ 2,
707
+ 0,
708
+ 2,
709
+ -1,
710
+ -1,
711
+ -1,
712
+ 3,
713
+ -1,
714
+ 0,
715
+ 2,
716
+ 0,
717
+ 3,
718
+ -1,
719
+ 1,
720
+ 0,
721
+ 1,
722
+ -1,
723
+ -1,
724
+ -1,
725
+ -1,
726
+ 0,
727
+ 0,
728
+ 4,
729
+ 0,
730
+ -1,
731
+ 2,
732
+ -1,
733
+ -1,
734
+ -1,
735
+ -1,
736
+ 0,
737
+ -1,
738
+ 2,
739
+ -1,
740
+ 1,
741
+ 0,
742
+ -1,
743
+ -1,
744
+ -1,
745
+ -1,
746
+ 3,
747
+ -1,
748
+ -1,
749
+ 0,
750
+ -1,
751
+ -1,
752
+ -1,
753
+ -1,
754
+ -1,
755
+ 3,
756
+ 1,
757
+ -1,
758
+ 3,
759
+ 2,
760
+ -1,
761
+ 0,
762
+ -1,
763
+ -1,
764
+ -1,
765
+ -1,
766
+ -1,
767
+ 1,
768
+ -1,
769
+ -1,
770
+ -1,
771
+ 0,
772
+ -1,
773
+ -1,
774
+ 3,
775
+ 1,
776
+ 3,
777
+ 0,
778
+ -1,
779
+ -1
780
+ ],
781
+ "topic_sizes": {
782
+ "0": 95,
783
+ "-1": 352,
784
+ "2": 48,
785
+ "3": 38,
786
+ "4": 35,
787
+ "1": 75
788
+ },
789
+ "topic_mapper": [
790
+ [
791
+ -1,
792
+ -1,
793
+ -1
794
+ ],
795
+ [
796
+ 0,
797
+ 0,
798
+ 3
799
+ ],
800
+ [
801
+ 1,
802
+ 1,
803
+ 1
804
+ ],
805
+ [
806
+ 2,
807
+ 2,
808
+ 4
809
+ ],
810
+ [
811
+ 3,
812
+ 3,
813
+ 2
814
+ ],
815
+ [
816
+ 4,
817
+ 4,
818
+ 0
819
+ ]
820
+ ],
821
+ "topic_labels": {
822
+ "-1": "-1_fauci_unvaccinated_dailyclout_mandates",
823
+ "0": "0_timeline_experts_dailyclout_biontech",
824
+ "1": "1_vaers_miscarriages_stroke_2021",
825
+ "2": "2_bannon_dailyclout_scholar_freedom",
826
+ "3": "3_yale_mandates_bivalent_pandemic",
827
+ "4": "4_nattokinase_spike_fauci_remedies"
828
+ },
829
+ "custom_labels": null,
830
+ "_outliers": 1,
831
+ "topic_aspects": {}
832
+ }