AngelPanizo commited on
Commit
e391fea
·
verified ·
1 Parent(s): b4d385e

Add BERTopic model

Browse files
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - bertopic
5
+ library_name: bertopic
6
+ pipeline_tag: text-classification
7
+ ---
8
+
9
+ # MARTINI_enrich_BERTopic_TruthIsStillHateSpeech
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_TruthIsStillHateSpeech")
27
+
28
+ topic_model.get_topic_info()
29
+ ```
30
+
31
+ ## Topic overview
32
+
33
+ * Number of topics: 10
34
+ * Number of training documents: 820
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 | jews - whites - racist - diversity - russia | 20 | -1_jews_whites_racist_diversity |
42
+ | 0 | antisemitism - jew - mossad - lbj - victims | 418 | 0_antisemitism_jew_mossad_lbj |
43
+ | 1 | racism - whites - supremacy - globohomo - republican | 87 | 1_racism_whites_supremacy_globohomo |
44
+ | 2 | lgbtq - pedophile - fundamentalism - california - satanic | 73 | 2_lgbtq_pedophile_fundamentalism_california |
45
+ | 3 | technocracy - vaxxed - plandemic - conspiracy - china | 57 | 3_technocracy_vaxxed_plandemic_conspiracy |
46
+ | 4 | britons - whites - colonisation - wales - populations | 45 | 4_britons_whites_colonisation_wales |
47
+ | 5 | rapist - muslims - riots - abused - leicester | 38 | 5_rapist_muslims_riots_abused |
48
+ | 6 | zelenskyy - ukrainians - crimea - volodymyr - holocaust | 34 | 6_zelenskyy_ukrainians_crimea_volodymyr |
49
+ | 7 | hitler - nationalsozialistiche - comrades - 1936 - chapter | 24 | 7_hitler_nationalsozialistiche_comrades_1936 |
50
+ | 8 | zionist - refugees - jewry - multiculturalism - hias | 24 | 8_zionist_refugees_jewry_multiculturalism |
51
+
52
+ </details>
53
+
54
+ ## Training hyperparameters
55
+
56
+ * calculate_probabilities: True
57
+ * language: None
58
+ * low_memory: False
59
+ * min_topic_size: 10
60
+ * n_gram_range: (1, 1)
61
+ * nr_topics: None
62
+ * seed_topic_list: None
63
+ * top_n_words: 10
64
+ * verbose: False
65
+ * zeroshot_min_similarity: 0.7
66
+ * zeroshot_topic_list: None
67
+
68
+ ## Framework versions
69
+
70
+ * Numpy: 1.26.4
71
+ * HDBSCAN: 0.8.40
72
+ * UMAP: 0.5.7
73
+ * Pandas: 2.2.3
74
+ * Scikit-Learn: 1.5.2
75
+ * Sentence-transformers: 3.3.1
76
+ * Transformers: 4.46.3
77
+ * Numba: 0.60.0
78
+ * Plotly: 5.24.1
79
+ * 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:1537669953689877185d8cc8e653bd8a0007e17b4c4d117ab42a6ecd0f00b88e
3
+ size 304932
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:9c9b0acc28ac2885d9e085940fff65b62611fd7bd3063dacdf6ee7073d5859b7
3
+ size 41048
topics.json ADDED
@@ -0,0 +1,1125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topic_representations": {
3
+ "-1": [
4
+ [
5
+ "jews",
6
+ 0.5423772931098938
7
+ ],
8
+ [
9
+ "whites",
10
+ 0.5332762598991394
11
+ ],
12
+ [
13
+ "racist",
14
+ 0.5142329335212708
15
+ ],
16
+ [
17
+ "diversity",
18
+ 0.47389549016952515
19
+ ],
20
+ [
21
+ "russia",
22
+ 0.4691191017627716
23
+ ]
24
+ ],
25
+ "0": [
26
+ [
27
+ "antisemitism",
28
+ 0.6058348417282104
29
+ ],
30
+ [
31
+ "jew",
32
+ 0.5827465057373047
33
+ ],
34
+ [
35
+ "mossad",
36
+ 0.5714205503463745
37
+ ],
38
+ [
39
+ "lbj",
40
+ 0.4772259593009949
41
+ ],
42
+ [
43
+ "victims",
44
+ 0.4645896553993225
45
+ ]
46
+ ],
47
+ "1": [
48
+ [
49
+ "racism",
50
+ 0.5747990608215332
51
+ ],
52
+ [
53
+ "whites",
54
+ 0.5735447406768799
55
+ ],
56
+ [
57
+ "supremacy",
58
+ 0.5054355263710022
59
+ ],
60
+ [
61
+ "globohomo",
62
+ 0.4497160315513611
63
+ ],
64
+ [
65
+ "republican",
66
+ 0.4366183280944824
67
+ ]
68
+ ],
69
+ "2": [
70
+ [
71
+ "lgbtq",
72
+ 0.5655245780944824
73
+ ],
74
+ [
75
+ "pedophile",
76
+ 0.5078781843185425
77
+ ],
78
+ [
79
+ "fundamentalism",
80
+ 0.5043478608131409
81
+ ],
82
+ [
83
+ "california",
84
+ 0.4713633060455322
85
+ ],
86
+ [
87
+ "satanic",
88
+ 0.47004902362823486
89
+ ]
90
+ ],
91
+ "3": [
92
+ [
93
+ "technocracy",
94
+ 0.5655375719070435
95
+ ],
96
+ [
97
+ "vaxxed",
98
+ 0.565513014793396
99
+ ],
100
+ [
101
+ "plandemic",
102
+ 0.5628199577331543
103
+ ],
104
+ [
105
+ "conspiracy",
106
+ 0.5391891002655029
107
+ ],
108
+ [
109
+ "china",
110
+ 0.4625287652015686
111
+ ]
112
+ ],
113
+ "4": [
114
+ [
115
+ "britons",
116
+ 0.6118384599685669
117
+ ],
118
+ [
119
+ "whites",
120
+ 0.5042608976364136
121
+ ],
122
+ [
123
+ "colonisation",
124
+ 0.49112948775291443
125
+ ],
126
+ [
127
+ "wales",
128
+ 0.48931485414505005
129
+ ],
130
+ [
131
+ "populations",
132
+ 0.46810510754585266
133
+ ]
134
+ ],
135
+ "5": [
136
+ [
137
+ "rapist",
138
+ 0.5336019992828369
139
+ ],
140
+ [
141
+ "muslims",
142
+ 0.510988175868988
143
+ ],
144
+ [
145
+ "riots",
146
+ 0.5019657611846924
147
+ ],
148
+ [
149
+ "abused",
150
+ 0.48907703161239624
151
+ ],
152
+ [
153
+ "leicester",
154
+ 0.443379282951355
155
+ ]
156
+ ],
157
+ "6": [
158
+ [
159
+ "zelenskyy",
160
+ 0.633661150932312
161
+ ],
162
+ [
163
+ "ukrainians",
164
+ 0.58118736743927
165
+ ],
166
+ [
167
+ "crimea",
168
+ 0.5601186752319336
169
+ ],
170
+ [
171
+ "volodymyr",
172
+ 0.5553503036499023
173
+ ],
174
+ [
175
+ "holocaust",
176
+ 0.4881545305252075
177
+ ]
178
+ ],
179
+ "7": [
180
+ [
181
+ "hitler",
182
+ 0.6740676164627075
183
+ ],
184
+ [
185
+ "nationalsozialistiche",
186
+ 0.6038562059402466
187
+ ],
188
+ [
189
+ "comrades",
190
+ 0.4913521707057953
191
+ ],
192
+ [
193
+ "1936",
194
+ 0.4608895778656006
195
+ ],
196
+ [
197
+ "chapter",
198
+ 0.45104318857192993
199
+ ]
200
+ ],
201
+ "8": [
202
+ [
203
+ "zionist",
204
+ 0.6123601198196411
205
+ ],
206
+ [
207
+ "refugees",
208
+ 0.5675128698348999
209
+ ],
210
+ [
211
+ "jewry",
212
+ 0.5672397613525391
213
+ ],
214
+ [
215
+ "multiculturalism",
216
+ 0.5292824506759644
217
+ ],
218
+ [
219
+ "hias",
220
+ 0.48759394884109497
221
+ ]
222
+ ]
223
+ },
224
+ "topics": [
225
+ -1,
226
+ -1,
227
+ -1,
228
+ -1,
229
+ 0,
230
+ -1,
231
+ 1,
232
+ 1,
233
+ 1,
234
+ 5,
235
+ -1,
236
+ -1,
237
+ -1,
238
+ -1,
239
+ 5,
240
+ -1,
241
+ 2,
242
+ -1,
243
+ 2,
244
+ -1,
245
+ 8,
246
+ 0,
247
+ 1,
248
+ 8,
249
+ 2,
250
+ -1,
251
+ -1,
252
+ -1,
253
+ 0,
254
+ -1,
255
+ 4,
256
+ -1,
257
+ 1,
258
+ 0,
259
+ 0,
260
+ -1,
261
+ 0,
262
+ 0,
263
+ -1,
264
+ 0,
265
+ 4,
266
+ 0,
267
+ 8,
268
+ -1,
269
+ -1,
270
+ -1,
271
+ 0,
272
+ -1,
273
+ -1,
274
+ -1,
275
+ -1,
276
+ 6,
277
+ -1,
278
+ 1,
279
+ -1,
280
+ 2,
281
+ 1,
282
+ -1,
283
+ 0,
284
+ -1,
285
+ -1,
286
+ 2,
287
+ 8,
288
+ -1,
289
+ 4,
290
+ 4,
291
+ -1,
292
+ 4,
293
+ -1,
294
+ -1,
295
+ -1,
296
+ 0,
297
+ -1,
298
+ -1,
299
+ -1,
300
+ 0,
301
+ -1,
302
+ 0,
303
+ 2,
304
+ 1,
305
+ -1,
306
+ 8,
307
+ 7,
308
+ 0,
309
+ -1,
310
+ -1,
311
+ 5,
312
+ 6,
313
+ 0,
314
+ -1,
315
+ 1,
316
+ 0,
317
+ 4,
318
+ -1,
319
+ -1,
320
+ -1,
321
+ 1,
322
+ -1,
323
+ -1,
324
+ 1,
325
+ -1,
326
+ -1,
327
+ -1,
328
+ 0,
329
+ -1,
330
+ 2,
331
+ 0,
332
+ -1,
333
+ 0,
334
+ -1,
335
+ -1,
336
+ 0,
337
+ -1,
338
+ 0,
339
+ -1,
340
+ -1,
341
+ 0,
342
+ -1,
343
+ -1,
344
+ 4,
345
+ 7,
346
+ 2,
347
+ -1,
348
+ -1,
349
+ 0,
350
+ -1,
351
+ -1,
352
+ 0,
353
+ -1,
354
+ 0,
355
+ 5,
356
+ -1,
357
+ -1,
358
+ 1,
359
+ -1,
360
+ 4,
361
+ -1,
362
+ -1,
363
+ 4,
364
+ 0,
365
+ 0,
366
+ 0,
367
+ 4,
368
+ -1,
369
+ 7,
370
+ 6,
371
+ -1,
372
+ 5,
373
+ -1,
374
+ 1,
375
+ -1,
376
+ 1,
377
+ 1,
378
+ 0,
379
+ -1,
380
+ 0,
381
+ 0,
382
+ 1,
383
+ -1,
384
+ 4,
385
+ 0,
386
+ -1,
387
+ -1,
388
+ 4,
389
+ -1,
390
+ -1,
391
+ 8,
392
+ 4,
393
+ -1,
394
+ 2,
395
+ 2,
396
+ 2,
397
+ -1,
398
+ 1,
399
+ -1,
400
+ -1,
401
+ -1,
402
+ -1,
403
+ -1,
404
+ 8,
405
+ -1,
406
+ -1,
407
+ 0,
408
+ -1,
409
+ -1,
410
+ -1,
411
+ 2,
412
+ -1,
413
+ -1,
414
+ -1,
415
+ 5,
416
+ 5,
417
+ 8,
418
+ 1,
419
+ 4,
420
+ 0,
421
+ 2,
422
+ -1,
423
+ 2,
424
+ 0,
425
+ -1,
426
+ -1,
427
+ -1,
428
+ -1,
429
+ 1,
430
+ 1,
431
+ 2,
432
+ -1,
433
+ -1,
434
+ -1,
435
+ -1,
436
+ -1,
437
+ -1,
438
+ 0,
439
+ -1,
440
+ -1,
441
+ 0,
442
+ 0,
443
+ 5,
444
+ -1,
445
+ -1,
446
+ -1,
447
+ -1,
448
+ -1,
449
+ -1,
450
+ -1,
451
+ 1,
452
+ -1,
453
+ 2,
454
+ -1,
455
+ -1,
456
+ -1,
457
+ 5,
458
+ -1,
459
+ 1,
460
+ 1,
461
+ -1,
462
+ -1,
463
+ 1,
464
+ 4,
465
+ 4,
466
+ 0,
467
+ -1,
468
+ 5,
469
+ -1,
470
+ 6,
471
+ 6,
472
+ 6,
473
+ 2,
474
+ -1,
475
+ -1,
476
+ -1,
477
+ -1,
478
+ -1,
479
+ -1,
480
+ -1,
481
+ -1,
482
+ -1,
483
+ -1,
484
+ -1,
485
+ 1,
486
+ 7,
487
+ -1,
488
+ -1,
489
+ 3,
490
+ -1,
491
+ -1,
492
+ -1,
493
+ -1,
494
+ 2,
495
+ -1,
496
+ -1,
497
+ -1,
498
+ 2,
499
+ 5,
500
+ -1,
501
+ -1,
502
+ 0,
503
+ -1,
504
+ -1,
505
+ -1,
506
+ -1,
507
+ 2,
508
+ 5,
509
+ -1,
510
+ -1,
511
+ 4,
512
+ -1,
513
+ -1,
514
+ -1,
515
+ 1,
516
+ -1,
517
+ -1,
518
+ -1,
519
+ 0,
520
+ 0,
521
+ 7,
522
+ 7,
523
+ 4,
524
+ -1,
525
+ -1,
526
+ -1,
527
+ -1,
528
+ 0,
529
+ 0,
530
+ -1,
531
+ 1,
532
+ 5,
533
+ 1,
534
+ -1,
535
+ 7,
536
+ -1,
537
+ 0,
538
+ 0,
539
+ -1,
540
+ -1,
541
+ -1,
542
+ -1,
543
+ -1,
544
+ -1,
545
+ -1,
546
+ -1,
547
+ -1,
548
+ -1,
549
+ 5,
550
+ 4,
551
+ -1,
552
+ -1,
553
+ 0,
554
+ -1,
555
+ 2,
556
+ -1,
557
+ -1,
558
+ -1,
559
+ -1,
560
+ -1,
561
+ 2,
562
+ 2,
563
+ -1,
564
+ -1,
565
+ -1,
566
+ 8,
567
+ -1,
568
+ -1,
569
+ -1,
570
+ 5,
571
+ 4,
572
+ -1,
573
+ -1,
574
+ -1,
575
+ -1,
576
+ -1,
577
+ -1,
578
+ -1,
579
+ 5,
580
+ -1,
581
+ -1,
582
+ 0,
583
+ 1,
584
+ 5,
585
+ 5,
586
+ -1,
587
+ 0,
588
+ 4,
589
+ -1,
590
+ -1,
591
+ 4,
592
+ 4,
593
+ 4,
594
+ 4,
595
+ 5,
596
+ -1,
597
+ -1,
598
+ -1,
599
+ -1,
600
+ 2,
601
+ -1,
602
+ 1,
603
+ 1,
604
+ -1,
605
+ -1,
606
+ 0,
607
+ 6,
608
+ 6,
609
+ -1,
610
+ -1,
611
+ 7,
612
+ 4,
613
+ -1,
614
+ 2,
615
+ 5,
616
+ -1,
617
+ 2,
618
+ 5,
619
+ -1,
620
+ 7,
621
+ 7,
622
+ 7,
623
+ 7,
624
+ 7,
625
+ 1,
626
+ 1,
627
+ 7,
628
+ 7,
629
+ 7,
630
+ 7,
631
+ -1,
632
+ 4,
633
+ -1,
634
+ -1,
635
+ 4,
636
+ -1,
637
+ 4,
638
+ -1,
639
+ 2,
640
+ 0,
641
+ 1,
642
+ 4,
643
+ -1,
644
+ 0,
645
+ 1,
646
+ 1,
647
+ -1,
648
+ 2,
649
+ -1,
650
+ -1,
651
+ 8,
652
+ 3,
653
+ -1,
654
+ -1,
655
+ 6,
656
+ -1,
657
+ 1,
658
+ 2,
659
+ -1,
660
+ 2,
661
+ -1,
662
+ -1,
663
+ 2,
664
+ 2,
665
+ 0,
666
+ -1,
667
+ 1,
668
+ 2,
669
+ -1,
670
+ -1,
671
+ -1,
672
+ -1,
673
+ 1,
674
+ -1,
675
+ -1,
676
+ 5,
677
+ 1,
678
+ -1,
679
+ -1,
680
+ -1,
681
+ 4,
682
+ 4,
683
+ 1,
684
+ -1,
685
+ 5,
686
+ -1,
687
+ -1,
688
+ 1,
689
+ 0,
690
+ -1,
691
+ 0,
692
+ 0,
693
+ -1,
694
+ -1,
695
+ -1,
696
+ 5,
697
+ -1,
698
+ -1,
699
+ -1,
700
+ -1,
701
+ 2,
702
+ 2,
703
+ 2,
704
+ -1,
705
+ 2,
706
+ 0,
707
+ -1,
708
+ -1,
709
+ 2,
710
+ 2,
711
+ -1,
712
+ -1,
713
+ 2,
714
+ 2,
715
+ -1,
716
+ 1,
717
+ 3,
718
+ 7,
719
+ 0,
720
+ 0,
721
+ 0,
722
+ 4,
723
+ -1,
724
+ 2,
725
+ 1,
726
+ 2,
727
+ 0,
728
+ -1,
729
+ -1,
730
+ 0,
731
+ -1,
732
+ 2,
733
+ -1,
734
+ -1,
735
+ -1,
736
+ 1,
737
+ 2,
738
+ -1,
739
+ 2,
740
+ -1,
741
+ -1,
742
+ -1,
743
+ 2,
744
+ -1,
745
+ -1,
746
+ 8,
747
+ 1,
748
+ -1,
749
+ 1,
750
+ 5,
751
+ -1,
752
+ -1,
753
+ 8,
754
+ 0,
755
+ 2,
756
+ -1,
757
+ 3,
758
+ 3,
759
+ 2,
760
+ -1,
761
+ -1,
762
+ 3,
763
+ -1,
764
+ 7,
765
+ 7,
766
+ -1,
767
+ -1,
768
+ -1,
769
+ 1,
770
+ -1,
771
+ -1,
772
+ 6,
773
+ 4,
774
+ -1,
775
+ -1,
776
+ 0,
777
+ -1,
778
+ -1,
779
+ -1,
780
+ 5,
781
+ -1,
782
+ -1,
783
+ 6,
784
+ 2,
785
+ 7,
786
+ -1,
787
+ 8,
788
+ 0,
789
+ -1,
790
+ -1,
791
+ -1,
792
+ -1,
793
+ -1,
794
+ 5,
795
+ 0,
796
+ 8,
797
+ 1,
798
+ -1,
799
+ 5,
800
+ -1,
801
+ 4,
802
+ -1,
803
+ -1,
804
+ 3,
805
+ 0,
806
+ 4,
807
+ 1,
808
+ 2,
809
+ 2,
810
+ 1,
811
+ -1,
812
+ -1,
813
+ -1,
814
+ -1,
815
+ 0,
816
+ -1,
817
+ -1,
818
+ 2,
819
+ 0,
820
+ -1,
821
+ 6,
822
+ 1,
823
+ -1,
824
+ -1,
825
+ 3,
826
+ -1,
827
+ 6,
828
+ 6,
829
+ -1,
830
+ 6,
831
+ 6,
832
+ 6,
833
+ 6,
834
+ -1,
835
+ 1,
836
+ 8,
837
+ -1,
838
+ -1,
839
+ -1,
840
+ 3,
841
+ 3,
842
+ -1,
843
+ 6,
844
+ -1,
845
+ -1,
846
+ -1,
847
+ -1,
848
+ 2,
849
+ -1,
850
+ -1,
851
+ 6,
852
+ -1,
853
+ -1,
854
+ 6,
855
+ -1,
856
+ -1,
857
+ -1,
858
+ 7,
859
+ 6,
860
+ -1,
861
+ -1,
862
+ 0,
863
+ -1,
864
+ 6,
865
+ 6,
866
+ 5,
867
+ 7,
868
+ -1,
869
+ -1,
870
+ -1,
871
+ -1,
872
+ -1,
873
+ -1,
874
+ -1,
875
+ -1,
876
+ -1,
877
+ -1,
878
+ 4,
879
+ 3,
880
+ 3,
881
+ -1,
882
+ 2,
883
+ 1,
884
+ -1,
885
+ 0,
886
+ -1,
887
+ 3,
888
+ 0,
889
+ 1,
890
+ -1,
891
+ 1,
892
+ 0,
893
+ 5,
894
+ -1,
895
+ -1,
896
+ 8,
897
+ -1,
898
+ 8,
899
+ -1,
900
+ -1,
901
+ -1,
902
+ -1,
903
+ -1,
904
+ -1,
905
+ -1,
906
+ 0,
907
+ 0,
908
+ -1,
909
+ 3,
910
+ -1,
911
+ 5,
912
+ 5,
913
+ 3,
914
+ -1,
915
+ -1,
916
+ -1,
917
+ -1,
918
+ 3,
919
+ 0,
920
+ 0,
921
+ 0,
922
+ -1,
923
+ -1,
924
+ 3,
925
+ 3,
926
+ -1,
927
+ 3,
928
+ -1,
929
+ 0,
930
+ 3,
931
+ -1,
932
+ 4,
933
+ -1,
934
+ -1,
935
+ 3,
936
+ -1,
937
+ -1,
938
+ 8,
939
+ 1,
940
+ 1,
941
+ -1,
942
+ 1,
943
+ 3,
944
+ 3,
945
+ 7,
946
+ -1,
947
+ 1,
948
+ -1,
949
+ 3,
950
+ 3,
951
+ -1,
952
+ 3,
953
+ 3,
954
+ 3,
955
+ -1,
956
+ 0,
957
+ 0,
958
+ 3,
959
+ -1,
960
+ -1,
961
+ 0,
962
+ 1,
963
+ -1,
964
+ -1,
965
+ -1,
966
+ 1,
967
+ 1,
968
+ -1,
969
+ -1,
970
+ -1,
971
+ 1,
972
+ 3,
973
+ -1,
974
+ -1,
975
+ 8,
976
+ 8,
977
+ 3,
978
+ -1,
979
+ 1,
980
+ -1,
981
+ 1,
982
+ 5,
983
+ -1,
984
+ -1,
985
+ 3,
986
+ 1,
987
+ 2,
988
+ 3,
989
+ 3,
990
+ 1,
991
+ 1,
992
+ 3,
993
+ 3,
994
+ 0,
995
+ -1,
996
+ 1,
997
+ -1,
998
+ -1,
999
+ -1,
1000
+ -1,
1001
+ -1,
1002
+ -1,
1003
+ -1,
1004
+ 3,
1005
+ -1,
1006
+ 3,
1007
+ -1,
1008
+ 3,
1009
+ -1,
1010
+ 1,
1011
+ 1,
1012
+ 1,
1013
+ 3,
1014
+ -1,
1015
+ 3,
1016
+ -1,
1017
+ -1,
1018
+ -1,
1019
+ 3,
1020
+ -1,
1021
+ 0,
1022
+ 3,
1023
+ -1,
1024
+ 5,
1025
+ -1,
1026
+ -1,
1027
+ -1,
1028
+ -1,
1029
+ 0,
1030
+ -1,
1031
+ -1,
1032
+ 2,
1033
+ 3,
1034
+ -1,
1035
+ -1,
1036
+ -1,
1037
+ -1,
1038
+ -1,
1039
+ -1,
1040
+ -1,
1041
+ 0,
1042
+ 3,
1043
+ -1,
1044
+ -1
1045
+ ],
1046
+ "topic_sizes": {
1047
+ "-1": 418,
1048
+ "0": 87,
1049
+ "1": 73,
1050
+ "5": 34,
1051
+ "2": 57,
1052
+ "8": 20,
1053
+ "4": 38,
1054
+ "6": 24,
1055
+ "7": 24,
1056
+ "3": 45
1057
+ },
1058
+ "topic_mapper": [
1059
+ [
1060
+ -1,
1061
+ -1,
1062
+ -1
1063
+ ],
1064
+ [
1065
+ 0,
1066
+ 0,
1067
+ 6
1068
+ ],
1069
+ [
1070
+ 1,
1071
+ 1,
1072
+ 3
1073
+ ],
1074
+ [
1075
+ 2,
1076
+ 2,
1077
+ 2
1078
+ ],
1079
+ [
1080
+ 3,
1081
+ 3,
1082
+ 7
1083
+ ],
1084
+ [
1085
+ 4,
1086
+ 4,
1087
+ 8
1088
+ ],
1089
+ [
1090
+ 5,
1091
+ 5,
1092
+ 0
1093
+ ],
1094
+ [
1095
+ 6,
1096
+ 6,
1097
+ 1
1098
+ ],
1099
+ [
1100
+ 7,
1101
+ 7,
1102
+ 5
1103
+ ],
1104
+ [
1105
+ 8,
1106
+ 8,
1107
+ 4
1108
+ ]
1109
+ ],
1110
+ "topic_labels": {
1111
+ "-1": "-1_jews_whites_racist_diversity",
1112
+ "0": "0_antisemitism_jew_mossad_lbj",
1113
+ "1": "1_racism_whites_supremacy_globohomo",
1114
+ "2": "2_lgbtq_pedophile_fundamentalism_california",
1115
+ "3": "3_technocracy_vaxxed_plandemic_conspiracy",
1116
+ "4": "4_britons_whites_colonisation_wales",
1117
+ "5": "5_rapist_muslims_riots_abused",
1118
+ "6": "6_zelenskyy_ukrainians_crimea_volodymyr",
1119
+ "7": "7_hitler_nationalsozialistiche_comrades_1936",
1120
+ "8": "8_zionist_refugees_jewry_multiculturalism"
1121
+ },
1122
+ "custom_labels": null,
1123
+ "_outliers": 1,
1124
+ "topic_aspects": {}
1125
+ }