sdantonio commited on
Commit
47167de
·
verified ·
1 Parent(s): a198817

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
+ # BERTopic_TheWellnessCompany
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("sdantonio/BERTopic_TheWellnessCompany")
27
+
28
+ topic_model.get_topic_info()
29
+ ```
30
+
31
+ ## Topic overview
32
+
33
+ * Number of topics: 9
34
+ * Number of training documents: 481
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 | thewellnesscompany - shots - reprisal - serves - coulson | 12 | -1_thewellnesscompany_shots_reprisal_serves |
42
+ | 0 | thewellnesscompany - gessling - compelling - prolonged - daily_clout | 41 | 0_thewellnesscompany_gessling_compelling_prolonged |
43
+ | 1 | cardiologists - thewellnesscompany - myocarditis - epidemiologist - publications | 138 | 1_cardiologists_thewellnesscompany_myocarditis_epidemiologist |
44
+ | 2 | myocarditis - thewellnesscompany - prolonged - shots - reprisal | 96 | 2_myocarditis_thewellnesscompany_prolonged_shots |
45
+ | 3 | thewellnesscompany - packed - prolonged - dissolved - pomegranate | 80 | 3_thewellnesscompany_packed_prolonged_dissolved |
46
+ | 4 | thewellnesscompany - tedros - insights - marik - toxicity | 52 | 4_thewellnesscompany_tedros_insights_marik |
47
+ | 5 | ivermectin - thewellnesscompany - epidemiologist - hydroxychloroquine - misbehavior | 21 | 5_ivermectin_thewellnesscompany_epidemiologist_hydroxychloroquine |
48
+ | 6 | thewellnesscompany - hearts - concerns - reprisal - shots | 21 | 6_thewellnesscompany_hearts_concerns_reprisal |
49
+ | 7 | backtobasicsconference - unprepared - pregnancytalk - twcadventures - may9th | 20 | 7_backtobasicsconference_unprepared_pregnancytalk_twcadventures |
50
+
51
+ </details>
52
+
53
+ ## Training hyperparameters
54
+
55
+ * calculate_probabilities: False
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.23.5
70
+ * HDBSCAN: 0.8.38.post1
71
+ * UMAP: 0.5.6
72
+ * Pandas: 2.2.2
73
+ * Scikit-Learn: 1.5.1
74
+ * Sentence-transformers: 3.0.1
75
+ * Transformers: 4.44.2
76
+ * Numba: 0.60.0
77
+ * Plotly: 5.24.0
78
+ * Python: 3.10.12
config.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "calculate_probabilities": false,
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:291df0ab8abc304e689eced46d23bb296392d14b775f6ccbb0a9c7e6a0a049ac
3
+ size 142844
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:5ed95d84dafd9f1fb4688cbaa428c25e8a9b904a8115a611f1e1a6115ab06e01
3
+ size 36952
topics.json ADDED
@@ -0,0 +1,937 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topic_representations": {
3
+ "-1": [
4
+ [
5
+ "thewellnesscompany",
6
+ 0.9924483895301819
7
+ ],
8
+ [
9
+ "shots",
10
+ 0.991315484046936
11
+ ],
12
+ [
13
+ "reprisal",
14
+ 0.991204023361206
15
+ ],
16
+ [
17
+ "serves",
18
+ 0.9910897016525269
19
+ ],
20
+ [
21
+ "coulson",
22
+ 0.991033136844635
23
+ ],
24
+ [
25
+ "cardiologist",
26
+ 0.9902971386909485
27
+ ],
28
+ [
29
+ "harm",
30
+ 0.990088939666748
31
+ ],
32
+ [
33
+ "md",
34
+ 0.9898195266723633
35
+ ],
36
+ [
37
+ "pregnancy",
38
+ 0.9897884130477905
39
+ ],
40
+ [
41
+ "mortality",
42
+ 0.9897313117980957
43
+ ]
44
+ ],
45
+ "0": [
46
+ [
47
+ "thewellnesscompany",
48
+ 0.9938153624534607
49
+ ],
50
+ [
51
+ "gessling",
52
+ 0.9936378002166748
53
+ ],
54
+ [
55
+ "compelling",
56
+ 0.9933173656463623
57
+ ],
58
+ [
59
+ "prolonged",
60
+ 0.9929815530776978
61
+ ],
62
+ [
63
+ "daily_clout",
64
+ 0.9928981065750122
65
+ ],
66
+ [
67
+ "packed",
68
+ 0.9928769469261169
69
+ ],
70
+ [
71
+ "supported",
72
+ 0.9927970767021179
73
+ ],
74
+ [
75
+ "featured",
76
+ 0.9926791787147522
77
+ ],
78
+ [
79
+ "coulson",
80
+ 0.9923766851425171
81
+ ],
82
+ [
83
+ "degradation",
84
+ 0.9921965599060059
85
+ ]
86
+ ],
87
+ "1": [
88
+ [
89
+ "cardiologists",
90
+ 0.9929624795913696
91
+ ],
92
+ [
93
+ "thewellnesscompany",
94
+ 0.992820680141449
95
+ ],
96
+ [
97
+ "myocarditis",
98
+ 0.9925523400306702
99
+ ],
100
+ [
101
+ "epidemiologist",
102
+ 0.9924734830856323
103
+ ],
104
+ [
105
+ "publications",
106
+ 0.99214106798172
107
+ ],
108
+ [
109
+ "shots",
110
+ 0.9914146661758423
111
+ ],
112
+ [
113
+ "reprisal",
114
+ 0.9913164377212524
115
+ ],
116
+ [
117
+ "deaths",
118
+ 0.9912759065628052
119
+ ],
120
+ [
121
+ "respected",
122
+ 0.9910982251167297
123
+ ],
124
+ [
125
+ "unvaccinated",
126
+ 0.9909823536872864
127
+ ]
128
+ ],
129
+ "2": [
130
+ [
131
+ "myocarditis",
132
+ 0.9924960136413574
133
+ ],
134
+ [
135
+ "thewellnesscompany",
136
+ 0.9922083020210266
137
+ ],
138
+ [
139
+ "prolonged",
140
+ 0.9913386106491089
141
+ ],
142
+ [
143
+ "shots",
144
+ 0.991246223449707
145
+ ],
146
+ [
147
+ "reprisal",
148
+ 0.9912334680557251
149
+ ],
150
+ [
151
+ "milligrams",
152
+ 0.9911770820617676
153
+ ],
154
+ [
155
+ "deaths",
156
+ 0.9911076426506042
157
+ ],
158
+ [
159
+ "pfizer",
160
+ 0.990545928478241
161
+ ],
162
+ [
163
+ "cardiologist",
164
+ 0.9903914928436279
165
+ ],
166
+ [
167
+ "cdc",
168
+ 0.9901058077812195
169
+ ]
170
+ ],
171
+ "3": [
172
+ [
173
+ "thewellnesscompany",
174
+ 0.992757260799408
175
+ ],
176
+ [
177
+ "packed",
178
+ 0.9922465682029724
179
+ ],
180
+ [
181
+ "prolonged",
182
+ 0.9922440052032471
183
+ ],
184
+ [
185
+ "dissolved",
186
+ 0.9921209812164307
187
+ ],
188
+ [
189
+ "pomegranate",
190
+ 0.9919652938842773
191
+ ],
192
+ [
193
+ "boosting",
194
+ 0.9919150471687317
195
+ ],
196
+ [
197
+ "featured",
198
+ 0.991796612739563
199
+ ],
200
+ [
201
+ "wreaths",
202
+ 0.9917635917663574
203
+ ],
204
+ [
205
+ "degrades",
206
+ 0.991762638092041
207
+ ],
208
+ [
209
+ "indicates",
210
+ 0.9916923642158508
211
+ ]
212
+ ],
213
+ "4": [
214
+ [
215
+ "thewellnesscompany",
216
+ 0.9919278621673584
217
+ ],
218
+ [
219
+ "tedros",
220
+ 0.9904292225837708
221
+ ],
222
+ [
223
+ "insights",
224
+ 0.9901975989341736
225
+ ],
226
+ [
227
+ "marik",
228
+ 0.9900283217430115
229
+ ],
230
+ [
231
+ "toxicity",
232
+ 0.9896097779273987
233
+ ],
234
+ [
235
+ "nattokinase",
236
+ 0.9895783066749573
237
+ ],
238
+ [
239
+ "md",
240
+ 0.9893758296966553
241
+ ],
242
+ [
243
+ "fda",
244
+ 0.9893602728843689
245
+ ],
246
+ [
247
+ "mccullough",
248
+ 0.9886065721511841
249
+ ],
250
+ [
251
+ "vigilantfox",
252
+ 0.9885128736495972
253
+ ]
254
+ ],
255
+ "5": [
256
+ [
257
+ "ivermectin",
258
+ 0.9925258159637451
259
+ ],
260
+ [
261
+ "thewellnesscompany",
262
+ 0.992306649684906
263
+ ],
264
+ [
265
+ "epidemiologist",
266
+ 0.9918921589851379
267
+ ],
268
+ [
269
+ "hydroxychloroquine",
270
+ 0.9917668700218201
271
+ ],
272
+ [
273
+ "misbehavior",
274
+ 0.9914377927780151
275
+ ],
276
+ [
277
+ "analyze",
278
+ 0.9913100600242615
279
+ ],
280
+ [
281
+ "alarming",
282
+ 0.9910611510276794
283
+ ],
284
+ [
285
+ "reprisal",
286
+ 0.990990400314331
287
+ ],
288
+ [
289
+ "deaths",
290
+ 0.9909043908119202
291
+ ],
292
+ [
293
+ "serves",
294
+ 0.9907913208007812
295
+ ]
296
+ ],
297
+ "6": [
298
+ [
299
+ "thewellnesscompany",
300
+ 0.9918699860572815
301
+ ],
302
+ [
303
+ "hearts",
304
+ 0.9908273816108704
305
+ ],
306
+ [
307
+ "concerns",
308
+ 0.99077969789505
309
+ ],
310
+ [
311
+ "reprisal",
312
+ 0.9907045960426331
313
+ ],
314
+ [
315
+ "shots",
316
+ 0.9906884431838989
317
+ ],
318
+ [
319
+ "deaths",
320
+ 0.9906242489814758
321
+ ],
322
+ [
323
+ "clinical",
324
+ 0.9906162023544312
325
+ ],
326
+ [
327
+ "unvaccinated",
328
+ 0.9903703331947327
329
+ ],
330
+ [
331
+ "nattokinase",
332
+ 0.9895355105400085
333
+ ],
334
+ [
335
+ "lancet",
336
+ 0.9894989132881165
337
+ ]
338
+ ],
339
+ "7": [
340
+ [
341
+ "backtobasicsconference",
342
+ 0.9944087862968445
343
+ ],
344
+ [
345
+ "unprepared",
346
+ 0.9932331442832947
347
+ ],
348
+ [
349
+ "pregnancytalk",
350
+ 0.9930314421653748
351
+ ],
352
+ [
353
+ "twcadventures",
354
+ 0.9928005337715149
355
+ ],
356
+ [
357
+ "may9th",
358
+ 0.9923923015594482
359
+ ],
360
+ [
361
+ "topics",
362
+ 0.9922353029251099
363
+ ],
364
+ [
365
+ "spaces",
366
+ 0.9921088218688965
367
+ ],
368
+ [
369
+ "anticipated",
370
+ 0.9920806288719177
371
+ ],
372
+ [
373
+ "medicalexperts",
374
+ 0.9919574856758118
375
+ ],
376
+ [
377
+ "personalgrowth",
378
+ 0.9918033480644226
379
+ ]
380
+ ]
381
+ },
382
+ "topics": [
383
+ 3,
384
+ 0,
385
+ 1,
386
+ 1,
387
+ 2,
388
+ -1,
389
+ 6,
390
+ 4,
391
+ -1,
392
+ 5,
393
+ 4,
394
+ 1,
395
+ 2,
396
+ 6,
397
+ 1,
398
+ 2,
399
+ 1,
400
+ 6,
401
+ 2,
402
+ 1,
403
+ 2,
404
+ 2,
405
+ 0,
406
+ 4,
407
+ 1,
408
+ 3,
409
+ 1,
410
+ 0,
411
+ -1,
412
+ -1,
413
+ 0,
414
+ 2,
415
+ 3,
416
+ 3,
417
+ 0,
418
+ 4,
419
+ 3,
420
+ 0,
421
+ 4,
422
+ 3,
423
+ 3,
424
+ 3,
425
+ 3,
426
+ 2,
427
+ 6,
428
+ 2,
429
+ 3,
430
+ 0,
431
+ 1,
432
+ 3,
433
+ 0,
434
+ 3,
435
+ 0,
436
+ 0,
437
+ 0,
438
+ -1,
439
+ 3,
440
+ 3,
441
+ 2,
442
+ -1,
443
+ 0,
444
+ 3,
445
+ 2,
446
+ 4,
447
+ 1,
448
+ -1,
449
+ 3,
450
+ 2,
451
+ 2,
452
+ 1,
453
+ 2,
454
+ 2,
455
+ 0,
456
+ 1,
457
+ 3,
458
+ 0,
459
+ 2,
460
+ 0,
461
+ 0,
462
+ 1,
463
+ 2,
464
+ 2,
465
+ 0,
466
+ 3,
467
+ 3,
468
+ 7,
469
+ 7,
470
+ 0,
471
+ 2,
472
+ 2,
473
+ 2,
474
+ -1,
475
+ 2,
476
+ 7,
477
+ 3,
478
+ 2,
479
+ 6,
480
+ 3,
481
+ 1,
482
+ 1,
483
+ 2,
484
+ 0,
485
+ 7,
486
+ 4,
487
+ 6,
488
+ -1,
489
+ 7,
490
+ -1,
491
+ 3,
492
+ -1,
493
+ 7,
494
+ 7,
495
+ 4,
496
+ 1,
497
+ 7,
498
+ 2,
499
+ 1,
500
+ -1,
501
+ 2,
502
+ 6,
503
+ 2,
504
+ 0,
505
+ 2,
506
+ 2,
507
+ 1,
508
+ 0,
509
+ 7,
510
+ 1,
511
+ 0,
512
+ 4,
513
+ -1,
514
+ 1,
515
+ 2,
516
+ 2,
517
+ 3,
518
+ -1,
519
+ 2,
520
+ 4,
521
+ 2,
522
+ 2,
523
+ 1,
524
+ 0,
525
+ 0,
526
+ 7,
527
+ 4,
528
+ 0,
529
+ 1,
530
+ 0,
531
+ -1,
532
+ 3,
533
+ 2,
534
+ 2,
535
+ 2,
536
+ 4,
537
+ 2,
538
+ 4,
539
+ 2,
540
+ 2,
541
+ 6,
542
+ 0,
543
+ 0,
544
+ 2,
545
+ 2,
546
+ 6,
547
+ 6,
548
+ -1,
549
+ -1,
550
+ 2,
551
+ 6,
552
+ 0,
553
+ 0,
554
+ 0,
555
+ 2,
556
+ 2,
557
+ 0,
558
+ 0,
559
+ 0,
560
+ 2,
561
+ 4,
562
+ 0,
563
+ 6,
564
+ 2,
565
+ 0,
566
+ 2,
567
+ 1,
568
+ 0,
569
+ 2,
570
+ -1,
571
+ 0,
572
+ 2,
573
+ 2,
574
+ 2,
575
+ 2,
576
+ 4,
577
+ 0,
578
+ 2,
579
+ 2,
580
+ 2,
581
+ 0,
582
+ 2,
583
+ 6,
584
+ 0,
585
+ 4,
586
+ 4,
587
+ 6,
588
+ 0,
589
+ 4,
590
+ 3,
591
+ 0,
592
+ 3,
593
+ 3,
594
+ 0,
595
+ 0,
596
+ 2,
597
+ 3,
598
+ 0,
599
+ 3,
600
+ 2,
601
+ 3,
602
+ 3,
603
+ 0,
604
+ 3,
605
+ 0,
606
+ 2,
607
+ 0,
608
+ 0,
609
+ 3,
610
+ 1,
611
+ 7,
612
+ 0,
613
+ -1,
614
+ 0,
615
+ 0,
616
+ -1,
617
+ 2,
618
+ 0,
619
+ 6,
620
+ 0,
621
+ 3,
622
+ 0,
623
+ 0,
624
+ 0,
625
+ 2,
626
+ 7,
627
+ 0,
628
+ 3,
629
+ 3,
630
+ 0,
631
+ 6,
632
+ 2,
633
+ 0,
634
+ 3,
635
+ 3,
636
+ 2,
637
+ 0,
638
+ 3,
639
+ 1,
640
+ 2,
641
+ -1,
642
+ 0,
643
+ 0,
644
+ 0,
645
+ -1,
646
+ 2,
647
+ 0,
648
+ 2,
649
+ 0,
650
+ 0,
651
+ 0,
652
+ 0,
653
+ 5,
654
+ 0,
655
+ 4,
656
+ 0,
657
+ 5,
658
+ 0,
659
+ -1,
660
+ 0,
661
+ 0,
662
+ 0,
663
+ 0,
664
+ 0,
665
+ 0,
666
+ 1,
667
+ 2,
668
+ 1,
669
+ 0,
670
+ 1,
671
+ 1,
672
+ 1,
673
+ 4,
674
+ 0,
675
+ 0,
676
+ 3,
677
+ 0,
678
+ 2,
679
+ 0,
680
+ 3,
681
+ 1,
682
+ 1,
683
+ 0,
684
+ 0,
685
+ 6,
686
+ 1,
687
+ 0,
688
+ 3,
689
+ 0,
690
+ 0,
691
+ 5,
692
+ 2,
693
+ 1,
694
+ 1,
695
+ -1,
696
+ 1,
697
+ 1,
698
+ 1,
699
+ 1,
700
+ 1,
701
+ 0,
702
+ 1,
703
+ 1,
704
+ 1,
705
+ -1,
706
+ 3,
707
+ 0,
708
+ 3,
709
+ 0,
710
+ 3,
711
+ 0,
712
+ 1,
713
+ 1,
714
+ 0,
715
+ 0,
716
+ 1,
717
+ 0,
718
+ 1,
719
+ 0,
720
+ 1,
721
+ 5,
722
+ 3,
723
+ 1,
724
+ 1,
725
+ 0,
726
+ 0,
727
+ 0,
728
+ 1,
729
+ 1,
730
+ -1,
731
+ 1,
732
+ 0,
733
+ 3,
734
+ 3,
735
+ 0,
736
+ 3,
737
+ 1,
738
+ 1,
739
+ 1,
740
+ 1,
741
+ 1,
742
+ 1,
743
+ 3,
744
+ 1,
745
+ 1,
746
+ 1,
747
+ 3,
748
+ 1,
749
+ 1,
750
+ 2,
751
+ 1,
752
+ 1,
753
+ 2,
754
+ 1,
755
+ 0,
756
+ 1,
757
+ 1,
758
+ 1,
759
+ 0,
760
+ 1,
761
+ 1,
762
+ 1,
763
+ 1,
764
+ 0,
765
+ 1,
766
+ 1,
767
+ 0,
768
+ 1,
769
+ 0,
770
+ 0,
771
+ 0,
772
+ 0,
773
+ 0,
774
+ 1,
775
+ 0,
776
+ 1,
777
+ 1,
778
+ 0,
779
+ 0,
780
+ 2,
781
+ 0,
782
+ 1,
783
+ 1,
784
+ 0,
785
+ 1,
786
+ 1,
787
+ 1,
788
+ 5,
789
+ 1,
790
+ 1,
791
+ 1,
792
+ 1,
793
+ 1,
794
+ 1,
795
+ 0,
796
+ 2,
797
+ 1,
798
+ 2,
799
+ 0,
800
+ 5,
801
+ -1,
802
+ 0,
803
+ 0,
804
+ 2,
805
+ 5,
806
+ 0,
807
+ 0,
808
+ -1,
809
+ -1,
810
+ 2,
811
+ -1,
812
+ -1,
813
+ -1,
814
+ 5,
815
+ 1,
816
+ 5,
817
+ 5,
818
+ -1,
819
+ 5,
820
+ 5,
821
+ 6,
822
+ -1,
823
+ 0,
824
+ 5,
825
+ 6,
826
+ 5,
827
+ 6,
828
+ 5,
829
+ -1,
830
+ 2,
831
+ 5,
832
+ -1,
833
+ 5,
834
+ 0,
835
+ 2,
836
+ 1,
837
+ 0,
838
+ 3,
839
+ 0,
840
+ 0,
841
+ 5,
842
+ 0,
843
+ 0,
844
+ 0,
845
+ -1,
846
+ 0,
847
+ 2,
848
+ 5,
849
+ 0,
850
+ 1,
851
+ 5,
852
+ -1,
853
+ 0,
854
+ -1,
855
+ 0,
856
+ -1,
857
+ 1,
858
+ 4,
859
+ 0,
860
+ 0,
861
+ -1,
862
+ 0,
863
+ 0
864
+ ],
865
+ "topic_sizes": {
866
+ "3": 52,
867
+ "0": 138,
868
+ "1": 96,
869
+ "2": 80,
870
+ "-1": 41,
871
+ "6": 20,
872
+ "4": 21,
873
+ "5": 21,
874
+ "7": 12
875
+ },
876
+ "topic_mapper": [
877
+ [
878
+ -1,
879
+ -1,
880
+ -1
881
+ ],
882
+ [
883
+ 0,
884
+ 0,
885
+ 0
886
+ ],
887
+ [
888
+ 1,
889
+ 1,
890
+ 7
891
+ ],
892
+ [
893
+ 2,
894
+ 2,
895
+ 3
896
+ ],
897
+ [
898
+ 3,
899
+ 3,
900
+ 1
901
+ ],
902
+ [
903
+ 4,
904
+ 4,
905
+ 4
906
+ ],
907
+ [
908
+ 5,
909
+ 5,
910
+ 2
911
+ ],
912
+ [
913
+ 6,
914
+ 6,
915
+ 5
916
+ ],
917
+ [
918
+ 7,
919
+ 7,
920
+ 6
921
+ ]
922
+ ],
923
+ "topic_labels": {
924
+ "-1": "-1_thewellnesscompany_shots_reprisal_serves",
925
+ "0": "0_thewellnesscompany_gessling_compelling_prolonged",
926
+ "1": "1_cardiologists_thewellnesscompany_myocarditis_epidemiologist",
927
+ "2": "2_myocarditis_thewellnesscompany_prolonged_shots",
928
+ "3": "3_thewellnesscompany_packed_prolonged_dissolved",
929
+ "4": "4_thewellnesscompany_tedros_insights_marik",
930
+ "5": "5_ivermectin_thewellnesscompany_epidemiologist_hydroxychloroquine",
931
+ "6": "6_thewellnesscompany_hearts_concerns_reprisal",
932
+ "7": "7_backtobasicsconference_unprepared_pregnancytalk_twcadventures"
933
+ },
934
+ "custom_labels": null,
935
+ "_outliers": 1,
936
+ "topic_aspects": {}
937
+ }