AngelPanizo commited on
Commit
d0d6ca2
·
verified ·
1 Parent(s): eae1bac

Add BERTopic model

Browse files
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - bertopic
5
+ library_name: bertopic
6
+ pipeline_tag: text-classification
7
+ ---
8
+
9
+ # MARTINI_enrich_BERTopic_docentesxlv
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_docentesxlv")
27
+
28
+ topic_model.get_topic_info()
29
+ ```
30
+
31
+ ## Topic overview
32
+
33
+ * Number of topics: 11
34
+ * Number of training documents: 1223
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 | vacunados - pandemia - libertad - genocida - informacion | 21 | -1_vacunados_pandemia_libertad_genocida |
42
+ | 0 | seguirnos - mentiras - argentina - enemigos - organizadores | 833 | 0_seguirnos_mentiras_argentina_enemigos |
43
+ | 1 | muerto - vacunarse - noviembre - miocarditis - convulsiones | 54 | 1_muerto_vacunarse_noviembre_miocarditis |
44
+ | 2 | mascarillas - escuela - epidemia - declaracion - respirar | 50 | 2_mascarillas_escuela_epidemia_declaracion |
45
+ | 3 | mundialistas - desinformacion - bancos - blackrock - crisis | 47 | 3_mundialistas_desinformacion_bancos_blackrock |
46
+ | 4 | manifestaciones - policia - holanda - espana - corona | 41 | 4_manifestaciones_policia_holanda_espana |
47
+ | 5 | vacunados - mercola - escucharla - sobrevivir - radiacion | 40 | 5_vacunados_mercola_escucharla_sobrevivir |
48
+ | 6 | vacunados - covidiotas - contagiosa - variantes - nunca | 39 | 6_vacunados_covidiotas_contagiosa_variantes |
49
+ | 7 | vacunas - fallecidos - hospitalizaciones - efectos - informes | 35 | 7_vacunas_fallecidos_hospitalizaciones_efectos |
50
+ | 8 | adoctrinamiento - desobedezcamos - revolucionaria - empecemos - conseguirme | 33 | 8_adoctrinamiento_desobedezcamos_revolucionaria_empecemos |
51
+ | 9 | vacunar - argentina - judeosatanica - infanticidio - amenazas | 30 | 9_vacunar_argentina_judeosatanica_infanticidio |
52
+
53
+ </details>
54
+
55
+ ## Training hyperparameters
56
+
57
+ * calculate_probabilities: True
58
+ * language: None
59
+ * low_memory: False
60
+ * min_topic_size: 10
61
+ * n_gram_range: (1, 1)
62
+ * nr_topics: None
63
+ * seed_topic_list: None
64
+ * top_n_words: 10
65
+ * verbose: False
66
+ * zeroshot_min_similarity: 0.7
67
+ * zeroshot_topic_list: None
68
+
69
+ ## Framework versions
70
+
71
+ * Numpy: 1.26.4
72
+ * HDBSCAN: 0.8.40
73
+ * UMAP: 0.5.7
74
+ * Pandas: 2.2.3
75
+ * Scikit-Learn: 1.5.2
76
+ * Sentence-transformers: 3.3.1
77
+ * Transformers: 4.46.3
78
+ * Numba: 0.60.0
79
+ * Plotly: 5.24.1
80
+ * 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:d51cc31a3df8e5cdf350420dc6f2be6fbc64ed8e223c2d35fcdf32bee3e9e6e8
3
+ size 339496
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:658d6c4670ef6d67c97b1ff0ae8c0f1fec9e719a5e7b3668a02037cc09e1ad77
3
+ size 45144
topics.json ADDED
@@ -0,0 +1,1557 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topic_representations": {
3
+ "-1": [
4
+ [
5
+ "vacunados",
6
+ 0.6375592350959778
7
+ ],
8
+ [
9
+ "pandemia",
10
+ 0.5671389102935791
11
+ ],
12
+ [
13
+ "libertad",
14
+ 0.5324757099151611
15
+ ],
16
+ [
17
+ "genocida",
18
+ 0.5130894184112549
19
+ ],
20
+ [
21
+ "informacion",
22
+ 0.5068314075469971
23
+ ]
24
+ ],
25
+ "0": [
26
+ [
27
+ "seguirnos",
28
+ 0.5650378465652466
29
+ ],
30
+ [
31
+ "mentiras",
32
+ 0.5568335652351379
33
+ ],
34
+ [
35
+ "argentina",
36
+ 0.5500614643096924
37
+ ],
38
+ [
39
+ "enemigos",
40
+ 0.5259737372398376
41
+ ],
42
+ [
43
+ "organizadores",
44
+ 0.5100222229957581
45
+ ]
46
+ ],
47
+ "1": [
48
+ [
49
+ "muerto",
50
+ 0.49069273471832275
51
+ ],
52
+ [
53
+ "vacunarse",
54
+ 0.4890475273132324
55
+ ],
56
+ [
57
+ "noviembre",
58
+ 0.4719569981098175
59
+ ],
60
+ [
61
+ "miocarditis",
62
+ 0.4666072428226471
63
+ ],
64
+ [
65
+ "convulsiones",
66
+ 0.4428381025791168
67
+ ]
68
+ ],
69
+ "2": [
70
+ [
71
+ "mascarillas",
72
+ 0.5783972144126892
73
+ ],
74
+ [
75
+ "escuela",
76
+ 0.5339715480804443
77
+ ],
78
+ [
79
+ "epidemia",
80
+ 0.512108564376831
81
+ ],
82
+ [
83
+ "declaracion",
84
+ 0.5107855796813965
85
+ ],
86
+ [
87
+ "respirar",
88
+ 0.4900369644165039
89
+ ]
90
+ ],
91
+ "3": [
92
+ [
93
+ "mundialistas",
94
+ 0.5460008382797241
95
+ ],
96
+ [
97
+ "desinformacion",
98
+ 0.5244734287261963
99
+ ],
100
+ [
101
+ "bancos",
102
+ 0.5144470930099487
103
+ ],
104
+ [
105
+ "blackrock",
106
+ 0.49120116233825684
107
+ ],
108
+ [
109
+ "crisis",
110
+ 0.4909086227416992
111
+ ]
112
+ ],
113
+ "4": [
114
+ [
115
+ "manifestaciones",
116
+ 0.6503579020500183
117
+ ],
118
+ [
119
+ "policia",
120
+ 0.5650526285171509
121
+ ],
122
+ [
123
+ "holanda",
124
+ 0.5608056783676147
125
+ ],
126
+ [
127
+ "espana",
128
+ 0.535291850566864
129
+ ],
130
+ [
131
+ "corona",
132
+ 0.5207352042198181
133
+ ]
134
+ ],
135
+ "5": [
136
+ [
137
+ "vacunados",
138
+ 0.6746352910995483
139
+ ],
140
+ [
141
+ "mercola",
142
+ 0.5140581130981445
143
+ ],
144
+ [
145
+ "escucharla",
146
+ 0.4988483786582947
147
+ ],
148
+ [
149
+ "sobrevivir",
150
+ 0.481669545173645
151
+ ],
152
+ [
153
+ "radiacion",
154
+ 0.475934773683548
155
+ ]
156
+ ],
157
+ "6": [
158
+ [
159
+ "vacunados",
160
+ 0.5933671593666077
161
+ ],
162
+ [
163
+ "covidiotas",
164
+ 0.5608581304550171
165
+ ],
166
+ [
167
+ "contagiosa",
168
+ 0.49323979020118713
169
+ ],
170
+ [
171
+ "variantes",
172
+ 0.45598387718200684
173
+ ],
174
+ [
175
+ "nunca",
176
+ 0.45388075709342957
177
+ ]
178
+ ],
179
+ "7": [
180
+ [
181
+ "vacunas",
182
+ 0.581580638885498
183
+ ],
184
+ [
185
+ "fallecidos",
186
+ 0.5251871943473816
187
+ ],
188
+ [
189
+ "hospitalizaciones",
190
+ 0.4818868637084961
191
+ ],
192
+ [
193
+ "efectos",
194
+ 0.47195520997047424
195
+ ],
196
+ [
197
+ "informes",
198
+ 0.44851934909820557
199
+ ]
200
+ ],
201
+ "8": [
202
+ [
203
+ "adoctrinamiento",
204
+ 0.6146340370178223
205
+ ],
206
+ [
207
+ "desobedezcamos",
208
+ 0.5906195640563965
209
+ ],
210
+ [
211
+ "revolucionaria",
212
+ 0.5735072493553162
213
+ ],
214
+ [
215
+ "empecemos",
216
+ 0.5719331502914429
217
+ ],
218
+ [
219
+ "conseguirme",
220
+ 0.5302847027778625
221
+ ]
222
+ ],
223
+ "9": [
224
+ [
225
+ "vacunar",
226
+ 0.545295238494873
227
+ ],
228
+ [
229
+ "argentina",
230
+ 0.5323711633682251
231
+ ],
232
+ [
233
+ "judeosatanica",
234
+ 0.4969870150089264
235
+ ],
236
+ [
237
+ "infanticidio",
238
+ 0.496141642332077
239
+ ],
240
+ [
241
+ "amenazas",
242
+ 0.4727928042411804
243
+ ]
244
+ ]
245
+ },
246
+ "topics": [
247
+ -1,
248
+ -1,
249
+ 4,
250
+ 3,
251
+ 0,
252
+ -1,
253
+ -1,
254
+ -1,
255
+ -1,
256
+ -1,
257
+ 4,
258
+ -1,
259
+ -1,
260
+ -1,
261
+ -1,
262
+ -1,
263
+ 1,
264
+ 4,
265
+ 0,
266
+ -1,
267
+ 4,
268
+ 4,
269
+ -1,
270
+ -1,
271
+ 3,
272
+ -1,
273
+ -1,
274
+ -1,
275
+ 4,
276
+ -1,
277
+ -1,
278
+ -1,
279
+ -1,
280
+ -1,
281
+ 3,
282
+ -1,
283
+ 4,
284
+ -1,
285
+ -1,
286
+ -1,
287
+ -1,
288
+ 0,
289
+ 4,
290
+ -1,
291
+ -1,
292
+ 7,
293
+ 4,
294
+ -1,
295
+ -1,
296
+ -1,
297
+ -1,
298
+ 7,
299
+ -1,
300
+ -1,
301
+ -1,
302
+ 2,
303
+ 2,
304
+ 2,
305
+ -1,
306
+ 7,
307
+ -1,
308
+ 0,
309
+ 4,
310
+ -1,
311
+ -1,
312
+ 7,
313
+ -1,
314
+ -1,
315
+ -1,
316
+ 2,
317
+ -1,
318
+ -1,
319
+ 2,
320
+ 4,
321
+ -1,
322
+ -1,
323
+ -1,
324
+ -1,
325
+ -1,
326
+ 2,
327
+ -1,
328
+ 2,
329
+ -1,
330
+ -1,
331
+ -1,
332
+ -1,
333
+ -1,
334
+ -1,
335
+ 2,
336
+ -1,
337
+ -1,
338
+ -1,
339
+ -1,
340
+ -1,
341
+ 7,
342
+ -1,
343
+ -1,
344
+ -1,
345
+ -1,
346
+ 4,
347
+ 7,
348
+ 6,
349
+ -1,
350
+ -1,
351
+ -1,
352
+ -1,
353
+ 1,
354
+ -1,
355
+ -1,
356
+ -1,
357
+ -1,
358
+ -1,
359
+ 2,
360
+ -1,
361
+ 3,
362
+ -1,
363
+ -1,
364
+ -1,
365
+ -1,
366
+ 0,
367
+ -1,
368
+ 2,
369
+ -1,
370
+ -1,
371
+ -1,
372
+ -1,
373
+ -1,
374
+ 8,
375
+ 8,
376
+ -1,
377
+ -1,
378
+ 7,
379
+ 2,
380
+ 2,
381
+ 4,
382
+ 4,
383
+ -1,
384
+ -1,
385
+ -1,
386
+ -1,
387
+ -1,
388
+ -1,
389
+ 4,
390
+ -1,
391
+ 4,
392
+ 7,
393
+ -1,
394
+ 4,
395
+ 3,
396
+ 2,
397
+ -1,
398
+ -1,
399
+ 4,
400
+ 5,
401
+ 2,
402
+ -1,
403
+ -1,
404
+ 4,
405
+ 4,
406
+ -1,
407
+ 7,
408
+ -1,
409
+ -1,
410
+ 6,
411
+ -1,
412
+ -1,
413
+ -1,
414
+ -1,
415
+ 4,
416
+ -1,
417
+ -1,
418
+ -1,
419
+ -1,
420
+ 7,
421
+ 1,
422
+ -1,
423
+ -1,
424
+ -1,
425
+ -1,
426
+ -1,
427
+ 4,
428
+ 4,
429
+ -1,
430
+ -1,
431
+ -1,
432
+ -1,
433
+ 4,
434
+ -1,
435
+ -1,
436
+ -1,
437
+ -1,
438
+ -1,
439
+ -1,
440
+ -1,
441
+ -1,
442
+ 3,
443
+ -1,
444
+ -1,
445
+ -1,
446
+ -1,
447
+ -1,
448
+ -1,
449
+ 4,
450
+ -1,
451
+ -1,
452
+ -1,
453
+ -1,
454
+ -1,
455
+ 3,
456
+ -1,
457
+ -1,
458
+ -1,
459
+ -1,
460
+ -1,
461
+ -1,
462
+ -1,
463
+ -1,
464
+ 7,
465
+ -1,
466
+ -1,
467
+ -1,
468
+ 7,
469
+ -1,
470
+ -1,
471
+ 7,
472
+ -1,
473
+ -1,
474
+ -1,
475
+ 4,
476
+ -1,
477
+ -1,
478
+ 2,
479
+ -1,
480
+ -1,
481
+ -1,
482
+ 4,
483
+ -1,
484
+ -1,
485
+ -1,
486
+ -1,
487
+ 2,
488
+ -1,
489
+ 2,
490
+ 2,
491
+ -1,
492
+ -1,
493
+ 9,
494
+ 4,
495
+ 4,
496
+ -1,
497
+ 0,
498
+ -1,
499
+ -1,
500
+ 0,
501
+ 2,
502
+ -1,
503
+ -1,
504
+ -1,
505
+ -1,
506
+ -1,
507
+ -1,
508
+ -1,
509
+ -1,
510
+ -1,
511
+ -1,
512
+ 0,
513
+ -1,
514
+ -1,
515
+ 2,
516
+ -1,
517
+ -1,
518
+ -1,
519
+ -1,
520
+ 7,
521
+ 2,
522
+ 7,
523
+ -1,
524
+ -1,
525
+ -1,
526
+ -1,
527
+ -1,
528
+ 2,
529
+ 3,
530
+ -1,
531
+ -1,
532
+ -1,
533
+ 2,
534
+ 6,
535
+ 4,
536
+ 6,
537
+ -1,
538
+ 2,
539
+ 3,
540
+ -1,
541
+ -1,
542
+ -1,
543
+ -1,
544
+ -1,
545
+ 0,
546
+ -1,
547
+ -1,
548
+ -1,
549
+ 0,
550
+ -1,
551
+ -1,
552
+ 2,
553
+ -1,
554
+ -1,
555
+ -1,
556
+ -1,
557
+ -1,
558
+ 8,
559
+ -1,
560
+ -1,
561
+ -1,
562
+ 8,
563
+ -1,
564
+ 2,
565
+ -1,
566
+ -1,
567
+ -1,
568
+ -1,
569
+ -1,
570
+ -1,
571
+ -1,
572
+ -1,
573
+ -1,
574
+ -1,
575
+ -1,
576
+ 6,
577
+ -1,
578
+ -1,
579
+ 1,
580
+ 7,
581
+ 2,
582
+ -1,
583
+ 2,
584
+ -1,
585
+ -1,
586
+ -1,
587
+ -1,
588
+ -1,
589
+ -1,
590
+ -1,
591
+ -1,
592
+ -1,
593
+ -1,
594
+ -1,
595
+ 2,
596
+ -1,
597
+ 2,
598
+ -1,
599
+ 3,
600
+ 7,
601
+ 7,
602
+ -1,
603
+ -1,
604
+ 3,
605
+ -1,
606
+ 2,
607
+ -1,
608
+ -1,
609
+ -1,
610
+ -1,
611
+ -1,
612
+ -1,
613
+ -1,
614
+ -1,
615
+ -1,
616
+ -1,
617
+ -1,
618
+ -1,
619
+ -1,
620
+ -1,
621
+ -1,
622
+ -1,
623
+ -1,
624
+ -1,
625
+ -1,
626
+ -1,
627
+ -1,
628
+ -1,
629
+ 2,
630
+ 5,
631
+ -1,
632
+ -1,
633
+ 2,
634
+ -1,
635
+ -1,
636
+ -1,
637
+ -1,
638
+ -1,
639
+ -1,
640
+ -1,
641
+ 3,
642
+ -1,
643
+ 7,
644
+ -1,
645
+ 6,
646
+ -1,
647
+ -1,
648
+ -1,
649
+ -1,
650
+ -1,
651
+ -1,
652
+ -1,
653
+ -1,
654
+ -1,
655
+ -1,
656
+ 4,
657
+ 6,
658
+ -1,
659
+ 2,
660
+ 4,
661
+ -1,
662
+ -1,
663
+ -1,
664
+ 2,
665
+ -1,
666
+ -1,
667
+ -1,
668
+ -1,
669
+ 2,
670
+ -1,
671
+ 1,
672
+ -1,
673
+ -1,
674
+ -1,
675
+ -1,
676
+ 0,
677
+ -1,
678
+ -1,
679
+ -1,
680
+ -1,
681
+ -1,
682
+ -1,
683
+ -1,
684
+ -1,
685
+ -1,
686
+ -1,
687
+ -1,
688
+ 7,
689
+ -1,
690
+ 2,
691
+ 5,
692
+ 7,
693
+ 6,
694
+ -1,
695
+ -1,
696
+ -1,
697
+ -1,
698
+ -1,
699
+ -1,
700
+ -1,
701
+ -1,
702
+ -1,
703
+ -1,
704
+ -1,
705
+ -1,
706
+ 1,
707
+ 7,
708
+ -1,
709
+ -1,
710
+ -1,
711
+ 4,
712
+ 4,
713
+ 3,
714
+ -1,
715
+ -1,
716
+ -1,
717
+ -1,
718
+ -1,
719
+ -1,
720
+ -1,
721
+ 3,
722
+ 3,
723
+ 4,
724
+ 1,
725
+ -1,
726
+ -1,
727
+ -1,
728
+ -1,
729
+ -1,
730
+ 2,
731
+ 2,
732
+ -1,
733
+ -1,
734
+ -1,
735
+ -1,
736
+ -1,
737
+ -1,
738
+ -1,
739
+ -1,
740
+ 7,
741
+ 3,
742
+ 4,
743
+ -1,
744
+ -1,
745
+ 2,
746
+ 8,
747
+ 6,
748
+ -1,
749
+ -1,
750
+ -1,
751
+ -1,
752
+ -1,
753
+ 2,
754
+ -1,
755
+ 0,
756
+ 4,
757
+ -1,
758
+ -1,
759
+ -1,
760
+ -1,
761
+ -1,
762
+ -1,
763
+ -1,
764
+ -1,
765
+ -1,
766
+ 0,
767
+ -1,
768
+ -1,
769
+ -1,
770
+ -1,
771
+ 0,
772
+ -1,
773
+ -1,
774
+ -1,
775
+ 3,
776
+ -1,
777
+ -1,
778
+ -1,
779
+ 3,
780
+ -1,
781
+ 5,
782
+ -1,
783
+ -1,
784
+ -1,
785
+ 7,
786
+ -1,
787
+ 1,
788
+ -1,
789
+ -1,
790
+ -1,
791
+ -1,
792
+ -1,
793
+ -1,
794
+ -1,
795
+ 8,
796
+ 2,
797
+ -1,
798
+ -1,
799
+ -1,
800
+ -1,
801
+ -1,
802
+ 1,
803
+ 5,
804
+ -1,
805
+ -1,
806
+ -1,
807
+ 3,
808
+ -1,
809
+ 1,
810
+ 1,
811
+ -1,
812
+ 1,
813
+ -1,
814
+ -1,
815
+ 1,
816
+ -1,
817
+ 4,
818
+ -1,
819
+ 6,
820
+ -1,
821
+ -1,
822
+ -1,
823
+ -1,
824
+ -1,
825
+ -1,
826
+ -1,
827
+ -1,
828
+ -1,
829
+ 6,
830
+ -1,
831
+ 7,
832
+ -1,
833
+ -1,
834
+ 7,
835
+ -1,
836
+ 5,
837
+ 1,
838
+ -1,
839
+ -1,
840
+ -1,
841
+ -1,
842
+ -1,
843
+ 6,
844
+ -1,
845
+ -1,
846
+ 7,
847
+ -1,
848
+ -1,
849
+ -1,
850
+ 3,
851
+ 1,
852
+ 8,
853
+ -1,
854
+ 1,
855
+ 6,
856
+ -1,
857
+ -1,
858
+ 7,
859
+ 7,
860
+ -1,
861
+ 1,
862
+ 1,
863
+ -1,
864
+ -1,
865
+ -1,
866
+ 1,
867
+ 1,
868
+ 1,
869
+ -1,
870
+ -1,
871
+ 3,
872
+ 6,
873
+ 6,
874
+ -1,
875
+ -1,
876
+ -1,
877
+ -1,
878
+ -1,
879
+ -1,
880
+ -1,
881
+ 5,
882
+ -1,
883
+ -1,
884
+ -1,
885
+ 6,
886
+ -1,
887
+ 8,
888
+ 5,
889
+ -1,
890
+ -1,
891
+ -1,
892
+ -1,
893
+ -1,
894
+ -1,
895
+ -1,
896
+ -1,
897
+ 6,
898
+ 8,
899
+ -1,
900
+ -1,
901
+ -1,
902
+ -1,
903
+ 5,
904
+ 3,
905
+ -1,
906
+ 8,
907
+ 8,
908
+ -1,
909
+ -1,
910
+ -1,
911
+ 8,
912
+ -1,
913
+ -1,
914
+ -1,
915
+ -1,
916
+ 0,
917
+ 5,
918
+ -1,
919
+ -1,
920
+ -1,
921
+ -1,
922
+ -1,
923
+ -1,
924
+ -1,
925
+ -1,
926
+ -1,
927
+ -1,
928
+ 5,
929
+ 8,
930
+ -1,
931
+ -1,
932
+ -1,
933
+ 5,
934
+ -1,
935
+ 6,
936
+ -1,
937
+ 0,
938
+ -1,
939
+ -1,
940
+ -1,
941
+ 0,
942
+ -1,
943
+ -1,
944
+ -1,
945
+ -1,
946
+ -1,
947
+ -1,
948
+ 0,
949
+ -1,
950
+ -1,
951
+ -1,
952
+ -1,
953
+ -1,
954
+ 5,
955
+ -1,
956
+ -1,
957
+ -1,
958
+ 0,
959
+ -1,
960
+ 0,
961
+ 0,
962
+ -1,
963
+ -1,
964
+ 3,
965
+ 0,
966
+ 0,
967
+ 0,
968
+ -1,
969
+ -1,
970
+ 0,
971
+ -1,
972
+ 8,
973
+ -1,
974
+ 0,
975
+ -1,
976
+ -1,
977
+ 3,
978
+ -1,
979
+ 0,
980
+ 0,
981
+ 0,
982
+ 0,
983
+ -1,
984
+ -1,
985
+ -1,
986
+ -1,
987
+ -1,
988
+ -1,
989
+ 8,
990
+ -1,
991
+ -1,
992
+ -1,
993
+ -1,
994
+ 0,
995
+ -1,
996
+ -1,
997
+ -1,
998
+ 1,
999
+ 3,
1000
+ 3,
1001
+ -1,
1002
+ -1,
1003
+ -1,
1004
+ -1,
1005
+ 5,
1006
+ 2,
1007
+ -1,
1008
+ 0,
1009
+ -1,
1010
+ -1,
1011
+ -1,
1012
+ -1,
1013
+ -1,
1014
+ 0,
1015
+ -1,
1016
+ -1,
1017
+ -1,
1018
+ -1,
1019
+ -1,
1020
+ 0,
1021
+ 0,
1022
+ -1,
1023
+ -1,
1024
+ -1,
1025
+ -1,
1026
+ -1,
1027
+ -1,
1028
+ 0,
1029
+ -1,
1030
+ -1,
1031
+ 0,
1032
+ -1,
1033
+ -1,
1034
+ 9,
1035
+ -1,
1036
+ -1,
1037
+ -1,
1038
+ -1,
1039
+ -1,
1040
+ -1,
1041
+ -1,
1042
+ -1,
1043
+ -1,
1044
+ 6,
1045
+ 0,
1046
+ -1,
1047
+ 1,
1048
+ -1,
1049
+ -1,
1050
+ -1,
1051
+ 8,
1052
+ -1,
1053
+ -1,
1054
+ -1,
1055
+ 9,
1056
+ 8,
1057
+ 5,
1058
+ -1,
1059
+ 6,
1060
+ 9,
1061
+ -1,
1062
+ 0,
1063
+ -1,
1064
+ -1,
1065
+ 9,
1066
+ 6,
1067
+ -1,
1068
+ -1,
1069
+ 9,
1070
+ -1,
1071
+ -1,
1072
+ 0,
1073
+ -1,
1074
+ -1,
1075
+ 8,
1076
+ 9,
1077
+ 0,
1078
+ -1,
1079
+ -1,
1080
+ 1,
1081
+ -1,
1082
+ -1,
1083
+ -1,
1084
+ -1,
1085
+ -1,
1086
+ -1,
1087
+ 0,
1088
+ -1,
1089
+ 0,
1090
+ -1,
1091
+ -1,
1092
+ -1,
1093
+ 9,
1094
+ -1,
1095
+ 8,
1096
+ 6,
1097
+ -1,
1098
+ -1,
1099
+ -1,
1100
+ -1,
1101
+ -1,
1102
+ -1,
1103
+ -1,
1104
+ -1,
1105
+ -1,
1106
+ -1,
1107
+ -1,
1108
+ 6,
1109
+ -1,
1110
+ 5,
1111
+ 7,
1112
+ 6,
1113
+ -1,
1114
+ -1,
1115
+ 6,
1116
+ -1,
1117
+ -1,
1118
+ 8,
1119
+ -1,
1120
+ -1,
1121
+ -1,
1122
+ -1,
1123
+ -1,
1124
+ -1,
1125
+ -1,
1126
+ 0,
1127
+ 3,
1128
+ -1,
1129
+ 1,
1130
+ 3,
1131
+ 0,
1132
+ -1,
1133
+ -1,
1134
+ 0,
1135
+ 0,
1136
+ 0,
1137
+ 9,
1138
+ -1,
1139
+ -1,
1140
+ -1,
1141
+ 5,
1142
+ 5,
1143
+ 3,
1144
+ 9,
1145
+ 9,
1146
+ -1,
1147
+ 7,
1148
+ -1,
1149
+ -1,
1150
+ 3,
1151
+ -1,
1152
+ -1,
1153
+ 1,
1154
+ -1,
1155
+ -1,
1156
+ -1,
1157
+ -1,
1158
+ -1,
1159
+ -1,
1160
+ -1,
1161
+ -1,
1162
+ -1,
1163
+ 6,
1164
+ 1,
1165
+ -1,
1166
+ -1,
1167
+ -1,
1168
+ -1,
1169
+ -1,
1170
+ 1,
1171
+ -1,
1172
+ 3,
1173
+ -1,
1174
+ -1,
1175
+ -1,
1176
+ 1,
1177
+ -1,
1178
+ -1,
1179
+ -1,
1180
+ -1,
1181
+ -1,
1182
+ -1,
1183
+ -1,
1184
+ -1,
1185
+ -1,
1186
+ -1,
1187
+ -1,
1188
+ -1,
1189
+ 3,
1190
+ -1,
1191
+ -1,
1192
+ -1,
1193
+ -1,
1194
+ -1,
1195
+ -1,
1196
+ 5,
1197
+ -1,
1198
+ 1,
1199
+ 1,
1200
+ -1,
1201
+ 4,
1202
+ 0,
1203
+ 3,
1204
+ -1,
1205
+ 8,
1206
+ 8,
1207
+ -1,
1208
+ -1,
1209
+ 2,
1210
+ -1,
1211
+ -1,
1212
+ -1,
1213
+ -1,
1214
+ -1,
1215
+ 1,
1216
+ -1,
1217
+ 1,
1218
+ 3,
1219
+ -1,
1220
+ 1,
1221
+ 1,
1222
+ -1,
1223
+ -1,
1224
+ -1,
1225
+ 1,
1226
+ 6,
1227
+ -1,
1228
+ -1,
1229
+ -1,
1230
+ -1,
1231
+ 1,
1232
+ -1,
1233
+ -1,
1234
+ 5,
1235
+ -1,
1236
+ -1,
1237
+ -1,
1238
+ 5,
1239
+ 9,
1240
+ -1,
1241
+ 9,
1242
+ -1,
1243
+ 5,
1244
+ -1,
1245
+ 9,
1246
+ -1,
1247
+ -1,
1248
+ -1,
1249
+ -1,
1250
+ -1,
1251
+ 5,
1252
+ -1,
1253
+ -1,
1254
+ -1,
1255
+ 7,
1256
+ 8,
1257
+ -1,
1258
+ 9,
1259
+ -1,
1260
+ -1,
1261
+ -1,
1262
+ -1,
1263
+ -1,
1264
+ -1,
1265
+ -1,
1266
+ -1,
1267
+ 5,
1268
+ -1,
1269
+ -1,
1270
+ -1,
1271
+ 1,
1272
+ 5,
1273
+ 5,
1274
+ -1,
1275
+ -1,
1276
+ -1,
1277
+ -1,
1278
+ 9,
1279
+ -1,
1280
+ -1,
1281
+ 1,
1282
+ -1,
1283
+ -1,
1284
+ 9,
1285
+ 9,
1286
+ 8,
1287
+ -1,
1288
+ -1,
1289
+ -1,
1290
+ 5,
1291
+ 8,
1292
+ -1,
1293
+ -1,
1294
+ -1,
1295
+ -1,
1296
+ 5,
1297
+ -1,
1298
+ -1,
1299
+ 5,
1300
+ 8,
1301
+ 1,
1302
+ -1,
1303
+ -1,
1304
+ 5,
1305
+ 1,
1306
+ -1,
1307
+ 5,
1308
+ -1,
1309
+ -1,
1310
+ 8,
1311
+ 1,
1312
+ 1,
1313
+ -1,
1314
+ 9,
1315
+ -1,
1316
+ 1,
1317
+ 1,
1318
+ -1,
1319
+ 5,
1320
+ -1,
1321
+ -1,
1322
+ -1,
1323
+ -1,
1324
+ 6,
1325
+ -1,
1326
+ 6,
1327
+ -1,
1328
+ 6,
1329
+ -1,
1330
+ -1,
1331
+ -1,
1332
+ -1,
1333
+ -1,
1334
+ -1,
1335
+ 6,
1336
+ -1,
1337
+ -1,
1338
+ -1,
1339
+ -1,
1340
+ -1,
1341
+ 6,
1342
+ -1,
1343
+ -1,
1344
+ -1,
1345
+ 6,
1346
+ -1,
1347
+ -1,
1348
+ 1,
1349
+ -1,
1350
+ -1,
1351
+ 1,
1352
+ -1,
1353
+ -1,
1354
+ 6,
1355
+ -1,
1356
+ -1,
1357
+ 4,
1358
+ -1,
1359
+ 8,
1360
+ 1,
1361
+ -1,
1362
+ -1,
1363
+ 0,
1364
+ 0,
1365
+ -1,
1366
+ -1,
1367
+ -1,
1368
+ -1,
1369
+ -1,
1370
+ -1,
1371
+ 5,
1372
+ -1,
1373
+ 9,
1374
+ -1,
1375
+ 8,
1376
+ 7,
1377
+ -1,
1378
+ 3,
1379
+ -1,
1380
+ 5,
1381
+ -1,
1382
+ -1,
1383
+ 1,
1384
+ 5,
1385
+ -1,
1386
+ -1,
1387
+ -1,
1388
+ -1,
1389
+ 8,
1390
+ 0,
1391
+ -1,
1392
+ 5,
1393
+ 3,
1394
+ 2,
1395
+ -1,
1396
+ -1,
1397
+ -1,
1398
+ 0,
1399
+ -1,
1400
+ -1,
1401
+ 6,
1402
+ 5,
1403
+ 1,
1404
+ 5,
1405
+ -1,
1406
+ -1,
1407
+ -1,
1408
+ -1,
1409
+ -1,
1410
+ -1,
1411
+ -1,
1412
+ -1,
1413
+ -1,
1414
+ -1,
1415
+ -1,
1416
+ -1,
1417
+ -1,
1418
+ -1,
1419
+ -1,
1420
+ 5,
1421
+ -1,
1422
+ -1,
1423
+ -1,
1424
+ -1,
1425
+ -1,
1426
+ 0,
1427
+ -1,
1428
+ -1,
1429
+ 2,
1430
+ -1,
1431
+ -1,
1432
+ 9,
1433
+ -1,
1434
+ -1,
1435
+ -1,
1436
+ -1,
1437
+ -1,
1438
+ -1,
1439
+ -1,
1440
+ -1,
1441
+ 2,
1442
+ -1,
1443
+ -1,
1444
+ -1,
1445
+ -1,
1446
+ -1,
1447
+ -1,
1448
+ -1,
1449
+ 3,
1450
+ -1,
1451
+ -1,
1452
+ 3,
1453
+ -1,
1454
+ -1,
1455
+ -1,
1456
+ -1,
1457
+ -1,
1458
+ -1,
1459
+ -1,
1460
+ 3,
1461
+ 3,
1462
+ 3,
1463
+ -1,
1464
+ -1,
1465
+ -1,
1466
+ -1,
1467
+ -1,
1468
+ -1,
1469
+ -1
1470
+ ],
1471
+ "topic_sizes": {
1472
+ "-1": 833,
1473
+ "4": 40,
1474
+ "3": 41,
1475
+ "0": 54,
1476
+ "1": 50,
1477
+ "7": 33,
1478
+ "2": 47,
1479
+ "6": 35,
1480
+ "8": 30,
1481
+ "5": 39,
1482
+ "9": 21
1483
+ },
1484
+ "topic_mapper": [
1485
+ [
1486
+ -1,
1487
+ -1,
1488
+ -1
1489
+ ],
1490
+ [
1491
+ 0,
1492
+ 0,
1493
+ 2
1494
+ ],
1495
+ [
1496
+ 1,
1497
+ 1,
1498
+ 6
1499
+ ],
1500
+ [
1501
+ 2,
1502
+ 2,
1503
+ 5
1504
+ ],
1505
+ [
1506
+ 3,
1507
+ 3,
1508
+ 7
1509
+ ],
1510
+ [
1511
+ 4,
1512
+ 4,
1513
+ 1
1514
+ ],
1515
+ [
1516
+ 5,
1517
+ 5,
1518
+ 3
1519
+ ],
1520
+ [
1521
+ 6,
1522
+ 6,
1523
+ 9
1524
+ ],
1525
+ [
1526
+ 7,
1527
+ 7,
1528
+ 0
1529
+ ],
1530
+ [
1531
+ 8,
1532
+ 8,
1533
+ 4
1534
+ ],
1535
+ [
1536
+ 9,
1537
+ 9,
1538
+ 8
1539
+ ]
1540
+ ],
1541
+ "topic_labels": {
1542
+ "-1": "-1_vacunados_pandemia_libertad_genocida",
1543
+ "0": "0_seguirnos_mentiras_argentina_enemigos",
1544
+ "1": "1_muerto_vacunarse_noviembre_miocarditis",
1545
+ "2": "2_mascarillas_escuela_epidemia_declaracion",
1546
+ "3": "3_mundialistas_desinformacion_bancos_blackrock",
1547
+ "4": "4_manifestaciones_policia_holanda_espana",
1548
+ "5": "5_vacunados_mercola_escucharla_sobrevivir",
1549
+ "6": "6_vacunados_covidiotas_contagiosa_variantes",
1550
+ "7": "7_vacunas_fallecidos_hospitalizaciones_efectos",
1551
+ "8": "8_adoctrinamiento_desobedezcamos_revolucionaria_empecemos",
1552
+ "9": "9_vacunar_argentina_judeosatanica_infanticidio"
1553
+ },
1554
+ "custom_labels": null,
1555
+ "_outliers": 1,
1556
+ "topic_aspects": {}
1557
+ }