AngelPanizo commited on
Commit
36b9a38
·
verified ·
1 Parent(s): 5be1537

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