AngelPanizo commited on
Commit
eb27ea2
·
verified ·
1 Parent(s): 0441edc

Add BERTopic model

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