AngelPanizo commited on
Commit
daed828
·
verified ·
1 Parent(s): d3023c3

Add BERTopic model

Browse files
Files changed (6) hide show
  1. README.md +72 -0
  2. config.json +16 -0
  3. ctfidf.safetensors +3 -0
  4. ctfidf_config.json +1208 -0
  5. topic_embeddings.safetensors +3 -0
  6. topics.json +172 -0
README.md ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+ tags:
4
+ - bertopic
5
+ library_name: bertopic
6
+ pipeline_tag: text-classification
7
+ ---
8
+
9
+ # MARTINI_enrich_BERTopic_worldwidewakeup
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_worldwidewakeup")
27
+
28
+ topic_model.get_topic_info()
29
+ ```
30
+
31
+ ## Topic overview
32
+
33
+ * Number of topics: 3
34
+ * Number of training documents: 70
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 | unvaccinated - facebook - singles - york - stop | 26 | -1_unvaccinated_facebook_singles_york |
42
+ | 0 | protesters - march - alberta - convoy - 2021 | 2 | 0_protesters_march_alberta_convoy |
43
+ | 1 | fauci - holisticwildandfree - online - documentary - jm | 42 | 1_fauci_holisticwildandfree_online_documentary |
44
+
45
+ </details>
46
+
47
+ ## Training hyperparameters
48
+
49
+ * calculate_probabilities: True
50
+ * language: None
51
+ * low_memory: False
52
+ * min_topic_size: 10
53
+ * n_gram_range: (1, 1)
54
+ * nr_topics: None
55
+ * seed_topic_list: None
56
+ * top_n_words: 10
57
+ * verbose: False
58
+ * zeroshot_min_similarity: 0.7
59
+ * zeroshot_topic_list: None
60
+
61
+ ## Framework versions
62
+
63
+ * Numpy: 1.26.4
64
+ * HDBSCAN: 0.8.40
65
+ * UMAP: 0.5.7
66
+ * Pandas: 2.2.3
67
+ * Scikit-Learn: 1.5.2
68
+ * Sentence-transformers: 3.3.1
69
+ * Transformers: 4.46.3
70
+ * Numba: 0.60.0
71
+ * Plotly: 5.24.1
72
+ * 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:faaa20e189607dc90451fd045faddcfd0b23ad0f7b218c8d04067afe2472b9af
3
+ size 21552
ctfidf_config.json ADDED
@@ -0,0 +1,1208 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "ctfidf_model": {
3
+ "bm25_weighting": false,
4
+ "reduce_frequent_words": true
5
+ },
6
+ "vectorizer_model": {
7
+ "params": {
8
+ "analyzer": "word",
9
+ "binary": false,
10
+ "decode_error": "strict",
11
+ "encoding": "utf-8",
12
+ "input": "content",
13
+ "lowercase": true,
14
+ "max_df": 0.8,
15
+ "max_features": null,
16
+ "min_df": 1,
17
+ "ngram_range": [
18
+ 1,
19
+ 1
20
+ ],
21
+ "stop_words": [
22
+ "i",
23
+ "me",
24
+ "my",
25
+ "myself",
26
+ "we",
27
+ "our",
28
+ "ours",
29
+ "ourselves",
30
+ "you",
31
+ "you're",
32
+ "you've",
33
+ "you'll",
34
+ "you'd",
35
+ "your",
36
+ "yours",
37
+ "yourself",
38
+ "yourselves",
39
+ "he",
40
+ "him",
41
+ "his",
42
+ "himself",
43
+ "she",
44
+ "she's",
45
+ "her",
46
+ "hers",
47
+ "herself",
48
+ "it",
49
+ "it's",
50
+ "its",
51
+ "itself",
52
+ "they",
53
+ "them",
54
+ "their",
55
+ "theirs",
56
+ "themselves",
57
+ "what",
58
+ "which",
59
+ "who",
60
+ "whom",
61
+ "this",
62
+ "that",
63
+ "that'll",
64
+ "these",
65
+ "those",
66
+ "am",
67
+ "is",
68
+ "are",
69
+ "was",
70
+ "were",
71
+ "be",
72
+ "been",
73
+ "being",
74
+ "have",
75
+ "has",
76
+ "had",
77
+ "having",
78
+ "do",
79
+ "does",
80
+ "did",
81
+ "doing",
82
+ "a",
83
+ "an",
84
+ "the",
85
+ "and",
86
+ "but",
87
+ "if",
88
+ "or",
89
+ "because",
90
+ "as",
91
+ "until",
92
+ "while",
93
+ "of",
94
+ "at",
95
+ "by",
96
+ "for",
97
+ "with",
98
+ "about",
99
+ "against",
100
+ "between",
101
+ "into",
102
+ "through",
103
+ "during",
104
+ "before",
105
+ "after",
106
+ "above",
107
+ "below",
108
+ "to",
109
+ "from",
110
+ "up",
111
+ "down",
112
+ "in",
113
+ "out",
114
+ "on",
115
+ "off",
116
+ "over",
117
+ "under",
118
+ "again",
119
+ "further",
120
+ "then",
121
+ "once",
122
+ "here",
123
+ "there",
124
+ "when",
125
+ "where",
126
+ "why",
127
+ "how",
128
+ "all",
129
+ "any",
130
+ "both",
131
+ "each",
132
+ "few",
133
+ "more",
134
+ "most",
135
+ "other",
136
+ "some",
137
+ "such",
138
+ "no",
139
+ "nor",
140
+ "not",
141
+ "only",
142
+ "own",
143
+ "same",
144
+ "so",
145
+ "than",
146
+ "too",
147
+ "very",
148
+ "s",
149
+ "t",
150
+ "can",
151
+ "will",
152
+ "just",
153
+ "don",
154
+ "don't",
155
+ "should",
156
+ "should've",
157
+ "now",
158
+ "d",
159
+ "ll",
160
+ "m",
161
+ "o",
162
+ "re",
163
+ "ve",
164
+ "y",
165
+ "ain",
166
+ "aren",
167
+ "aren't",
168
+ "couldn",
169
+ "couldn't",
170
+ "didn",
171
+ "didn't",
172
+ "doesn",
173
+ "doesn't",
174
+ "hadn",
175
+ "hadn't",
176
+ "hasn",
177
+ "hasn't",
178
+ "haven",
179
+ "haven't",
180
+ "isn",
181
+ "isn't",
182
+ "ma",
183
+ "mightn",
184
+ "mightn't",
185
+ "mustn",
186
+ "mustn't",
187
+ "needn",
188
+ "needn't",
189
+ "shan",
190
+ "shan't",
191
+ "shouldn",
192
+ "shouldn't",
193
+ "wasn",
194
+ "wasn't",
195
+ "weren",
196
+ "weren't",
197
+ "won",
198
+ "won't",
199
+ "wouldn",
200
+ "wouldn't",
201
+ "worldwidewakeup"
202
+ ],
203
+ "strip_accents": "unicode",
204
+ "token_pattern": "(?u)\\b\\w\\w+\\b",
205
+ "vocabulary": null
206
+ },
207
+ "vocab": {
208
+ "unvaccinated": 923,
209
+ "singles": 792,
210
+ "dating": 225,
211
+ "like": 498,
212
+ "minded": 563,
213
+ "adults": 36,
214
+ "started": 823,
215
+ "private": 679,
216
+ "facebook": 309,
217
+ "challenge": 153,
218
+ "finding": 327,
219
+ "someone": 805,
220
+ "align": 42,
221
+ "important": 441,
222
+ "decisions": 235,
223
+ "become": 87,
224
+ "apparent": 62,
225
+ "recently": 717,
226
+ "looking": 512,
227
+ "partner": 625,
228
+ "experiencing": 302,
229
+ "shedding": 775,
230
+ "symptoms": 862,
231
+ "relationships": 726,
232
+ "breaking": 119,
233
+ "parents": 622,
234
+ "agreeing": 39,
235
+ "vaccinate": 932,
236
+ "born": 116,
237
+ "cater": 149,
238
+ "wish": 971,
239
+ "find": 326,
240
+ "page": 619,
241
+ "regarding": 720,
242
+ "stance": 819,
243
+ "welcome": 964,
244
+ "invite": 455,
245
+ "single": 791,
246
+ "groups": 387,
247
+ "ussocial": 931,
248
+ "york": 993,
249
+ "please": 657,
250
+ "stop": 837,
251
+ "channels": 157,
252
+ "take": 864,
253
+ "back": 79,
254
+ "country": 202,
255
+ "people": 639,
256
+ "put": 698,
257
+ "power": 670,
258
+ "need": 581,
259
+ "know": 476,
260
+ "peoples": 640,
261
+ "voices": 943,
262
+ "matter": 543,
263
+ "mainstream": 519,
264
+ "news": 585,
265
+ "claiming": 169,
266
+ "hundreds": 433,
267
+ "stormed": 839,
268
+ "palace": 621,
269
+ "maybe": 544,
270
+ "go": 372,
271
+ "math": 541,
272
+ "class": 170,
273
+ "globalists": 370,
274
+ "great": 383,
275
+ "reset": 732,
276
+ "build": 126,
277
+ "better": 95,
278
+ "plan": 651,
279
+ "happen": 396,
280
+ "allow": 44,
281
+ "still": 834,
282
+ "calling": 137,
283
+ "conspiracy": 187,
284
+ "theorists": 882,
285
+ "wake": 946,
286
+ "millions": 562,
287
+ "protesting": 690,
288
+ "globally": 371,
289
+ "reason": 714,
290
+ "donkey": 257,
291
+ "arizona": 64,
292
+ "firefighters": 329,
293
+ "hoist": 418,
294
+ "large": 479,
295
+ "american": 52,
296
+ "flag": 334,
297
+ "convoy": 194,
298
+ "makes": 522,
299
+ "way": 956,
300
+ "let": 494,
301
+ "freedom": 346,
302
+ "dc": 230,
303
+ "yesterday": 991,
304
+ "23": 10,
305
+ "22": 9,
306
+ "participants": 624,
307
+ "california": 136,
308
+ "kick": 472,
309
+ "singing": 790,
310
+ "amazing": 51,
311
+ "grace": 380,
312
+ "unacceptable": 914,
313
+ "canadian": 140,
314
+ "government": 379,
315
+ "crossed": 215,
316
+ "line": 500,
317
+ "attacking": 71,
318
+ "peaceful": 636,
319
+ "protesters": 689,
320
+ "horses": 427,
321
+ "including": 443,
322
+ "elderly": 270,
323
+ "woman": 975,
324
+ "walker": 947,
325
+ "rumor": 743,
326
+ "one": 608,
327
+ "man": 523,
328
+ "killed": 474,
329
+ "trying": 906,
330
+ "confirm": 183,
331
+ "safe": 746,
332
+ "watching": 954,
333
+ "canberra": 141,
334
+ "million": 561,
335
+ "cars": 148,
336
+ "converged": 193,
337
+ "australia": 75,
338
+ "capital": 142,
339
+ "end": 280,
340
+ "covid": 207,
341
+ "regime": 723,
342
+ "cowboys": 209,
343
+ "showed": 781,
344
+ "alberta": 41,
345
+ "coutta": 206,
346
+ "border": 114,
347
+ "blockade": 105,
348
+ "hundred": 432,
349
+ "plus": 658,
350
+ "happening": 398,
351
+ "music": 576,
352
+ "said": 747,
353
+ "publicly": 694,
354
+ "play": 654,
355
+ "anywhere": 61,
356
+ "asking": 68,
357
+ "cards": 143,
358
+ "2022": 8,
359
+ "turned": 909,
360
+ "massive": 539,
361
+ "dance": 222,
362
+ "party": 627,
363
+ "ottawa": 614,
364
+ "night": 589,
365
+ "ready": 711,
366
+ "first": 330,
367
+ "street": 841,
368
+ "alongside": 47,
369
+ "quebec": 700,
370
+ "high": 412,
371
+ "school": 757,
372
+ "students": 845,
373
+ "stage": 818,
374
+ "protest": 688,
375
+ "mandatory": 528,
376
+ "mask": 537,
377
+ "chants": 158,
378
+ "breathe": 120,
379
+ "hearing": 406,
380
+ "sources": 809,
381
+ "truckers": 903,
382
+ "prepared": 675,
383
+ "hope": 425,
384
+ "outcomes": 615,
385
+ "heard": 405,
386
+ "questioning": 701,
387
+ "planned": 653,
388
+ "disrupt": 249,
389
+ "supply": 852,
390
+ "chain": 152,
391
+ "sure": 855,
392
+ "truth": 905,
393
+ "deserve": 244,
394
+ "give": 367,
395
+ "january": 463,
396
+ "29": 14,
397
+ "canada": 139,
398
+ "trucker": 902,
399
+ "arrived": 65,
400
+ "australian": 76,
401
+ "estimates": 290,
402
+ "least": 489,
403
+ "20": 5,
404
+ "000": 0,
405
+ "going": 376,
406
+ "heading": 401,
407
+ "city": 168,
408
+ "revolution": 735,
409
+ "spreading": 815,
410
+ "worldwide": 980,
411
+ "beautiful": 86,
412
+ "thing": 883,
413
+ "see": 763,
414
+ "largest": 480,
415
+ "nearly": 580,
416
+ "half": 392,
417
+ "trucks": 904,
418
+ "growing": 388,
419
+ "blocking": 106,
420
+ "boarders": 108,
421
+ "5million": 21,
422
+ "dollar": 255,
423
+ "raised": 706,
424
+ "support": 853,
425
+ "mandates": 527,
426
+ "move": 570,
427
+ "tyrannical": 912,
428
+ "withdraws": 972,
429
+ "building": 128,
430
+ "since": 789,
431
+ "weekend": 959,
432
+ "apparently": 63,
433
+ "already": 48,
434
+ "joining": 467,
435
+ "following": 336,
436
+ "announced": 55,
437
+ "thousands": 886,
438
+ "ca": 133,
439
+ "15": 2,
440
+ "mi": 558,
441
+ "10": 1,
442
+ "oh": 607,
443
+ "il": 437,
444
+ "tx": 911,
445
+ "ny": 598,
446
+ "wa": 944,
447
+ "fl": 333,
448
+ "must": 577,
449
+ "freedomconvoy2022": 347,
450
+ "taking": 866,
451
+ "action": 31,
452
+ "passports": 631,
453
+ "think": 885,
454
+ "deserves": 245,
455
+ "medal": 548,
456
+ "pages": 620,
457
+ "videos": 940,
458
+ "show": 780,
459
+ "70km": 25,
460
+ "long": 510,
461
+ "marching": 535,
462
+ "del": 238,
463
+ "bigtree": 98,
464
+ "highwire": 415,
465
+ "defeat": 237,
466
+ "march": 534,
467
+ "washington": 951,
468
+ "gather": 361,
469
+ "front": 348,
470
+ "lincoln": 499,
471
+ "memorial": 553,
472
+ "speakers": 812,
473
+ "rally": 707,
474
+ "bilbao": 99,
475
+ "spain": 810,
476
+ "mass": 538,
477
+ "demonstration": 241,
478
+ "nwo": 597,
479
+ "30": 16,
480
+ "message": 556,
481
+ "boris": 115,
482
+ "say": 752,
483
+ "stand": 820,
484
+ "nhs": 587,
485
+ "staff": 817,
486
+ "70": 24,
487
+ "unjabbed": 922,
488
+ "world": 979,
489
+ "wide": 968,
490
+ "london": 509,
491
+ "uk": 913,
492
+ "laying": 486,
493
+ "uniforms": 920,
494
+ "steps": 833,
495
+ "trafalgar": 900,
496
+ "square": 816,
497
+ "right": 737,
498
+ "deadline": 232,
499
+ "mandate": 525,
500
+ "draws": 262,
501
+ "closer": 172,
502
+ "demonstrations": 242,
503
+ "planet": 652,
504
+ "favor": 317,
505
+ "pre": 671,
506
+ "dinner": 246,
507
+ "getting": 365,
508
+ "excited": 296,
509
+ "santiago": 750,
510
+ "chile": 163,
511
+ "institution": 451,
512
+ "stronghold": 843,
513
+ "corporation": 197,
514
+ "carrying": 147,
515
+ "sinovac": 793,
516
+ "bioweapon": 101,
517
+ "studies": 846,
518
+ "kids": 473,
519
+ "dying": 263,
520
+ "serious": 772,
521
+ "health": 403,
522
+ "problems": 680,
523
+ "ormeau": 612,
524
+ "qld": 699,
525
+ "small": 800,
526
+ "cafe": 134,
527
+ "targeted": 867,
528
+ "recent": 716,
529
+ "days": 229,
530
+ "officers": 604,
531
+ "alleged": 43,
532
+ "passport": 630,
533
+ "breaches": 118,
534
+ "gets": 364,
535
+ "surrounded": 857,
536
+ "protected": 687,
537
+ "seattle": 761,
538
+ "fire": 328,
539
+ "police": 662,
540
+ "discharged": 248,
541
+ "noncompliance": 591,
542
+ "watch": 952,
543
+ "turn": 908,
544
+ "boots": 113,
545
+ "hall": 393,
546
+ "subscribe": 847,
547
+ "italy": 460,
548
+ "october": 601,
549
+ "19": 4,
550
+ "2021": 7,
551
+ "bring": 124,
552
+ "food": 337,
553
+ "port": 665,
554
+ "genoa": 362,
555
+ "day": 227,
556
+ "fury": 353,
557
+ "melbourne": 551,
558
+ "chaos": 159,
559
+ "construction": 189,
560
+ "industry": 447,
561
+ "says": 754,
562
+ "jab": 462,
563
+ "angry": 54,
564
+ "attempted": 72,
565
+ "shutdown": 782,
566
+ "highway": 414,
567
+ "struggled": 844,
568
+ "get": 363,
569
+ "grip": 386,
570
+ "using": 930,
571
+ "rubber": 742,
572
+ "bullets": 129,
573
+ "tear": 869,
574
+ "gas": 359,
575
+ "belong": 90,
576
+ "religion": 728,
577
+ "god": 374,
578
+ "given": 368,
579
+ "manipulation": 532,
580
+ "sin": 788,
581
+ "manipulations": 533,
582
+ "always": 50,
583
+ "used": 929,
584
+ "profits": 682,
585
+ "constructers": 188,
586
+ "owners": 617,
587
+ "suppress": 854,
588
+ "far": 314,
589
+ "majority": 520,
590
+ "also": 49,
591
+ "human": 430,
592
+ "elite": 272,
593
+ "decide": 234,
594
+ "others": 613,
595
+ "best": 93,
596
+ "creator": 212,
597
+ "replace": 729,
598
+ "function": 352,
599
+ "manipulate": 531,
600
+ "creation": 211,
601
+ "worst": 983,
602
+ "possible": 667,
603
+ "sabmyk": 745,
604
+ "state": 825,
605
+ "premier": 672,
606
+ "dan": 221,
607
+ "andrews": 53,
608
+ "condemned": 182,
609
+ "terrible": 877,
610
+ "behavior": 88,
611
+ "west": 966,
612
+ "bridge": 122,
613
+ "gate": 360,
614
+ "manic": 530,
615
+ "scenes": 756,
616
+ "suspended": 858,
617
+ "two": 910,
618
+ "weeks": 961,
619
+ "workers": 978,
620
+ "fight": 320,
621
+ "vaccines": 934,
622
+ "theeuropenews": 881,
623
+ "grassroots": 381,
624
+ "information": 448,
625
+ "activists": 32,
626
+ "come": 173,
627
+ "rain": 705,
628
+ "shine": 776,
629
+ "fighting": 321,
630
+ "pass": 628,
631
+ "nice": 588,
632
+ "france": 345,
633
+ "enter": 288,
634
+ "train": 901,
635
+ "station": 826,
636
+ "occupy": 599,
637
+ "tracks": 899,
638
+ "second": 762,
639
+ "weekly": 960,
640
+ "sidewalk": 784,
641
+ "picnic": 648,
642
+ "held": 408,
643
+ "calgary": 135,
644
+ "chinada": 164,
645
+ "perfect": 641,
646
+ "song": 807,
647
+ "thanks": 880,
648
+ "band": 82,
649
+ "pesky": 647,
650
+ "2nd": 15,
651
+ "undocumented": 917,
652
+ "citizens": 167,
653
+ "enjoyed": 286,
654
+ "liberty": 495,
655
+ "sandwiches": 749,
656
+ "together": 894,
657
+ "meanwhile": 546,
658
+ "fully": 351,
659
+ "documented": 254,
660
+ "seemed": 764,
661
+ "deserted": 243,
662
+ "purveyors": 697,
663
+ "oct": 600,
664
+ "university": 921,
665
+ "make": 521,
666
+ "passionate": 629,
667
+ "plea": 656,
668
+ "illegal": 438,
669
+ "enforced": 284,
670
+ "baffled": 81,
671
+ "believes": 89,
672
+ "hoax": 417,
673
+ "worse": 982,
674
+ "yet": 992,
675
+ "wants": 950,
676
+ "enforce": 283,
677
+ "experimental": 303,
678
+ "perfectly": 642,
679
+ "healthy": 404,
680
+ "youth": 995,
681
+ "listen": 502,
682
+ "hands": 395,
683
+ "deck": 236,
684
+ "another": 56,
685
+ "zealand": 996,
686
+ "finally": 325,
687
+ "communist": 176,
688
+ "controlled": 192,
689
+ "starting": 824,
690
+ "rise": 738,
691
+ "brilliant": 123,
692
+ "green": 384,
693
+ "young": 994,
694
+ "brave": 117,
695
+ "stood": 836,
696
+ "job": 465,
697
+ "well": 965,
698
+ "done": 256,
699
+ "next": 586,
700
+ "week": 958,
701
+ "lives": 505,
702
+ "vaxxed": 935,
703
+ "unvaxxed": 924,
704
+ "order": 610,
705
+ "straighten": 840,
706
+ "mess": 555,
707
+ "humanity": 431,
708
+ "threat": 887,
709
+ "set": 773,
710
+ "former": 342,
711
+ "aussie": 74,
712
+ "airline": 40,
713
+ "pilot": 649,
714
+ "refused": 719,
715
+ "mandated": 526,
716
+ "tells": 875,
717
+ "politicians": 663,
718
+ "swiss": 861,
719
+ "bern": 92,
720
+ "crowds": 216,
721
+ "storm": 838,
722
+ "main": 518,
723
+ "railway": 704,
724
+ "thursday": 890,
725
+ "marked": 536,
726
+ "fourth": 344,
727
+ "consecutive": 186,
728
+ "evening": 292,
729
+ "protests": 691,
730
+ "forces": 340,
731
+ "vaccination": 933,
732
+ "status": 827,
733
+ "permitted": 644,
734
+ "restaurants": 733,
735
+ "bars": 84,
736
+ "public": 693,
737
+ "venues": 936,
738
+ "looming": 513,
739
+ "atrocity": 69,
740
+ "really": 713,
741
+ "stock": 835,
742
+ "things": 884,
743
+ "care": 144,
744
+ "danny": 223,
745
+ "rampling": 708,
746
+ "sept": 771,
747
+ "25th": 12,
748
+ "interviews": 454,
749
+ "unwashed2020": 925,
750
+ "revolutie": 734,
751
+ "italie": 459,
752
+ "35": 17,
753
+ "blokkeren": 107,
754
+ "de": 231,
755
+ "snelwegen": 802,
756
+ "inmiddels": 449,
757
+ "hebben": 407,
758
+ "boeren": 109,
759
+ "zich": 997,
760
+ "aangesloten": 27,
761
+ "en": 279,
762
+ "lokale": 508,
763
+ "wegen": 963,
764
+ "kacunas": 469,
765
+ "globalism": 369,
766
+ "biggest": 97,
767
+ "slovenia": 799,
768
+ "demonstrate": 240,
769
+ "block": 104,
770
+ "roads": 739,
771
+ "ljubljana": 507,
772
+ "work": 977,
773
+ "access": 29,
774
+ "shopping": 778,
775
+ "center": 151,
776
+ "demanding": 239,
777
+ "early": 264,
778
+ "elections": 271,
779
+ "saturday": 751,
780
+ "reported": 731,
781
+ "adelaide": 34,
782
+ "came": 138,
783
+ "force": 339,
784
+ "enough": 287,
785
+ "fake": 310,
786
+ "msm": 573,
787
+ "channel": 156,
788
+ "chat": 161,
789
+ "five": 332,
790
+ "report": 730,
791
+ "nurses": 596,
792
+ "courage": 204,
793
+ "currently": 219,
794
+ "silent": 786,
795
+ "whilst": 967,
796
+ "social": 803,
797
+ "distancing": 250,
798
+ "idea": 435,
799
+ "even": 291,
800
+ "chopper": 166,
801
+ "good": 378,
802
+ "ya": 987,
803
+ "strong": 842,
804
+ "anti": 58,
805
+ "istanbul": 458,
806
+ "slaves": 797,
807
+ "speaker": 811,
808
+ "copied": 195,
809
+ "pasted": 632,
810
+ "karen": 470,
811
+ "brewers": 121,
812
+ "victoria": 938,
813
+ "edinborough": 269,
814
+ "gardens": 358,
815
+ "fitzroy": 331,
816
+ "teachers": 868,
817
+ "silently": 787,
818
+ "standing": 821,
819
+ "holding": 419,
820
+ "hey": 410,
821
+ "guys": 390,
822
+ "viewing": 942,
823
+ "ends": 281,
824
+ "tonight": 896,
825
+ "midnight": 559,
826
+ "miss": 564,
827
+ "late": 482,
828
+ "officially": 605,
829
+ "last": 481,
830
+ "movie": 571,
831
+ "read": 710,
832
+ "note": 592,
833
+ "attached": 70,
834
+ "explain": 305,
835
+ "unfortunately": 919,
836
+ "telegram": 872,
837
+ "allows": 45,
838
+ "much": 574,
839
+ "text": 878,
840
+ "post": 668,
841
+ "regards": 722,
842
+ "healing": 402,
843
+ "made": 517,
844
+ "fyi": 355,
845
+ "available": 77,
846
+ "price": 677,
847
+ "bump": 130,
848
+ "full": 350,
849
+ "left": 492,
850
+ "real": 712,
851
+ "anthony": 57,
852
+ "fauci": 316,
853
+ "modules": 566,
854
+ "sale": 748,
855
+ "scroll": 759,
856
+ "movies": 572,
857
+ "click": 171,
858
+ "package": 618,
859
+ "image": 439,
860
+ "love": 515,
861
+ "jm": 464,
862
+ "admin": 35,
863
+ "use": 928,
864
+ "want": 948,
865
+ "highlight": 413,
866
+ "something": 806,
867
+ "followers": 335,
868
+ "specifically": 813,
869
+ "mentioned": 554,
870
+ "yay": 988,
871
+ "interested": 452,
872
+ "producers": 681,
873
+ "hard": 400,
874
+ "copies": 196,
875
+ "film": 324,
876
+ "includes": 442,
877
+ "reference": 718,
878
+ "wanted": 949,
879
+ "point": 660,
880
+ "tomorrow": 895,
881
+ "goes": 375,
882
+ "might": 560,
883
+ "along": 46,
884
+ "purchase": 696,
885
+ "learn": 488,
886
+ "part": 623,
887
+ "share": 774,
888
+ "live": 504,
889
+ "sneak": 801,
890
+ "peek": 637,
891
+ "parts": 626,
892
+ "27th": 13,
893
+ "hurry": 434,
894
+ "separate": 770,
895
+ "video": 939,
896
+ "players": 655,
897
+ "screen": 758,
898
+ "able": 28,
899
+ "view": 941,
900
+ "sign": 785,
901
+ "rfk": 736,
902
+ "jr": 468,
903
+ "feature": 318,
904
+ "length": 493,
905
+ "popcorn": 664,
906
+ "enjoy": 285,
907
+ "window": 970,
908
+ "watched": 953,
909
+ "chance": 154,
910
+ "expose": 306,
911
+ "maniacs": 529,
912
+ "hi": 411,
913
+ "website": 957,
914
+ "update": 926,
915
+ "slept": 798,
916
+ "exhausted": 299,
917
+ "managed": 524,
918
+ "figure": 322,
919
+ "issue": 457,
920
+ "covidvaccinevictims": 208,
921
+ "mistake": 565,
922
+ "changed": 155,
923
+ "dns": 251,
924
+ "forwarding": 343,
925
+ "backend": 80,
926
+ "caused": 150,
927
+ "ip": 456,
928
+ "address": 33,
929
+ "match": 540,
930
+ "needed": 582,
931
+ "properly": 686,
932
+ "bit": 103,
933
+ "technical": 871,
934
+ "builder": 127,
935
+ "figured": 323,
936
+ "needs": 583,
937
+ "propagate": 685,
938
+ "running": 744,
939
+ "correctly": 198,
940
+ "hopefully": 426,
941
+ "soon": 808,
942
+ "within": 973,
943
+ "24": 11,
944
+ "hours": 428,
945
+ "patience": 633,
946
+ "receive": 715,
947
+ "couple": 203,
948
+ "nasty": 578,
949
+ "emails": 275,
950
+ "complaining": 180,
951
+ "nothing": 593,
952
+ "concern": 181,
953
+ "takes": 865,
954
+ "lot": 514,
955
+ "time": 891,
956
+ "money": 567,
957
+ "emotions": 277,
958
+ "energy": 282,
959
+ "understanding": 916,
960
+ "patient": 634,
961
+ "thank": 879,
962
+ "staying": 829,
963
+ "meantime": 545,
964
+ "teaser": 870,
965
+ "updating": 927,
966
+ "exciting": 297,
967
+ "documentary": 253,
968
+ "robert": 740,
969
+ "kennedy": 471,
970
+ "based": 85,
971
+ "times": 892,
972
+ "bestselling": 94,
973
+ "book": 111,
974
+ "releases": 727,
975
+ "tuesday": 907,
976
+ "regardless": 721,
977
+ "forget": 341,
978
+ "family": 312,
979
+ "media": 549,
980
+ "murder": 575,
981
+ "countdown": 201,
982
+ "gain": 356,
983
+ "incredible": 445,
984
+ "8p": 26,
985
+ "est": 289,
986
+ "5pm": 22,
987
+ "pst": 692,
988
+ "posting": 669,
989
+ "premiere": 673,
990
+ "date": 224,
991
+ "short": 779,
992
+ "period": 643,
993
+ "notified": 595,
994
+ "personally": 646,
995
+ "send": 768,
996
+ "everyone": 294,
997
+ "else": 273,
998
+ "sees": 765,
999
+ "happy": 399,
1000
+ "offer": 602,
1001
+ "asked": 67,
1002
+ "month": 568,
1003
+ "ago": 38,
1004
+ "promoting": 684,
1005
+ "spellbinding": 814,
1006
+ "selling": 767,
1007
+ "honor": 424,
1008
+ "big": 96,
1009
+ "feel": 319,
1010
+ "exposing": 307,
1011
+ "little": 503,
1012
+ "rat": 709,
1013
+ "top": 897,
1014
+ "list": 501,
1015
+ "often": 606,
1016
+ "daydream": 228,
1017
+ "sitting": 794,
1018
+ "interview": 453,
1019
+ "telling": 874,
1020
+ "choice": 165,
1021
+ "words": 976,
1022
+ "memes": 552,
1023
+ "sunglasses": 851,
1024
+ "fall": 311,
1025
+ "person": 645,
1026
+ "face": 308,
1027
+ "thug": 889,
1028
+ "scrolls": 760,
1029
+ "across": 30,
1030
+ "yeah": 989,
1031
+ "goal": 373,
1032
+ "haha": 391,
1033
+ "sunday": 850,
1034
+ "pm": 659,
1035
+ "sending": 769,
1036
+ "notification": 594,
1037
+ "via": 937,
1038
+ "email": 274,
1039
+ "register": 724,
1040
+ "guy": 389,
1041
+ "sick": 783,
1042
+ "ow": 616,
1043
+ "banned": 83,
1044
+ "curtesy": 220,
1045
+ "bio": 100,
1046
+ "six": 795,
1047
+ "connected": 184,
1048
+ "coming": 174,
1049
+ "related": 725,
1050
+ "crisis": 214,
1051
+ "three": 888,
1052
+ "years": 990,
1053
+ "bonus": 110,
1054
+ "surprise": 856,
1055
+ "wait": 945,
1056
+ "tell": 873,
1057
+ "indoctrination": 446,
1058
+ "article": 66,
1059
+ "prepare": 674,
1060
+ "temporary": 876,
1061
+ "quick": 702,
1062
+ "6000": 23,
1063
+ "worth": 984,
1064
+ "downloadable": 260,
1065
+ "printable": 678,
1066
+ "books": 112,
1067
+ "courses": 205,
1068
+ "50": 20,
1069
+ "deal": 233,
1070
+ "gimmicks": 366,
1071
+ "help": 409,
1072
+ "community": 178,
1073
+ "check": 162,
1074
+ "never": 584,
1075
+ "anything": 60,
1076
+ "iike": 436,
1077
+ "lifetime": 497,
1078
+ "worry": 981,
1079
+ "future": 354,
1080
+ "wef": 962,
1081
+ "eat": 266,
1082
+ "bugs": 125,
1083
+ "meat": 547,
1084
+ "everything": 295,
1085
+ "unfolding": 918,
1086
+ "2020": 6,
1087
+ "would": 985,
1088
+ "ever": 293,
1089
+ "bundle": 131,
1090
+ "start": 822,
1091
+ "self": 766,
1092
+ "sufficient": 849,
1093
+ "stay": 828,
1094
+ "grateful": 382,
1095
+ "happened": 397,
1096
+ "connections": 185,
1097
+ "knowing": 477,
1098
+ "ivermectin": 461,
1099
+ "loved": 516,
1100
+ "could": 200,
1101
+ "contact": 190,
1102
+ "easily": 265,
1103
+ "meet": 550,
1104
+ "gone": 377,
1105
+ "eating": 267,
1106
+ "crickets": 213,
1107
+ "skills": 796,
1108
+ "communities": 177,
1109
+ "leave": 490,
1110
+ "matrix": 542,
1111
+ "www": 986,
1112
+ "holisticwildandfree": 420,
1113
+ "offgrid": 603,
1114
+ "empowering": 278,
1115
+ "farming": 315,
1116
+ "documentaries": 252,
1117
+ "attention": 73,
1118
+ "posing": 666,
1119
+ "messages": 557,
1120
+ "anyone": 59,
1121
+ "exclusively": 298,
1122
+ "careful": 145,
1123
+ "scammers": 755,
1124
+ "sufficiency": 848,
1125
+ "exodus": 300,
1126
+ "system": 863,
1127
+ "crumble": 217,
1128
+ "knees": 475,
1129
+ "leaving": 491,
1130
+ "imagine": 440,
1131
+ "saying": 753,
1132
+ "fu": 349,
1133
+ "water": 955,
1134
+ "dirty": 247,
1135
+ "poisonous": 661,
1136
+ "solar": 804,
1137
+ "instead": 450,
1138
+ "paying": 635,
1139
+ "corrupt": 199,
1140
+ "companies": 179,
1141
+ "step": 831,
1142
+ "created": 210,
1143
+ "library": 496,
1144
+ "download": 259,
1145
+ "47": 19,
1146
+ "leading": 487,
1147
+ "experts": 304,
1148
+ "uncertain": 915,
1149
+ "nature": 579,
1150
+ "grid": 385,
1151
+ "quit": 703,
1152
+ "sustainably": 860,
1153
+ "organic": 611,
1154
+ "online": 609,
1155
+ "income": 444,
1156
+ "nomad": 590,
1157
+ "living": 506,
1158
+ "tiny": 893,
1159
+ "homes": 422,
1160
+ "sustainable": 859,
1161
+ "crypto": 218,
1162
+ "emf": 276,
1163
+ "prepping": 676,
1164
+ "homeschooling": 423,
1165
+ "home": 421,
1166
+ "birthing": 102,
1167
+ "common": 175,
1168
+ "law": 485,
1169
+ "buy": 132,
1170
+ "longer": 511,
1171
+ "launched": 483,
1172
+ "gardening": 357,
1173
+ "stead": 830,
1174
+ "foraging": 338,
1175
+ "affect": 37,
1176
+ "content": 191,
1177
+ "place": 650,
1178
+ "shit": 777,
1179
+ "hits": 416,
1180
+ "fan": 313,
1181
+ "launches": 484,
1182
+ "40": 18,
1183
+ "ebooks": 268,
1184
+ "18th": 3,
1185
+ "pulling": 695,
1186
+ "totally": 898,
1187
+ "project": 683,
1188
+ "david": 226,
1189
+ "avocado": 78,
1190
+ "wolfe": 974,
1191
+ "john": 466,
1192
+ "hancock": 394,
1193
+ "peggy": 638,
1194
+ "charles": 160,
1195
+ "dowding": 258,
1196
+ "carly": 146,
1197
+ "rose": 741,
1198
+ "bergman": 91,
1199
+ "dr": 261,
1200
+ "stephen": 832,
1201
+ "house": 429,
1202
+ "expedition": 301,
1203
+ "kombi": 478,
1204
+ "wild": 969,
1205
+ "mothering": 569
1206
+ }
1207
+ }
1208
+ }
topic_embeddings.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14474fdf09fbf9d77a289e417a1859972deefbd05f631a426bfa10586718763b
3
+ size 12376
topics.json ADDED
@@ -0,0 +1,172 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topic_representations": {
3
+ "-1": [
4
+ [
5
+ "unvaccinated",
6
+ 0.5960323810577393
7
+ ],
8
+ [
9
+ "facebook",
10
+ 0.5406689047813416
11
+ ],
12
+ [
13
+ "singles",
14
+ 0.5160863399505615
15
+ ],
16
+ [
17
+ "york",
18
+ 0.48385292291641235
19
+ ],
20
+ [
21
+ "stop",
22
+ 0.4835135340690613
23
+ ]
24
+ ],
25
+ "0": [
26
+ [
27
+ "protesters",
28
+ 0.5738484859466553
29
+ ],
30
+ [
31
+ "march",
32
+ 0.49760353565216064
33
+ ],
34
+ [
35
+ "alberta",
36
+ 0.49591806530952454
37
+ ],
38
+ [
39
+ "convoy",
40
+ 0.4883466362953186
41
+ ],
42
+ [
43
+ "2021",
44
+ 0.47609543800354004
45
+ ]
46
+ ],
47
+ "1": [
48
+ [
49
+ "fauci",
50
+ 0.5510385036468506
51
+ ],
52
+ [
53
+ "holisticwildandfree",
54
+ 0.5257896184921265
55
+ ],
56
+ [
57
+ "online",
58
+ 0.4653513729572296
59
+ ],
60
+ [
61
+ "documentary",
62
+ 0.46204662322998047
63
+ ],
64
+ [
65
+ "jm",
66
+ 0.4522267282009125
67
+ ]
68
+ ]
69
+ },
70
+ "topics": [
71
+ 1,
72
+ 1,
73
+ 1,
74
+ 1,
75
+ 1,
76
+ 1,
77
+ 1,
78
+ 1,
79
+ 1,
80
+ 1,
81
+ 1,
82
+ 1,
83
+ 1,
84
+ 1,
85
+ 1,
86
+ 1,
87
+ 1,
88
+ 1,
89
+ 1,
90
+ 1,
91
+ 1,
92
+ 1,
93
+ 1,
94
+ -1,
95
+ 0,
96
+ 1,
97
+ 1,
98
+ 1,
99
+ 0,
100
+ 0,
101
+ 0,
102
+ 0,
103
+ 0,
104
+ 0,
105
+ 0,
106
+ 0,
107
+ 0,
108
+ -1,
109
+ 0,
110
+ 0,
111
+ 0,
112
+ 0,
113
+ 0,
114
+ 0,
115
+ 0,
116
+ 0,
117
+ 0,
118
+ 0,
119
+ 0,
120
+ 0,
121
+ 0,
122
+ 0,
123
+ 0,
124
+ 0,
125
+ 0,
126
+ 0,
127
+ 0,
128
+ 0,
129
+ 0,
130
+ 0,
131
+ 0,
132
+ 0,
133
+ 0,
134
+ 0,
135
+ 0,
136
+ 0,
137
+ 0,
138
+ 0,
139
+ 0,
140
+ 0
141
+ ],
142
+ "topic_sizes": {
143
+ "1": 26,
144
+ "-1": 2,
145
+ "0": 42
146
+ },
147
+ "topic_mapper": [
148
+ [
149
+ -1,
150
+ -1,
151
+ -1
152
+ ],
153
+ [
154
+ 0,
155
+ 0,
156
+ 1
157
+ ],
158
+ [
159
+ 1,
160
+ 1,
161
+ 0
162
+ ]
163
+ ],
164
+ "topic_labels": {
165
+ "-1": "-1_unvaccinated_facebook_singles_york",
166
+ "0": "0_protesters_march_alberta_convoy",
167
+ "1": "1_fauci_holisticwildandfree_online_documentary"
168
+ },
169
+ "custom_labels": null,
170
+ "_outliers": 1,
171
+ "topic_aspects": {}
172
+ }