AngelPanizo commited on
Commit
8c87cd2
·
verified ·
1 Parent(s): dfbba90

Add BERTopic model

Browse files
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - bertopic
5
+ library_name: bertopic
6
+ pipeline_tag: text-classification
7
+ ---
8
+
9
+ # MARTINI_enrich_BERTopic_FaithAndFolk2
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_FaithAndFolk2")
27
+
28
+ topic_model.get_topic_info()
29
+ ```
30
+
31
+ ## Topic overview
32
+
33
+ * Number of topics: 12
34
+ * Number of training documents: 1015
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 - semitic - amiatinus - nigger | 26 | -1_jews_whites_semitic_amiatinus |
42
+ | 0 | australians - commonwealth - jews - fascist - 1901 | 405 | 0_australians_commonwealth_jews_fascist |
43
+ | 1 | mommy - faggots - posts - jewish - fake | 163 | 1_mommy_faggots_posts_jewish |
44
+ | 2 | palestinians - hamas - gaza - hezbollah - netanyahu | 76 | 2_palestinians_hamas_gaza_hezbollah |
45
+ | 3 | caucasian - nonwhites - ancestors - cultures - egyptians | 75 | 3_caucasian_nonwhites_ancestors_cultures |
46
+ | 4 | langue - latine - francais - dialects - catalan | 49 | 4_langue_latine_francais_dialects |
47
+ | 5 | birthrates - eugenic - whites - stillbirth - apgar | 45 | 5_birthrates_eugenic_whites_stillbirth |
48
+ | 6 | hieroglyphs - paleolithic - artifacts - phoenicians - mausoleum | 42 | 6_hieroglyphs_paleolithic_artifacts_phoenicians |
49
+ | 7 | vulgate - gospels - psalms - codex - coptic | 38 | 7_vulgate_gospels_psalms_codex |
50
+ | 8 | hawkesbury - tasmania - pemulwuy - colonists - massacre | 34 | 8_hawkesbury_tasmania_pemulwuy_colonists |
51
+ | 9 | sandnigger - normie - lives - jackson - tommy | 31 | 9_sandnigger_normie_lives_jackson |
52
+ | 10 | kjv - godhead - trinitarianism - commandments - israelites | 31 | 10_kjv_godhead_trinitarianism_commandments |
53
+
54
+ </details>
55
+
56
+ ## Training hyperparameters
57
+
58
+ * calculate_probabilities: True
59
+ * language: None
60
+ * low_memory: False
61
+ * min_topic_size: 10
62
+ * n_gram_range: (1, 1)
63
+ * nr_topics: None
64
+ * seed_topic_list: None
65
+ * top_n_words: 10
66
+ * verbose: False
67
+ * zeroshot_min_similarity: 0.7
68
+ * zeroshot_topic_list: None
69
+
70
+ ## Framework versions
71
+
72
+ * Numpy: 1.26.4
73
+ * HDBSCAN: 0.8.40
74
+ * UMAP: 0.5.7
75
+ * Pandas: 2.2.3
76
+ * Scikit-Learn: 1.5.2
77
+ * Sentence-transformers: 3.3.1
78
+ * Transformers: 4.46.3
79
+ * Numba: 0.60.0
80
+ * Plotly: 5.24.1
81
+ * 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:831638a8f4914d5aab66f5152e431e1cda3e3c1a4c4ac3d14cb9bc31c771d3df
3
+ size 370752
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:49967f481154630c7f05afcd2dace7ef7409a46d9b8d096d151f1da04633ef9c
3
+ size 49240
topics.json ADDED
@@ -0,0 +1,1378 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topic_representations": {
3
+ "-1": [
4
+ [
5
+ "jews",
6
+ 0.5647073984146118
7
+ ],
8
+ [
9
+ "whites",
10
+ 0.515489935874939
11
+ ],
12
+ [
13
+ "semitic",
14
+ 0.5114343762397766
15
+ ],
16
+ [
17
+ "amiatinus",
18
+ 0.5010952353477478
19
+ ],
20
+ [
21
+ "nigger",
22
+ 0.4887538552284241
23
+ ]
24
+ ],
25
+ "0": [
26
+ [
27
+ "australians",
28
+ 0.6644207239151001
29
+ ],
30
+ [
31
+ "commonwealth",
32
+ 0.48985832929611206
33
+ ],
34
+ [
35
+ "jews",
36
+ 0.4879217743873596
37
+ ],
38
+ [
39
+ "fascist",
40
+ 0.47665879130363464
41
+ ],
42
+ [
43
+ "1901",
44
+ 0.4390258193016052
45
+ ]
46
+ ],
47
+ "1": [
48
+ [
49
+ "mommy",
50
+ 0.5364412665367126
51
+ ],
52
+ [
53
+ "faggots",
54
+ 0.5327291488647461
55
+ ],
56
+ [
57
+ "posts",
58
+ 0.5084285140037537
59
+ ],
60
+ [
61
+ "jewish",
62
+ 0.5064213275909424
63
+ ],
64
+ [
65
+ "fake",
66
+ 0.49912238121032715
67
+ ]
68
+ ],
69
+ "2": [
70
+ [
71
+ "palestinians",
72
+ 0.6656951308250427
73
+ ],
74
+ [
75
+ "hamas",
76
+ 0.6453220844268799
77
+ ],
78
+ [
79
+ "gaza",
80
+ 0.6334148645401001
81
+ ],
82
+ [
83
+ "hezbollah",
84
+ 0.5860545635223389
85
+ ],
86
+ [
87
+ "netanyahu",
88
+ 0.5684060454368591
89
+ ]
90
+ ],
91
+ "3": [
92
+ [
93
+ "caucasian",
94
+ 0.6156992316246033
95
+ ],
96
+ [
97
+ "nonwhites",
98
+ 0.6094539165496826
99
+ ],
100
+ [
101
+ "ancestors",
102
+ 0.5299775004386902
103
+ ],
104
+ [
105
+ "cultures",
106
+ 0.501535177230835
107
+ ],
108
+ [
109
+ "egyptians",
110
+ 0.48041290044784546
111
+ ]
112
+ ],
113
+ "4": [
114
+ [
115
+ "langue",
116
+ 0.6280605792999268
117
+ ],
118
+ [
119
+ "latine",
120
+ 0.6210047602653503
121
+ ],
122
+ [
123
+ "francais",
124
+ 0.5966891646385193
125
+ ],
126
+ [
127
+ "dialects",
128
+ 0.5962318778038025
129
+ ],
130
+ [
131
+ "catalan",
132
+ 0.5832667350769043
133
+ ]
134
+ ],
135
+ "5": [
136
+ [
137
+ "birthrates",
138
+ 0.6269457936286926
139
+ ],
140
+ [
141
+ "eugenic",
142
+ 0.5246248245239258
143
+ ],
144
+ [
145
+ "whites",
146
+ 0.5242206454277039
147
+ ],
148
+ [
149
+ "stillbirth",
150
+ 0.4846370816230774
151
+ ],
152
+ [
153
+ "apgar",
154
+ 0.4551584720611572
155
+ ]
156
+ ],
157
+ "6": [
158
+ [
159
+ "hieroglyphs",
160
+ 0.5987935066223145
161
+ ],
162
+ [
163
+ "paleolithic",
164
+ 0.5496487617492676
165
+ ],
166
+ [
167
+ "artifacts",
168
+ 0.5376323461532593
169
+ ],
170
+ [
171
+ "phoenicians",
172
+ 0.5160455703735352
173
+ ],
174
+ [
175
+ "mausoleum",
176
+ 0.477290540933609
177
+ ]
178
+ ],
179
+ "7": [
180
+ [
181
+ "vulgate",
182
+ 0.6746589541435242
183
+ ],
184
+ [
185
+ "gospels",
186
+ 0.6131026744842529
187
+ ],
188
+ [
189
+ "psalms",
190
+ 0.5757504105567932
191
+ ],
192
+ [
193
+ "codex",
194
+ 0.5644077062606812
195
+ ],
196
+ [
197
+ "coptic",
198
+ 0.552084743976593
199
+ ]
200
+ ],
201
+ "8": [
202
+ [
203
+ "hawkesbury",
204
+ 0.5101085305213928
205
+ ],
206
+ [
207
+ "tasmania",
208
+ 0.4845426380634308
209
+ ],
210
+ [
211
+ "pemulwuy",
212
+ 0.48018336296081543
213
+ ],
214
+ [
215
+ "colonists",
216
+ 0.4331274628639221
217
+ ],
218
+ [
219
+ "massacre",
220
+ 0.4211879074573517
221
+ ]
222
+ ],
223
+ "9": [
224
+ [
225
+ "sandnigger",
226
+ 0.5908673405647278
227
+ ],
228
+ [
229
+ "normie",
230
+ 0.5035152435302734
231
+ ],
232
+ [
233
+ "lives",
234
+ 0.500534176826477
235
+ ],
236
+ [
237
+ "jackson",
238
+ 0.4856817126274109
239
+ ],
240
+ [
241
+ "tommy",
242
+ 0.46440035104751587
243
+ ]
244
+ ],
245
+ "10": [
246
+ [
247
+ "kjv",
248
+ 0.6801756024360657
249
+ ],
250
+ [
251
+ "godhead",
252
+ 0.5455845594406128
253
+ ],
254
+ [
255
+ "trinitarianism",
256
+ 0.5448281764984131
257
+ ],
258
+ [
259
+ "commandments",
260
+ 0.5389351844787598
261
+ ],
262
+ [
263
+ "israelites",
264
+ 0.498296320438385
265
+ ]
266
+ ]
267
+ },
268
+ "topics": [
269
+ 4,
270
+ 1,
271
+ 7,
272
+ -1,
273
+ -1,
274
+ 6,
275
+ -1,
276
+ -1,
277
+ 6,
278
+ 8,
279
+ 0,
280
+ 1,
281
+ 6,
282
+ 6,
283
+ 0,
284
+ -1,
285
+ 9,
286
+ 1,
287
+ 8,
288
+ 0,
289
+ 6,
290
+ 0,
291
+ -1,
292
+ 0,
293
+ 7,
294
+ 0,
295
+ -1,
296
+ -1,
297
+ 4,
298
+ 5,
299
+ 0,
300
+ -1,
301
+ -1,
302
+ 0,
303
+ -1,
304
+ -1,
305
+ 0,
306
+ -1,
307
+ 6,
308
+ -1,
309
+ -1,
310
+ 8,
311
+ 0,
312
+ 0,
313
+ -1,
314
+ 10,
315
+ 10,
316
+ -1,
317
+ -1,
318
+ -1,
319
+ 6,
320
+ -1,
321
+ 5,
322
+ 8,
323
+ 0,
324
+ -1,
325
+ 4,
326
+ -1,
327
+ 8,
328
+ 7,
329
+ 0,
330
+ 0,
331
+ 6,
332
+ -1,
333
+ -1,
334
+ -1,
335
+ 4,
336
+ 8,
337
+ 10,
338
+ -1,
339
+ 0,
340
+ 0,
341
+ -1,
342
+ 0,
343
+ 7,
344
+ 0,
345
+ -1,
346
+ 0,
347
+ 3,
348
+ -1,
349
+ 1,
350
+ -1,
351
+ 0,
352
+ 0,
353
+ -1,
354
+ -1,
355
+ -1,
356
+ 7,
357
+ -1,
358
+ -1,
359
+ -1,
360
+ -1,
361
+ 7,
362
+ 1,
363
+ -1,
364
+ 0,
365
+ -1,
366
+ 0,
367
+ -1,
368
+ 0,
369
+ 10,
370
+ 0,
371
+ -1,
372
+ -1,
373
+ 0,
374
+ 6,
375
+ 4,
376
+ -1,
377
+ 4,
378
+ 0,
379
+ 0,
380
+ -1,
381
+ 0,
382
+ -1,
383
+ 6,
384
+ 0,
385
+ 0,
386
+ -1,
387
+ 0,
388
+ 0,
389
+ -1,
390
+ 3,
391
+ 1,
392
+ 0,
393
+ -1,
394
+ -1,
395
+ 8,
396
+ -1,
397
+ -1,
398
+ -1,
399
+ -1,
400
+ -1,
401
+ 0,
402
+ 6,
403
+ 0,
404
+ 9,
405
+ 6,
406
+ 7,
407
+ 0,
408
+ -1,
409
+ -1,
410
+ 0,
411
+ -1,
412
+ 9,
413
+ -1,
414
+ 1,
415
+ 9,
416
+ 3,
417
+ 0,
418
+ 0,
419
+ 1,
420
+ -1,
421
+ 0,
422
+ 4,
423
+ -1,
424
+ 7,
425
+ 8,
426
+ 7,
427
+ 0,
428
+ 8,
429
+ 3,
430
+ 6,
431
+ 3,
432
+ 0,
433
+ -1,
434
+ 8,
435
+ 10,
436
+ 0,
437
+ 7,
438
+ 8,
439
+ 0,
440
+ 4,
441
+ 6,
442
+ -1,
443
+ -1,
444
+ -1,
445
+ 0,
446
+ -1,
447
+ 8,
448
+ 3,
449
+ -1,
450
+ 7,
451
+ 0,
452
+ 5,
453
+ 4,
454
+ -1,
455
+ 0,
456
+ -1,
457
+ 1,
458
+ 0,
459
+ 0,
460
+ -1,
461
+ 0,
462
+ -1,
463
+ 5,
464
+ -1,
465
+ 5,
466
+ 7,
467
+ 7,
468
+ 0,
469
+ 9,
470
+ 3,
471
+ 3,
472
+ 0,
473
+ 5,
474
+ 10,
475
+ 0,
476
+ 10,
477
+ 4,
478
+ 0,
479
+ -1,
480
+ 0,
481
+ 4,
482
+ 0,
483
+ 0,
484
+ -1,
485
+ 5,
486
+ 5,
487
+ 8,
488
+ -1,
489
+ -1,
490
+ 8,
491
+ -1,
492
+ 0,
493
+ -1,
494
+ -1,
495
+ 10,
496
+ -1,
497
+ -1,
498
+ 0,
499
+ -1,
500
+ 8,
501
+ -1,
502
+ 0,
503
+ -1,
504
+ 9,
505
+ 5,
506
+ -1,
507
+ 0,
508
+ 0,
509
+ -1,
510
+ 4,
511
+ 0,
512
+ 6,
513
+ 0,
514
+ -1,
515
+ -1,
516
+ -1,
517
+ 3,
518
+ 7,
519
+ -1,
520
+ 1,
521
+ 9,
522
+ -1,
523
+ 3,
524
+ 0,
525
+ 0,
526
+ -1,
527
+ 7,
528
+ 0,
529
+ 9,
530
+ 0,
531
+ -1,
532
+ 0,
533
+ 1,
534
+ -1,
535
+ 5,
536
+ -1,
537
+ 0,
538
+ 1,
539
+ 10,
540
+ -1,
541
+ 0,
542
+ 7,
543
+ -1,
544
+ -1,
545
+ -1,
546
+ -1,
547
+ 2,
548
+ 2,
549
+ 4,
550
+ 3,
551
+ 0,
552
+ 9,
553
+ 0,
554
+ -1,
555
+ 3,
556
+ 0,
557
+ 0,
558
+ 0,
559
+ 4,
560
+ 0,
561
+ 0,
562
+ -1,
563
+ 8,
564
+ 0,
565
+ -1,
566
+ -1,
567
+ -1,
568
+ 7,
569
+ -1,
570
+ 3,
571
+ 0,
572
+ -1,
573
+ -1,
574
+ 0,
575
+ 10,
576
+ -1,
577
+ 0,
578
+ 4,
579
+ 4,
580
+ -1,
581
+ 0,
582
+ -1,
583
+ 0,
584
+ 10,
585
+ 0,
586
+ 7,
587
+ 1,
588
+ 1,
589
+ -1,
590
+ 0,
591
+ 2,
592
+ 1,
593
+ 3,
594
+ -1,
595
+ 6,
596
+ 0,
597
+ 7,
598
+ 0,
599
+ 0,
600
+ 4,
601
+ -1,
602
+ 5,
603
+ 6,
604
+ 1,
605
+ -1,
606
+ 4,
607
+ 8,
608
+ 0,
609
+ -1,
610
+ 0,
611
+ 6,
612
+ 0,
613
+ 7,
614
+ 4,
615
+ 0,
616
+ -1,
617
+ -1,
618
+ 1,
619
+ -1,
620
+ 0,
621
+ -1,
622
+ 1,
623
+ 1,
624
+ 1,
625
+ 1,
626
+ 1,
627
+ 1,
628
+ 1,
629
+ 1,
630
+ 1,
631
+ 1,
632
+ -1,
633
+ 1,
634
+ -1,
635
+ 0,
636
+ -1,
637
+ 0,
638
+ 0,
639
+ -1,
640
+ 0,
641
+ -1,
642
+ 3,
643
+ 1,
644
+ -1,
645
+ 5,
646
+ -1,
647
+ -1,
648
+ 6,
649
+ 6,
650
+ -1,
651
+ -1,
652
+ -1,
653
+ 0,
654
+ 0,
655
+ -1,
656
+ 0,
657
+ -1,
658
+ 0,
659
+ -1,
660
+ 6,
661
+ 0,
662
+ -1,
663
+ -1,
664
+ -1,
665
+ -1,
666
+ -1,
667
+ 8,
668
+ -1,
669
+ 4,
670
+ -1,
671
+ -1,
672
+ 0,
673
+ 1,
674
+ 6,
675
+ 0,
676
+ 7,
677
+ 0,
678
+ 9,
679
+ -1,
680
+ 8,
681
+ 0,
682
+ -1,
683
+ 7,
684
+ 8,
685
+ -1,
686
+ 6,
687
+ 0,
688
+ 0,
689
+ 10,
690
+ -1,
691
+ 0,
692
+ -1,
693
+ -1,
694
+ -1,
695
+ 1,
696
+ -1,
697
+ -1,
698
+ 8,
699
+ 5,
700
+ 6,
701
+ 0,
702
+ 3,
703
+ 4,
704
+ -1,
705
+ -1,
706
+ 10,
707
+ 0,
708
+ 4,
709
+ 9,
710
+ -1,
711
+ -1,
712
+ 2,
713
+ -1,
714
+ -1,
715
+ -1,
716
+ 2,
717
+ 2,
718
+ 2,
719
+ 2,
720
+ 2,
721
+ 2,
722
+ 2,
723
+ 2,
724
+ 2,
725
+ 2,
726
+ 2,
727
+ 2,
728
+ 2,
729
+ 2,
730
+ 2,
731
+ 2,
732
+ 2,
733
+ 2,
734
+ 2,
735
+ 2,
736
+ 2,
737
+ 2,
738
+ 2,
739
+ 2,
740
+ 2,
741
+ 2,
742
+ 2,
743
+ 2,
744
+ 2,
745
+ 2,
746
+ 2,
747
+ 2,
748
+ 2,
749
+ 2,
750
+ 2,
751
+ 2,
752
+ 2,
753
+ 2,
754
+ 2,
755
+ 2,
756
+ 2,
757
+ 2,
758
+ 2,
759
+ 2,
760
+ -1,
761
+ 0,
762
+ 5,
763
+ 4,
764
+ -1,
765
+ -1,
766
+ 3,
767
+ -1,
768
+ 0,
769
+ -1,
770
+ 10,
771
+ 4,
772
+ -1,
773
+ 0,
774
+ 0,
775
+ -1,
776
+ 0,
777
+ 8,
778
+ 0,
779
+ 3,
780
+ -1,
781
+ 0,
782
+ 3,
783
+ 8,
784
+ 4,
785
+ -1,
786
+ 0,
787
+ -1,
788
+ 0,
789
+ -1,
790
+ -1,
791
+ -1,
792
+ -1,
793
+ 0,
794
+ -1,
795
+ 3,
796
+ -1,
797
+ 6,
798
+ 5,
799
+ 9,
800
+ -1,
801
+ -1,
802
+ -1,
803
+ 3,
804
+ -1,
805
+ 7,
806
+ 5,
807
+ 8,
808
+ 10,
809
+ 1,
810
+ 6,
811
+ -1,
812
+ -1,
813
+ 0,
814
+ -1,
815
+ 0,
816
+ 4,
817
+ 10,
818
+ 0,
819
+ -1,
820
+ -1,
821
+ 9,
822
+ 4,
823
+ -1,
824
+ 0,
825
+ -1,
826
+ 3,
827
+ 10,
828
+ 10,
829
+ 0,
830
+ 0,
831
+ -1,
832
+ -1,
833
+ -1,
834
+ 1,
835
+ 4,
836
+ -1,
837
+ -1,
838
+ 4,
839
+ 7,
840
+ -1,
841
+ -1,
842
+ -1,
843
+ 0,
844
+ -1,
845
+ -1,
846
+ 3,
847
+ 1,
848
+ -1,
849
+ 0,
850
+ -1,
851
+ -1,
852
+ -1,
853
+ 4,
854
+ 0,
855
+ 0,
856
+ 6,
857
+ -1,
858
+ -1,
859
+ 6,
860
+ 1,
861
+ -1,
862
+ -1,
863
+ -1,
864
+ -1,
865
+ -1,
866
+ -1,
867
+ -1,
868
+ 1,
869
+ 1,
870
+ -1,
871
+ -1,
872
+ -1,
873
+ -1,
874
+ -1,
875
+ 5,
876
+ 2,
877
+ -1,
878
+ -1,
879
+ -1,
880
+ -1,
881
+ -1,
882
+ 1,
883
+ -1,
884
+ -1,
885
+ 1,
886
+ 5,
887
+ 2,
888
+ -1,
889
+ -1,
890
+ 4,
891
+ 1,
892
+ 7,
893
+ -1,
894
+ -1,
895
+ -1,
896
+ 8,
897
+ -1,
898
+ 10,
899
+ 3,
900
+ 3,
901
+ 3,
902
+ -1,
903
+ -1,
904
+ -1,
905
+ -1,
906
+ -1,
907
+ 2,
908
+ 2,
909
+ 2,
910
+ -1,
911
+ -1,
912
+ 2,
913
+ 0,
914
+ 0,
915
+ 2,
916
+ 2,
917
+ 8,
918
+ 7,
919
+ 0,
920
+ -1,
921
+ 6,
922
+ 10,
923
+ -1,
924
+ -1,
925
+ 1,
926
+ 9,
927
+ 0,
928
+ 6,
929
+ 5,
930
+ 1,
931
+ -1,
932
+ 2,
933
+ 0,
934
+ -1,
935
+ 10,
936
+ 5,
937
+ -1,
938
+ 8,
939
+ 4,
940
+ 7,
941
+ 1,
942
+ -1,
943
+ -1,
944
+ 0,
945
+ -1,
946
+ 2,
947
+ -1,
948
+ 0,
949
+ 6,
950
+ -1,
951
+ -1,
952
+ -1,
953
+ -1,
954
+ -1,
955
+ -1,
956
+ 2,
957
+ 2,
958
+ 2,
959
+ 2,
960
+ 2,
961
+ 2,
962
+ 7,
963
+ 1,
964
+ 7,
965
+ 1,
966
+ 10,
967
+ 0,
968
+ -1,
969
+ -1,
970
+ 4,
971
+ -1,
972
+ 1,
973
+ 1,
974
+ -1,
975
+ 1,
976
+ 9,
977
+ 9,
978
+ -1,
979
+ 5,
980
+ 5,
981
+ -1,
982
+ 4,
983
+ 0,
984
+ -1,
985
+ 7,
986
+ 5,
987
+ 4,
988
+ -1,
989
+ 8,
990
+ 1,
991
+ -1,
992
+ 10,
993
+ -1,
994
+ 9,
995
+ -1,
996
+ -1,
997
+ -1,
998
+ 1,
999
+ 1,
1000
+ 3,
1001
+ 8,
1002
+ 6,
1003
+ 0,
1004
+ -1,
1005
+ -1,
1006
+ 3,
1007
+ 4,
1008
+ 6,
1009
+ 5,
1010
+ 5,
1011
+ 5,
1012
+ 5,
1013
+ 5,
1014
+ 5,
1015
+ 5,
1016
+ -1,
1017
+ 5,
1018
+ 5,
1019
+ 5,
1020
+ 5,
1021
+ 9,
1022
+ -1,
1023
+ 3,
1024
+ 3,
1025
+ -1,
1026
+ 2,
1027
+ -1,
1028
+ 4,
1029
+ -1,
1030
+ 0,
1031
+ -1,
1032
+ 1,
1033
+ -1,
1034
+ 3,
1035
+ 3,
1036
+ 0,
1037
+ 4,
1038
+ -1,
1039
+ 6,
1040
+ -1,
1041
+ 1,
1042
+ 2,
1043
+ -1,
1044
+ 1,
1045
+ -1,
1046
+ 4,
1047
+ -1,
1048
+ -1,
1049
+ -1,
1050
+ -1,
1051
+ 10,
1052
+ 3,
1053
+ -1,
1054
+ 3,
1055
+ 1,
1056
+ 9,
1057
+ 5,
1058
+ -1,
1059
+ -1,
1060
+ -1,
1061
+ -1,
1062
+ -1,
1063
+ 3,
1064
+ -1,
1065
+ 2,
1066
+ -1,
1067
+ -1,
1068
+ -1,
1069
+ 6,
1070
+ -1,
1071
+ 4,
1072
+ 3,
1073
+ -1,
1074
+ -1,
1075
+ -1,
1076
+ -1,
1077
+ -1,
1078
+ -1,
1079
+ 0,
1080
+ 9,
1081
+ 9,
1082
+ -1,
1083
+ -1,
1084
+ -1,
1085
+ -1,
1086
+ -1,
1087
+ -1,
1088
+ -1,
1089
+ -1,
1090
+ -1,
1091
+ 9,
1092
+ 5,
1093
+ -1,
1094
+ 3,
1095
+ 3,
1096
+ 6,
1097
+ 3,
1098
+ -1,
1099
+ -1,
1100
+ -1,
1101
+ 8,
1102
+ 1,
1103
+ 1,
1104
+ -1,
1105
+ 1,
1106
+ 1,
1107
+ 10,
1108
+ 3,
1109
+ -1,
1110
+ -1,
1111
+ 2,
1112
+ 2,
1113
+ 0,
1114
+ -1,
1115
+ 2,
1116
+ -1,
1117
+ -1,
1118
+ 9,
1119
+ 9,
1120
+ 6,
1121
+ -1,
1122
+ -1,
1123
+ -1,
1124
+ 4,
1125
+ 1,
1126
+ 5,
1127
+ -1,
1128
+ 8,
1129
+ -1,
1130
+ -1,
1131
+ 2,
1132
+ -1,
1133
+ 5,
1134
+ -1,
1135
+ -1,
1136
+ 3,
1137
+ 9,
1138
+ 1,
1139
+ -1,
1140
+ 1,
1141
+ -1,
1142
+ -1,
1143
+ 1,
1144
+ 3,
1145
+ -1,
1146
+ -1,
1147
+ 9,
1148
+ -1,
1149
+ -1,
1150
+ -1,
1151
+ -1,
1152
+ -1,
1153
+ -1,
1154
+ -1,
1155
+ 5,
1156
+ -1,
1157
+ -1,
1158
+ -1,
1159
+ -1,
1160
+ 1,
1161
+ 3,
1162
+ -1,
1163
+ -1,
1164
+ 0,
1165
+ -1,
1166
+ -1,
1167
+ 10,
1168
+ 3,
1169
+ -1,
1170
+ 3,
1171
+ -1,
1172
+ 7,
1173
+ -1,
1174
+ -1,
1175
+ 1,
1176
+ -1,
1177
+ 4,
1178
+ -1,
1179
+ -1,
1180
+ -1,
1181
+ -1,
1182
+ 1,
1183
+ 1,
1184
+ -1,
1185
+ -1,
1186
+ 0,
1187
+ -1,
1188
+ -1,
1189
+ -1,
1190
+ 2,
1191
+ 4,
1192
+ 9,
1193
+ -1,
1194
+ -1,
1195
+ -1,
1196
+ 7,
1197
+ -1,
1198
+ 0,
1199
+ -1,
1200
+ 0,
1201
+ -1,
1202
+ -1,
1203
+ 0,
1204
+ -1,
1205
+ -1,
1206
+ -1,
1207
+ -1,
1208
+ 1,
1209
+ 2,
1210
+ 2,
1211
+ -1,
1212
+ 5,
1213
+ 0,
1214
+ 0,
1215
+ -1,
1216
+ 5,
1217
+ 2,
1218
+ 0,
1219
+ 0,
1220
+ 0,
1221
+ -1,
1222
+ -1,
1223
+ 1,
1224
+ 1,
1225
+ 9,
1226
+ 0,
1227
+ -1,
1228
+ 0,
1229
+ 0,
1230
+ -1,
1231
+ -1,
1232
+ -1,
1233
+ -1,
1234
+ 4,
1235
+ -1,
1236
+ 7,
1237
+ -1,
1238
+ -1,
1239
+ 0,
1240
+ -1,
1241
+ -1,
1242
+ -1,
1243
+ -1,
1244
+ 9,
1245
+ -1,
1246
+ 3,
1247
+ -1,
1248
+ -1,
1249
+ -1,
1250
+ -1,
1251
+ 9,
1252
+ 7,
1253
+ -1,
1254
+ 1,
1255
+ -1,
1256
+ 1,
1257
+ 5,
1258
+ -1,
1259
+ -1,
1260
+ 6,
1261
+ 3,
1262
+ 1,
1263
+ 3,
1264
+ -1,
1265
+ -1,
1266
+ -1,
1267
+ -1,
1268
+ -1,
1269
+ -1,
1270
+ -1,
1271
+ -1,
1272
+ -1,
1273
+ 3,
1274
+ -1,
1275
+ 1,
1276
+ 0,
1277
+ 1,
1278
+ -1,
1279
+ 1,
1280
+ 0,
1281
+ 9,
1282
+ -1,
1283
+ 4
1284
+ ],
1285
+ "topic_sizes": {
1286
+ "4": 45,
1287
+ "1": 76,
1288
+ "7": 34,
1289
+ "-1": 405,
1290
+ "6": 38,
1291
+ "8": 31,
1292
+ "0": 163,
1293
+ "9": 31,
1294
+ "5": 42,
1295
+ "10": 26,
1296
+ "3": 49,
1297
+ "2": 75
1298
+ },
1299
+ "topic_mapper": [
1300
+ [
1301
+ -1,
1302
+ -1,
1303
+ -1
1304
+ ],
1305
+ [
1306
+ 0,
1307
+ 0,
1308
+ 8
1309
+ ],
1310
+ [
1311
+ 1,
1312
+ 1,
1313
+ 0
1314
+ ],
1315
+ [
1316
+ 2,
1317
+ 2,
1318
+ 2
1319
+ ],
1320
+ [
1321
+ 3,
1322
+ 3,
1323
+ 10
1324
+ ],
1325
+ [
1326
+ 4,
1327
+ 4,
1328
+ 6
1329
+ ],
1330
+ [
1331
+ 5,
1332
+ 5,
1333
+ 5
1334
+ ],
1335
+ [
1336
+ 6,
1337
+ 6,
1338
+ 3
1339
+ ],
1340
+ [
1341
+ 7,
1342
+ 7,
1343
+ 7
1344
+ ],
1345
+ [
1346
+ 8,
1347
+ 8,
1348
+ 4
1349
+ ],
1350
+ [
1351
+ 9,
1352
+ 9,
1353
+ 9
1354
+ ],
1355
+ [
1356
+ 10,
1357
+ 10,
1358
+ 1
1359
+ ]
1360
+ ],
1361
+ "topic_labels": {
1362
+ "-1": "-1_jews_whites_semitic_amiatinus",
1363
+ "0": "0_australians_commonwealth_jews_fascist",
1364
+ "1": "1_mommy_faggots_posts_jewish",
1365
+ "2": "2_palestinians_hamas_gaza_hezbollah",
1366
+ "3": "3_caucasian_nonwhites_ancestors_cultures",
1367
+ "4": "4_langue_latine_francais_dialects",
1368
+ "5": "5_birthrates_eugenic_whites_stillbirth",
1369
+ "6": "6_hieroglyphs_paleolithic_artifacts_phoenicians",
1370
+ "7": "7_vulgate_gospels_psalms_codex",
1371
+ "8": "8_hawkesbury_tasmania_pemulwuy_colonists",
1372
+ "9": "9_sandnigger_normie_lives_jackson",
1373
+ "10": "10_kjv_godhead_trinitarianism_commandments"
1374
+ },
1375
+ "custom_labels": null,
1376
+ "_outliers": 1,
1377
+ "topic_aspects": {}
1378
+ }