AngelPanizo commited on
Commit
2233130
·
verified ·
1 Parent(s): 0c365e2

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_shadowman2020
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_shadowman2020")
27
+
28
+ topic_model.get_topic_info()
29
+ ```
30
+
31
+ ## Topic overview
32
+
33
+ * Number of topics: 8
34
+ * Number of training documents: 656
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 | antifa - britain - veterans - boris - invasion | 27 | -1_antifa_britain_veterans_boris |
42
+ | 0 | coronavirus - pandemic - pfizer - nhs - masks | 274 | 0_coronavirus_pandemic_pfizer_nhs |
43
+ | 1 | protesters - palestine - barricades - dublin - stabbed | 103 | 1_protesters_palestine_barricades_dublin |
44
+ | 2 | illegals - migrant - britain - dover - invaded | 71 | 2_illegals_migrant_britain_dover |
45
+ | 3 | biden - votes - recount - michigan - republicans | 60 | 3_biden_votes_recount_michigan |
46
+ | 4 | syria - airstrikes - mercenaries - karabakh - pentagon | 44 | 4_syria_airstrikes_mercenaries_karabakh |
47
+ | 5 | london - veterans - poppies - cenotaph - doherty | 39 | 5_london_veterans_poppies_cenotaph |
48
+ | 6 | telegram - patrioticcrusader - youtube - subscribed - banned | 38 | 6_telegram_patrioticcrusader_youtube_subscribed |
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:a188f035cdf706283857ce8b520e1edfdf7b4f81ac96e7d09676111f6b60aaf0
3
+ size 148272
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:37e2f3138db9a2de68db01dfd765823732ede6ad9a8ef155be0cf317fea10f93
3
+ size 32856
topics.json ADDED
@@ -0,0 +1,903 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topic_representations": {
3
+ "-1": [
4
+ [
5
+ "antifa",
6
+ 0.5661147832870483
7
+ ],
8
+ [
9
+ "britain",
10
+ 0.5315827131271362
11
+ ],
12
+ [
13
+ "veterans",
14
+ 0.518875241279602
15
+ ],
16
+ [
17
+ "boris",
18
+ 0.5080661773681641
19
+ ],
20
+ [
21
+ "invasion",
22
+ 0.5005487203598022
23
+ ]
24
+ ],
25
+ "0": [
26
+ [
27
+ "coronavirus",
28
+ 0.6537443995475769
29
+ ],
30
+ [
31
+ "pandemic",
32
+ 0.5722559094429016
33
+ ],
34
+ [
35
+ "pfizer",
36
+ 0.5317282676696777
37
+ ],
38
+ [
39
+ "nhs",
40
+ 0.5089414119720459
41
+ ],
42
+ [
43
+ "masks",
44
+ 0.4718800187110901
45
+ ]
46
+ ],
47
+ "1": [
48
+ [
49
+ "protesters",
50
+ 0.5714609026908875
51
+ ],
52
+ [
53
+ "palestine",
54
+ 0.5282578468322754
55
+ ],
56
+ [
57
+ "barricades",
58
+ 0.49081259965896606
59
+ ],
60
+ [
61
+ "dublin",
62
+ 0.4614208936691284
63
+ ],
64
+ [
65
+ "stabbed",
66
+ 0.4497472643852234
67
+ ]
68
+ ],
69
+ "2": [
70
+ [
71
+ "illegals",
72
+ 0.6135483980178833
73
+ ],
74
+ [
75
+ "migrant",
76
+ 0.5554521679878235
77
+ ],
78
+ [
79
+ "britain",
80
+ 0.5176354050636292
81
+ ],
82
+ [
83
+ "dover",
84
+ 0.500465989112854
85
+ ],
86
+ [
87
+ "invaded",
88
+ 0.46514761447906494
89
+ ]
90
+ ],
91
+ "3": [
92
+ [
93
+ "biden",
94
+ 0.5942400693893433
95
+ ],
96
+ [
97
+ "votes",
98
+ 0.5787357687950134
99
+ ],
100
+ [
101
+ "recount",
102
+ 0.5197526216506958
103
+ ],
104
+ [
105
+ "michigan",
106
+ 0.5017925500869751
107
+ ],
108
+ [
109
+ "republicans",
110
+ 0.4981946051120758
111
+ ]
112
+ ],
113
+ "4": [
114
+ [
115
+ "syria",
116
+ 0.5675348043441772
117
+ ],
118
+ [
119
+ "airstrikes",
120
+ 0.5547692179679871
121
+ ],
122
+ [
123
+ "mercenaries",
124
+ 0.5408564209938049
125
+ ],
126
+ [
127
+ "karabakh",
128
+ 0.5150533318519592
129
+ ],
130
+ [
131
+ "pentagon",
132
+ 0.5068901777267456
133
+ ]
134
+ ],
135
+ "5": [
136
+ [
137
+ "london",
138
+ 0.5307442545890808
139
+ ],
140
+ [
141
+ "veterans",
142
+ 0.5214087963104248
143
+ ],
144
+ [
145
+ "poppies",
146
+ 0.5098496079444885
147
+ ],
148
+ [
149
+ "cenotaph",
150
+ 0.5031092762947083
151
+ ],
152
+ [
153
+ "doherty",
154
+ 0.473691463470459
155
+ ]
156
+ ],
157
+ "6": [
158
+ [
159
+ "telegram",
160
+ 0.6033759117126465
161
+ ],
162
+ [
163
+ "patrioticcrusader",
164
+ 0.5915967226028442
165
+ ],
166
+ [
167
+ "youtube",
168
+ 0.562929093837738
169
+ ],
170
+ [
171
+ "subscribed",
172
+ 0.5441926121711731
173
+ ],
174
+ [
175
+ "banned",
176
+ 0.5365656018257141
177
+ ]
178
+ ]
179
+ },
180
+ "topics": [
181
+ -1,
182
+ 2,
183
+ 5,
184
+ -1,
185
+ 1,
186
+ 1,
187
+ -1,
188
+ 1,
189
+ -1,
190
+ 1,
191
+ 4,
192
+ 4,
193
+ -1,
194
+ 4,
195
+ -1,
196
+ -1,
197
+ -1,
198
+ 4,
199
+ 4,
200
+ 5,
201
+ -1,
202
+ 4,
203
+ 4,
204
+ 0,
205
+ 6,
206
+ 4,
207
+ -1,
208
+ 1,
209
+ 0,
210
+ 0,
211
+ 6,
212
+ 5,
213
+ 0,
214
+ 1,
215
+ 4,
216
+ -1,
217
+ -1,
218
+ -1,
219
+ 0,
220
+ 0,
221
+ 0,
222
+ 1,
223
+ 4,
224
+ 0,
225
+ 4,
226
+ 1,
227
+ 0,
228
+ 4,
229
+ 0,
230
+ 0,
231
+ 4,
232
+ 4,
233
+ 0,
234
+ 5,
235
+ 0,
236
+ 4,
237
+ 0,
238
+ 0,
239
+ 0,
240
+ 0,
241
+ 0,
242
+ 0,
243
+ 0,
244
+ -1,
245
+ 0,
246
+ 0,
247
+ 0,
248
+ 0,
249
+ 0,
250
+ 0,
251
+ 0,
252
+ 0,
253
+ 0,
254
+ 0,
255
+ 0,
256
+ 0,
257
+ 0,
258
+ 0,
259
+ 0,
260
+ -1,
261
+ 0,
262
+ 0,
263
+ 0,
264
+ -1,
265
+ 0,
266
+ 0,
267
+ 0,
268
+ -1,
269
+ -1,
270
+ 0,
271
+ 0,
272
+ -1,
273
+ -1,
274
+ 1,
275
+ 0,
276
+ 0,
277
+ -1,
278
+ 0,
279
+ 0,
280
+ -1,
281
+ 0,
282
+ 0,
283
+ 0,
284
+ 0,
285
+ -1,
286
+ 1,
287
+ -1,
288
+ -1,
289
+ 0,
290
+ 0,
291
+ 0,
292
+ 0,
293
+ 0,
294
+ -1,
295
+ -1,
296
+ -1,
297
+ 0,
298
+ 0,
299
+ 0,
300
+ 0,
301
+ 0,
302
+ 0,
303
+ -1,
304
+ 0,
305
+ 0,
306
+ 0,
307
+ 6,
308
+ -1,
309
+ -1,
310
+ 0,
311
+ -1,
312
+ 0,
313
+ 0,
314
+ -1,
315
+ 0,
316
+ -1,
317
+ 0,
318
+ 0,
319
+ 0,
320
+ -1,
321
+ 6,
322
+ -1,
323
+ 0,
324
+ 0,
325
+ -1,
326
+ 4,
327
+ -1,
328
+ 0,
329
+ 0,
330
+ -1,
331
+ 3,
332
+ 0,
333
+ -1,
334
+ -1,
335
+ 6,
336
+ -1,
337
+ 6,
338
+ -1,
339
+ 0,
340
+ 0,
341
+ -1,
342
+ 1,
343
+ -1,
344
+ -1,
345
+ 1,
346
+ -1,
347
+ -1,
348
+ 2,
349
+ -1,
350
+ 0,
351
+ -1,
352
+ 2,
353
+ -1,
354
+ -1,
355
+ -1,
356
+ 6,
357
+ -1,
358
+ 2,
359
+ 2,
360
+ -1,
361
+ 0,
362
+ -1,
363
+ -1,
364
+ -1,
365
+ 6,
366
+ -1,
367
+ -1,
368
+ 6,
369
+ -1,
370
+ 1,
371
+ -1,
372
+ 1,
373
+ -1,
374
+ -1,
375
+ -1,
376
+ -1,
377
+ -1,
378
+ -1,
379
+ -1,
380
+ -1,
381
+ -1,
382
+ -1,
383
+ -1,
384
+ -1,
385
+ 3,
386
+ 1,
387
+ 1,
388
+ 2,
389
+ 2,
390
+ 5,
391
+ 4,
392
+ 2,
393
+ -1,
394
+ -1,
395
+ 3,
396
+ 1,
397
+ -1,
398
+ -1,
399
+ 2,
400
+ -1,
401
+ 2,
402
+ 6,
403
+ 2,
404
+ 2,
405
+ 2,
406
+ 2,
407
+ -1,
408
+ -1,
409
+ 6,
410
+ 2,
411
+ -1,
412
+ 2,
413
+ -1,
414
+ -1,
415
+ -1,
416
+ 2,
417
+ 2,
418
+ -1,
419
+ 2,
420
+ 5,
421
+ 1,
422
+ -1,
423
+ -1,
424
+ -1,
425
+ -1,
426
+ 6,
427
+ 5,
428
+ 5,
429
+ -1,
430
+ 1,
431
+ 2,
432
+ -1,
433
+ -1,
434
+ -1,
435
+ -1,
436
+ 5,
437
+ -1,
438
+ 1,
439
+ 2,
440
+ 4,
441
+ 0,
442
+ 4,
443
+ 6,
444
+ 5,
445
+ -1,
446
+ 4,
447
+ 6,
448
+ 0,
449
+ -1,
450
+ -1,
451
+ -1,
452
+ 5,
453
+ -1,
454
+ 6,
455
+ -1,
456
+ -1,
457
+ 3,
458
+ 1,
459
+ -1,
460
+ 1,
461
+ -1,
462
+ -1,
463
+ 4,
464
+ 1,
465
+ -1,
466
+ -1,
467
+ 3,
468
+ 3,
469
+ 3,
470
+ 0,
471
+ 3,
472
+ -1,
473
+ 2,
474
+ 5,
475
+ 6,
476
+ 6,
477
+ 1,
478
+ 3,
479
+ 5,
480
+ 5,
481
+ 3,
482
+ -1,
483
+ 6,
484
+ 3,
485
+ 3,
486
+ -1,
487
+ -1,
488
+ 3,
489
+ -1,
490
+ 1,
491
+ -1,
492
+ -1,
493
+ 3,
494
+ 3,
495
+ 3,
496
+ 3,
497
+ -1,
498
+ 6,
499
+ 3,
500
+ -1,
501
+ 3,
502
+ 0,
503
+ 3,
504
+ 5,
505
+ 3,
506
+ -1,
507
+ -1,
508
+ -1,
509
+ 2,
510
+ 1,
511
+ -1,
512
+ 0,
513
+ -1,
514
+ -1,
515
+ -1,
516
+ -1,
517
+ 0,
518
+ -1,
519
+ 3,
520
+ -1,
521
+ 2,
522
+ 2,
523
+ 0,
524
+ -1,
525
+ 3,
526
+ -1,
527
+ 0,
528
+ 0,
529
+ 4,
530
+ 1,
531
+ -1,
532
+ 0,
533
+ 0,
534
+ 3,
535
+ -1,
536
+ 3,
537
+ -1,
538
+ 2,
539
+ 1,
540
+ 6,
541
+ 3,
542
+ 3,
543
+ 5,
544
+ 5,
545
+ -1,
546
+ -1,
547
+ 2,
548
+ 3,
549
+ 3,
550
+ 5,
551
+ -1,
552
+ 5,
553
+ -1,
554
+ -1,
555
+ -1,
556
+ -1,
557
+ -1,
558
+ -1,
559
+ -1,
560
+ 0,
561
+ 5,
562
+ -1,
563
+ -1,
564
+ -1,
565
+ 3,
566
+ -1,
567
+ -1,
568
+ 6,
569
+ 3,
570
+ 3,
571
+ -1,
572
+ -1,
573
+ 3,
574
+ 3,
575
+ -1,
576
+ -1,
577
+ 6,
578
+ 6,
579
+ -1,
580
+ -1,
581
+ -1,
582
+ 4,
583
+ 4,
584
+ 3,
585
+ 3,
586
+ -1,
587
+ 4,
588
+ 0,
589
+ -1,
590
+ -1,
591
+ 4,
592
+ 3,
593
+ -1,
594
+ -1,
595
+ 2,
596
+ 6,
597
+ 4,
598
+ 3,
599
+ -1,
600
+ 5,
601
+ 0,
602
+ -1,
603
+ -1,
604
+ 3,
605
+ 0,
606
+ 1,
607
+ -1,
608
+ -1,
609
+ 0,
610
+ -1,
611
+ 1,
612
+ 0,
613
+ -1,
614
+ -1,
615
+ 5,
616
+ -1,
617
+ -1,
618
+ 2,
619
+ 1,
620
+ 1,
621
+ -1,
622
+ -1,
623
+ 2,
624
+ -1,
625
+ -1,
626
+ -1,
627
+ 2,
628
+ 4,
629
+ 2,
630
+ 4,
631
+ 3,
632
+ -1,
633
+ 1,
634
+ 2,
635
+ -1,
636
+ -1,
637
+ -1,
638
+ -1,
639
+ -1,
640
+ -1,
641
+ -1,
642
+ -1,
643
+ 2,
644
+ -1,
645
+ -1,
646
+ -1,
647
+ -1,
648
+ -1,
649
+ -1,
650
+ -1,
651
+ -1,
652
+ -1,
653
+ -1,
654
+ 2,
655
+ -1,
656
+ 5,
657
+ 4,
658
+ 2,
659
+ 2,
660
+ -1,
661
+ 2,
662
+ -1,
663
+ -1,
664
+ 2,
665
+ -1,
666
+ -1,
667
+ -1,
668
+ 1,
669
+ 0,
670
+ -1,
671
+ -1,
672
+ -1,
673
+ 5,
674
+ -1,
675
+ 5,
676
+ 5,
677
+ -1,
678
+ 2,
679
+ -1,
680
+ 5,
681
+ -1,
682
+ 2,
683
+ 2,
684
+ 5,
685
+ -1,
686
+ -1,
687
+ -1,
688
+ -1,
689
+ 2,
690
+ 2,
691
+ -1,
692
+ -1,
693
+ -1,
694
+ 1,
695
+ 1,
696
+ 5,
697
+ 1,
698
+ 0,
699
+ -1,
700
+ -1,
701
+ 6,
702
+ 6,
703
+ -1,
704
+ -1,
705
+ -1,
706
+ 0,
707
+ 0,
708
+ 2,
709
+ -1,
710
+ -1,
711
+ -1,
712
+ 1,
713
+ -1,
714
+ 4,
715
+ 2,
716
+ 1,
717
+ -1,
718
+ 5,
719
+ -1,
720
+ -1,
721
+ 4,
722
+ 4,
723
+ 0,
724
+ 4,
725
+ -1,
726
+ -1,
727
+ 4,
728
+ 2,
729
+ 3,
730
+ 2,
731
+ -1,
732
+ 3,
733
+ 6,
734
+ 5,
735
+ -1,
736
+ -1,
737
+ 1,
738
+ 5,
739
+ -1,
740
+ -1,
741
+ -1,
742
+ -1,
743
+ 4,
744
+ -1,
745
+ 2,
746
+ -1,
747
+ -1,
748
+ -1,
749
+ -1,
750
+ 5,
751
+ 3,
752
+ -1,
753
+ 4,
754
+ -1,
755
+ 5,
756
+ 5,
757
+ 2,
758
+ 5,
759
+ 5,
760
+ 1,
761
+ -1,
762
+ -1,
763
+ 1,
764
+ 1,
765
+ 2,
766
+ 1,
767
+ -1,
768
+ -1,
769
+ 2,
770
+ 4,
771
+ -1,
772
+ 2,
773
+ 2,
774
+ 2,
775
+ 1,
776
+ 5,
777
+ 1,
778
+ 1,
779
+ 1,
780
+ 1,
781
+ -1,
782
+ 1,
783
+ 1,
784
+ -1,
785
+ -1,
786
+ 2,
787
+ 1,
788
+ -1,
789
+ 2,
790
+ 1,
791
+ -1,
792
+ 4,
793
+ -1,
794
+ -1,
795
+ -1,
796
+ -1,
797
+ -1,
798
+ -1,
799
+ -1,
800
+ -1,
801
+ -1,
802
+ -1,
803
+ 1,
804
+ 2,
805
+ 1,
806
+ 1,
807
+ 1,
808
+ 1,
809
+ 1,
810
+ 1,
811
+ 1,
812
+ -1,
813
+ 2,
814
+ 1,
815
+ 1,
816
+ -1,
817
+ -1,
818
+ -1,
819
+ -1,
820
+ 1,
821
+ 2,
822
+ -1,
823
+ -1,
824
+ -1,
825
+ -1,
826
+ 1,
827
+ 1,
828
+ 1,
829
+ 3,
830
+ 1,
831
+ 1,
832
+ 1,
833
+ 1,
834
+ -1,
835
+ -1,
836
+ -1
837
+ ],
838
+ "topic_sizes": {
839
+ "-1": 274,
840
+ "2": 60,
841
+ "5": 38,
842
+ "1": 71,
843
+ "4": 39,
844
+ "0": 103,
845
+ "6": 27,
846
+ "3": 44
847
+ },
848
+ "topic_mapper": [
849
+ [
850
+ -1,
851
+ -1,
852
+ -1
853
+ ],
854
+ [
855
+ 0,
856
+ 0,
857
+ 0
858
+ ],
859
+ [
860
+ 1,
861
+ 1,
862
+ 4
863
+ ],
864
+ [
865
+ 2,
866
+ 2,
867
+ 3
868
+ ],
869
+ [
870
+ 3,
871
+ 3,
872
+ 6
873
+ ],
874
+ [
875
+ 4,
876
+ 4,
877
+ 5
878
+ ],
879
+ [
880
+ 5,
881
+ 5,
882
+ 1
883
+ ],
884
+ [
885
+ 6,
886
+ 6,
887
+ 2
888
+ ]
889
+ ],
890
+ "topic_labels": {
891
+ "-1": "-1_antifa_britain_veterans_boris",
892
+ "0": "0_coronavirus_pandemic_pfizer_nhs",
893
+ "1": "1_protesters_palestine_barricades_dublin",
894
+ "2": "2_illegals_migrant_britain_dover",
895
+ "3": "3_biden_votes_recount_michigan",
896
+ "4": "4_syria_airstrikes_mercenaries_karabakh",
897
+ "5": "5_london_veterans_poppies_cenotaph",
898
+ "6": "6_telegram_patrioticcrusader_youtube_subscribed"
899
+ },
900
+ "custom_labels": null,
901
+ "_outliers": 1,
902
+ "topic_aspects": {}
903
+ }