riccardopresti99 commited on
Commit
f61e45e
·
1 Parent(s): e53110b

Add BERTopic model

Browse files
Files changed (4) hide show
  1. README.md +81 -0
  2. config.json +14 -0
  3. topic_embeddings.safetensors +3 -0
  4. topics.json +1051 -0
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
+ # topic_modelling_football
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("riccardopresti99/topic_modelling_football")
27
+
28
+ topic_model.get_topic_info()
29
+ ```
30
+
31
+ ## Topic overview
32
+
33
+ * Number of topics: 14
34
+ * Number of training documents: 350
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 | tournament - competition - leaving - final - compete | 16 | -1_tournament_competition_leaving_final |
42
+ | 0 | video - games - football - players - experience | 10 | 0_video_games_football_players |
43
+ | 1 | supporters - atmosphere - stadiums - football - create | 48 | 1_supporters_atmosphere_stadiums_football |
44
+ | 2 | physiotherapists - injury - injuries - players - prevention | 32 | 2_physiotherapists_injury_injuries_players |
45
+ | 3 | united - film - football - war - story | 29 | 3_united_film_football_war |
46
+ | 4 | ronaldo - ability - scoring - aspiring - one | 26 | 4_ronaldo_ability_scoring_aspiring |
47
+ | 5 | scandals - illegal - officials - within - concerns | 26 | 5_scandals_illegal_officials_within |
48
+ | 6 | healthy - footballers - energy - supports - performance | 25 | 6_healthy_footballers_energy_supports |
49
+ | 7 | strikers - striker - scoring - teammates - goals | 25 | 7_strikers_striker_scoring_teammates |
50
+ | 8 | investors - stock - stocks - market - club | 25 | 8_investors_stock_stocks_market |
51
+ | 9 | women - football - girls - equal - sport | 25 | 9_women_football_girls_equal |
52
+ | 10 | serie - milan - league - inter - italian | 23 | 10_serie_milan_league_inter |
53
+ | 11 | champions - league - european - club - uefa | 22 | 11_champions_league_european_club |
54
+ | 12 | cup - world - fifa - held - trophy | 18 | 12_cup_world_fifa_held |
55
+
56
+ </details>
57
+
58
+ ## Training hyperparameters
59
+
60
+ * calculate_probabilities: False
61
+ * language: None
62
+ * low_memory: False
63
+ * min_topic_size: 10
64
+ * n_gram_range: (1, 1)
65
+ * nr_topics: None
66
+ * seed_topic_list: None
67
+ * top_n_words: 10
68
+ * verbose: True
69
+
70
+ ## Framework versions
71
+
72
+ * Numpy: 1.23.5
73
+ * HDBSCAN: 0.8.29
74
+ * UMAP: 0.5.3
75
+ * Pandas: 1.5.3
76
+ * Scikit-Learn: 1.2.2
77
+ * Sentence-transformers: 2.2.2
78
+ * Transformers: 4.26.1
79
+ * Numba: 0.56.4
80
+ * Plotly: 5.13.1
81
+ * Python: 3.10.10
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "calculate_probabilities": false,
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": true
14
+ }
topic_embeddings.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20e3ab58a26cfb5068ef20892f80ba6e20d81e5d26ade8951ebb4b6bb76eecba
3
+ size 21592
topics.json ADDED
@@ -0,0 +1,1051 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "topic_representations": {
3
+ "-1": [
4
+ [
5
+ "tournament",
6
+ 0.21812133676028866
7
+ ],
8
+ [
9
+ "competition",
10
+ 0.11121083989399513
11
+ ],
12
+ [
13
+ "leaving",
14
+ 0.09001999534911007
15
+ ],
16
+ [
17
+ "final",
18
+ 0.07110910464648078
19
+ ],
20
+ [
21
+ "compete",
22
+ 0.06847673459883419
23
+ ],
24
+ [
25
+ "showcases",
26
+ 0.06620282590904904
27
+ ],
28
+ [
29
+ "different",
30
+ 0.059343429875630266
31
+ ],
32
+ [
33
+ "match",
34
+ 0.054530334190072166
35
+ ],
36
+ [
37
+ "unpredictability",
38
+ 0.05101276571246345
39
+ ],
40
+ [
41
+ "allure",
42
+ 0.05101276571246345
43
+ ]
44
+ ],
45
+ "0": [
46
+ [
47
+ "video",
48
+ 0.10654722226685676
49
+ ],
50
+ [
51
+ "games",
52
+ 0.09164499826298793
53
+ ],
54
+ [
55
+ "football",
56
+ 0.05565295147539462
57
+ ],
58
+ [
59
+ "players",
60
+ 0.05311613988663902
61
+ ],
62
+ [
63
+ "experience",
64
+ 0.0498788525173535
65
+ ],
66
+ [
67
+ "fans",
68
+ 0.048990144661933334
69
+ ],
70
+ [
71
+ "player",
72
+ 0.03899282902663053
73
+ ],
74
+ [
75
+ "technology",
76
+ 0.03583939205680753
77
+ ],
78
+ [
79
+ "game",
80
+ 0.035838639501243004
81
+ ],
82
+ [
83
+ "enhancing",
84
+ 0.03370110333323508
85
+ ]
86
+ ],
87
+ "1": [
88
+ [
89
+ "supporters",
90
+ 0.18149542830689436
91
+ ],
92
+ [
93
+ "atmosphere",
94
+ 0.05466274755578402
95
+ ],
96
+ [
97
+ "stadiums",
98
+ 0.049353654826158576
99
+ ],
100
+ [
101
+ "football",
102
+ 0.04925848356597428
103
+ ],
104
+ [
105
+ "create",
106
+ 0.044584866258301534
107
+ ],
108
+ [
109
+ "clubs",
110
+ 0.042718386897689
111
+ ],
112
+ [
113
+ "excitement",
114
+ 0.040712967805030156
115
+ ],
116
+ [
117
+ "passion",
118
+ 0.03838565902493824
119
+ ],
120
+ [
121
+ "add",
122
+ 0.038290151075994434
123
+ ],
124
+ [
125
+ "many",
126
+ 0.036005104570043904
127
+ ]
128
+ ],
129
+ "2": [
130
+ [
131
+ "physiotherapists",
132
+ 0.15286412293083096
133
+ ],
134
+ [
135
+ "injury",
136
+ 0.09157519803840782
137
+ ],
138
+ [
139
+ "injuries",
140
+ 0.07311958323961586
141
+ ],
142
+ [
143
+ "players",
144
+ 0.06332383343628223
145
+ ],
146
+ [
147
+ "prevention",
148
+ 0.05081306987316118
149
+ ],
150
+ [
151
+ "football",
152
+ 0.04902391935851726
153
+ ],
154
+ [
155
+ "recovery",
156
+ 0.045317410592503805
157
+ ],
158
+ [
159
+ "monitor",
160
+ 0.042748917806972764
161
+ ],
162
+ [
163
+ "risk",
164
+ 0.04272689427180625
165
+ ],
166
+ [
167
+ "performance",
168
+ 0.041100799741719894
169
+ ]
170
+ ],
171
+ "3": [
172
+ [
173
+ "united",
174
+ 0.06450372812568507
175
+ ],
176
+ [
177
+ "film",
178
+ 0.0575676747035209
179
+ ],
180
+ [
181
+ "football",
182
+ 0.045068253394955675
183
+ ],
184
+ [
185
+ "war",
186
+ 0.04034308005052494
187
+ ],
188
+ [
189
+ "story",
190
+ 0.04034308005052494
191
+ ],
192
+ [
193
+ "journey",
194
+ 0.04034308005052494
195
+ ],
196
+ [
197
+ "team",
198
+ 0.03847596562486835
199
+ ],
200
+ [
201
+ "beckham",
202
+ 0.03394053965770994
203
+ ],
204
+ [
205
+ "maradona",
206
+ 0.03394053965770994
207
+ ],
208
+ [
209
+ "tells",
210
+ 0.03394053965770994
211
+ ]
212
+ ],
213
+ "4": [
214
+ [
215
+ "ronaldo",
216
+ 0.18994950186671303
217
+ ],
218
+ [
219
+ "ability",
220
+ 0.051723484637078106
221
+ ],
222
+ [
223
+ "scoring",
224
+ 0.048277751535297446
225
+ ],
226
+ [
227
+ "aspiring",
228
+ 0.04236839201899976
229
+ ],
230
+ [
231
+ "one",
232
+ 0.04137878770966249
233
+ ],
234
+ [
235
+ "remarkable",
236
+ 0.03983996777868763
237
+ ],
238
+ [
239
+ "athletes",
240
+ 0.03983996777868763
241
+ ],
242
+ [
243
+ "goal",
244
+ 0.03783800765624095
245
+ ],
246
+ [
247
+ "multiple",
248
+ 0.036290889205674366
249
+ ],
250
+ [
251
+ "record",
252
+ 0.036290889205674366
253
+ ]
254
+ ],
255
+ "5": [
256
+ [
257
+ "scandals",
258
+ 0.1440230471600162
259
+ ],
260
+ [
261
+ "illegal",
262
+ 0.06408855659677987
263
+ ],
264
+ [
265
+ "officials",
266
+ 0.06139299575334302
267
+ ],
268
+ [
269
+ "within",
270
+ 0.06139299575334302
271
+ ],
272
+ [
273
+ "concerns",
274
+ 0.053917553990776454
275
+ ],
276
+ [
277
+ "scandal",
278
+ 0.053917553990776454
279
+ ],
280
+ [
281
+ "players",
282
+ 0.04792073881664602
283
+ ],
284
+ [
285
+ "football",
286
+ 0.04556039921417441
287
+ ],
288
+ [
289
+ "fair",
290
+ 0.044344184756716656
291
+ ],
292
+ [
293
+ "instances",
294
+ 0.04300455406132708
295
+ ]
296
+ ],
297
+ "6": [
298
+ [
299
+ "healthy",
300
+ 0.07718406707165001
301
+ ],
302
+ [
303
+ "footballers",
304
+ 0.07018443018894856
305
+ ],
306
+ [
307
+ "energy",
308
+ 0.06139778209306967
309
+ ],
310
+ [
311
+ "supports",
312
+ 0.0573695950180852
313
+ ],
314
+ [
315
+ "performance",
316
+ 0.054138150197426745
317
+ ],
318
+ [
319
+ "health",
320
+ 0.05292220751926029
321
+ ],
322
+ [
323
+ "vegetables",
324
+ 0.04826490720142086
325
+ ],
326
+ [
327
+ "eating",
328
+ 0.04826490720142086
329
+ ],
330
+ [
331
+ "foods",
332
+ 0.04826490720142086
333
+ ],
334
+ [
335
+ "intake",
336
+ 0.04826490720142086
337
+ ]
338
+ ],
339
+ "7": [
340
+ [
341
+ "strikers",
342
+ 0.13845473955456214
343
+ ],
344
+ [
345
+ "striker",
346
+ 0.12408171701268146
347
+ ],
348
+ [
349
+ "scoring",
350
+ 0.08900661828507565
351
+ ],
352
+ [
353
+ "teammates",
354
+ 0.07434133667586627
355
+ ],
356
+ [
357
+ "goals",
358
+ 0.06922736977728107
359
+ ],
360
+ [
361
+ "attacking",
362
+ 0.06195111389655523
363
+ ],
364
+ [
365
+ "team",
366
+ 0.06167813883501624
367
+ ],
368
+ [
369
+ "often",
370
+ 0.06102846022255378
371
+ ],
372
+ [
373
+ "ability",
374
+ 0.05297738729494667
375
+ ],
376
+ [
377
+ "defenders",
378
+ 0.05173694387085502
379
+ ]
380
+ ],
381
+ "8": [
382
+ [
383
+ "investors",
384
+ 0.12236074988991803
385
+ ],
386
+ [
387
+ "stock",
388
+ 0.12236074988991803
389
+ ],
390
+ [
391
+ "stocks",
392
+ 0.08753802728857868
393
+ ],
394
+ [
395
+ "market",
396
+ 0.08753802728857868
397
+ ],
398
+ [
399
+ "club",
400
+ 0.07834529729555433
401
+ ],
402
+ [
403
+ "prices",
404
+ 0.07427634126381112
405
+ ],
406
+ [
407
+ "factors",
408
+ 0.07203226109261779
409
+ ],
410
+ [
411
+ "football",
412
+ 0.07136472984924079
413
+ ],
414
+ [
415
+ "may",
416
+ 0.07003042183086294
417
+ ],
418
+ [
419
+ "clubs",
420
+ 0.061234649371809245
421
+ ]
422
+ ],
423
+ "9": [
424
+ [
425
+ "women",
426
+ 0.24030766315403682
427
+ ],
428
+ [
429
+ "football",
430
+ 0.06773041490321463
431
+ ],
432
+ [
433
+ "girls",
434
+ 0.056107954621651746
435
+ ],
436
+ [
437
+ "equal",
438
+ 0.044751614070068495
439
+ ],
440
+ [
441
+ "sport",
442
+ 0.04024224289281605
443
+ ],
444
+ [
445
+ "greater",
446
+ 0.03833225172349355
447
+ ],
448
+ [
449
+ "growth",
450
+ 0.03568746084159675
451
+ ],
452
+ [
453
+ "world",
454
+ 0.034019902983076104
455
+ ],
456
+ [
457
+ "teams",
458
+ 0.03259958428181534
459
+ ],
460
+ [
461
+ "records",
462
+ 0.03235093582858643
463
+ ]
464
+ ],
465
+ "10": [
466
+ [
467
+ "serie",
468
+ 0.19208226061398076
469
+ ],
470
+ [
471
+ "milan",
472
+ 0.0934301209356975
473
+ ],
474
+ [
475
+ "league",
476
+ 0.0596553711622661
477
+ ],
478
+ [
479
+ "inter",
480
+ 0.048544123737023444
481
+ ],
482
+ [
483
+ "italian",
484
+ 0.048544123737023444
485
+ ],
486
+ [
487
+ "ac",
488
+ 0.048544123737023444
489
+ ],
490
+ [
491
+ "clubs",
492
+ 0.046421336657827654
493
+ ],
494
+ [
495
+ "juventus",
496
+ 0.04564714952269972
497
+ ],
498
+ [
499
+ "italy",
500
+ 0.04564714952269972
501
+ ],
502
+ [
503
+ "prestigious",
504
+ 0.04564714952269972
505
+ ]
506
+ ],
507
+ "11": [
508
+ [
509
+ "champions",
510
+ 0.23479332981655465
511
+ ],
512
+ [
513
+ "league",
514
+ 0.2114619631986869
515
+ ],
516
+ [
517
+ "european",
518
+ 0.08385652146803096
519
+ ],
520
+ [
521
+ "club",
522
+ 0.07505040161490016
523
+ ],
524
+ [
525
+ "uefa",
526
+ 0.06900286693451703
527
+ ],
528
+ [
529
+ "competition",
530
+ 0.059762834522474016
531
+ ],
532
+ [
533
+ "final",
534
+ 0.05731925491363521
535
+ ],
536
+ [
537
+ "best",
538
+ 0.05336442742668672
539
+ ],
540
+ [
541
+ "teams",
542
+ 0.048747041916733215
543
+ ],
544
+ [
545
+ "featuring",
546
+ 0.0483752311455498
547
+ ]
548
+ ],
549
+ "12": [
550
+ [
551
+ "cup",
552
+ 0.2276688216698543
553
+ ],
554
+ [
555
+ "world",
556
+ 0.20449532842865636
557
+ ],
558
+ [
559
+ "fifa",
560
+ 0.13134864457197767
561
+ ],
562
+ [
563
+ "held",
564
+ 0.07439728789611282
565
+ ],
566
+ [
567
+ "trophy",
568
+ 0.06776972680396649
569
+ ],
570
+ [
571
+ "become",
572
+ 0.05527538115117604
573
+ ],
574
+ [
575
+ "country",
576
+ 0.05274591713599233
577
+ ],
578
+ [
579
+ "tournament",
580
+ 0.051969517391090875
581
+ ],
582
+ [
583
+ "brings",
584
+ 0.04959819193074187
585
+ ],
586
+ [
587
+ "international",
588
+ 0.047163512368459
589
+ ]
590
+ ]
591
+ },
592
+ "topics": [
593
+ 12,
594
+ 12,
595
+ 12,
596
+ 12,
597
+ 12,
598
+ 12,
599
+ 1,
600
+ 12,
601
+ 3,
602
+ 12,
603
+ 12,
604
+ 12,
605
+ -1,
606
+ 1,
607
+ 12,
608
+ 12,
609
+ 1,
610
+ 12,
611
+ 12,
612
+ -1,
613
+ 12,
614
+ -1,
615
+ 12,
616
+ -1,
617
+ 1,
618
+ 11,
619
+ 11,
620
+ 11,
621
+ 11,
622
+ -1,
623
+ 11,
624
+ 11,
625
+ 11,
626
+ -1,
627
+ 11,
628
+ 11,
629
+ 11,
630
+ -1,
631
+ 11,
632
+ -1,
633
+ 11,
634
+ 11,
635
+ -1,
636
+ 4,
637
+ 11,
638
+ 11,
639
+ -1,
640
+ 11,
641
+ 0,
642
+ 11,
643
+ 1,
644
+ 1,
645
+ 1,
646
+ 1,
647
+ 1,
648
+ 1,
649
+ 1,
650
+ 1,
651
+ 1,
652
+ 1,
653
+ 1,
654
+ 1,
655
+ 1,
656
+ 1,
657
+ 1,
658
+ 1,
659
+ 1,
660
+ 1,
661
+ 1,
662
+ 1,
663
+ 1,
664
+ 1,
665
+ 1,
666
+ 1,
667
+ 1,
668
+ 9,
669
+ 9,
670
+ 9,
671
+ 9,
672
+ 9,
673
+ 11,
674
+ 9,
675
+ 9,
676
+ 9,
677
+ 9,
678
+ 9,
679
+ 9,
680
+ 9,
681
+ 9,
682
+ 0,
683
+ 9,
684
+ 9,
685
+ 9,
686
+ 9,
687
+ 9,
688
+ 9,
689
+ 9,
690
+ 9,
691
+ 9,
692
+ 9,
693
+ 5,
694
+ 5,
695
+ 5,
696
+ 5,
697
+ 5,
698
+ 5,
699
+ 5,
700
+ 5,
701
+ 5,
702
+ 5,
703
+ 5,
704
+ 5,
705
+ 5,
706
+ 5,
707
+ 5,
708
+ 5,
709
+ 5,
710
+ 5,
711
+ 5,
712
+ 5,
713
+ 5,
714
+ 5,
715
+ 5,
716
+ 5,
717
+ 5,
718
+ 6,
719
+ 6,
720
+ 6,
721
+ 6,
722
+ 6,
723
+ 6,
724
+ 6,
725
+ 6,
726
+ 6,
727
+ 6,
728
+ 6,
729
+ 6,
730
+ 6,
731
+ 6,
732
+ 6,
733
+ 6,
734
+ 6,
735
+ 6,
736
+ 6,
737
+ 6,
738
+ 6,
739
+ 6,
740
+ 6,
741
+ 6,
742
+ 6,
743
+ 4,
744
+ 4,
745
+ 4,
746
+ 4,
747
+ 4,
748
+ 4,
749
+ 4,
750
+ 4,
751
+ 4,
752
+ 4,
753
+ 4,
754
+ 4,
755
+ 4,
756
+ 4,
757
+ 4,
758
+ 4,
759
+ 4,
760
+ 4,
761
+ 4,
762
+ 4,
763
+ 4,
764
+ 4,
765
+ 4,
766
+ 4,
767
+ 4,
768
+ 7,
769
+ 7,
770
+ 7,
771
+ 7,
772
+ 7,
773
+ 7,
774
+ 7,
775
+ 7,
776
+ 7,
777
+ 7,
778
+ 7,
779
+ 7,
780
+ 7,
781
+ 7,
782
+ 7,
783
+ 7,
784
+ 7,
785
+ 7,
786
+ 7,
787
+ 7,
788
+ 7,
789
+ 7,
790
+ 7,
791
+ 7,
792
+ 7,
793
+ 8,
794
+ 8,
795
+ 8,
796
+ 8,
797
+ 8,
798
+ 8,
799
+ 8,
800
+ 8,
801
+ 8,
802
+ 8,
803
+ 8,
804
+ 8,
805
+ 8,
806
+ 8,
807
+ 8,
808
+ 8,
809
+ 8,
810
+ 8,
811
+ 8,
812
+ 8,
813
+ 8,
814
+ 8,
815
+ 8,
816
+ 8,
817
+ 8,
818
+ 0,
819
+ 0,
820
+ 0,
821
+ 0,
822
+ 2,
823
+ 0,
824
+ 0,
825
+ 0,
826
+ 0,
827
+ 1,
828
+ 0,
829
+ 0,
830
+ 0,
831
+ 2,
832
+ 0,
833
+ 0,
834
+ 2,
835
+ 0,
836
+ 2,
837
+ 0,
838
+ 0,
839
+ 1,
840
+ 0,
841
+ 0,
842
+ 0,
843
+ 0,
844
+ 0,
845
+ 0,
846
+ 0,
847
+ 0,
848
+ 0,
849
+ 0,
850
+ 0,
851
+ 0,
852
+ 0,
853
+ 0,
854
+ 0,
855
+ 0,
856
+ 0,
857
+ 0,
858
+ 0,
859
+ 0,
860
+ 0,
861
+ 0,
862
+ 0,
863
+ 0,
864
+ 0,
865
+ 0,
866
+ 0,
867
+ 0,
868
+ 0,
869
+ 3,
870
+ 3,
871
+ 3,
872
+ 3,
873
+ 3,
874
+ 3,
875
+ 3,
876
+ 3,
877
+ 3,
878
+ 3,
879
+ 3,
880
+ 3,
881
+ 3,
882
+ 3,
883
+ 3,
884
+ 3,
885
+ 3,
886
+ 3,
887
+ 3,
888
+ 3,
889
+ 3,
890
+ 3,
891
+ 3,
892
+ 3,
893
+ 2,
894
+ 2,
895
+ 2,
896
+ 2,
897
+ 2,
898
+ 2,
899
+ 2,
900
+ 2,
901
+ 2,
902
+ 2,
903
+ 2,
904
+ 2,
905
+ 2,
906
+ 2,
907
+ 2,
908
+ 2,
909
+ 2,
910
+ 2,
911
+ 2,
912
+ 2,
913
+ 2,
914
+ 2,
915
+ 2,
916
+ 2,
917
+ 2,
918
+ 10,
919
+ 10,
920
+ 10,
921
+ 10,
922
+ 10,
923
+ 10,
924
+ 10,
925
+ 10,
926
+ 1,
927
+ 10,
928
+ 10,
929
+ 10,
930
+ 10,
931
+ 10,
932
+ 3,
933
+ 10,
934
+ 10,
935
+ 10,
936
+ 10,
937
+ 10,
938
+ 10,
939
+ 0,
940
+ 10,
941
+ 10,
942
+ 10
943
+ ],
944
+ "topic_sizes": {
945
+ "12": 16,
946
+ "1": 32,
947
+ "3": 26,
948
+ "-1": 10,
949
+ "11": 18,
950
+ "4": 26,
951
+ "0": 48,
952
+ "9": 23,
953
+ "5": 25,
954
+ "6": 25,
955
+ "7": 25,
956
+ "8": 25,
957
+ "2": 29,
958
+ "10": 22
959
+ },
960
+ "topic_mapper": [
961
+ [
962
+ -1,
963
+ -1,
964
+ -1
965
+ ],
966
+ [
967
+ 0,
968
+ 0,
969
+ 8
970
+ ],
971
+ [
972
+ 1,
973
+ 1,
974
+ 7
975
+ ],
976
+ [
977
+ 2,
978
+ 2,
979
+ 5
980
+ ],
981
+ [
982
+ 3,
983
+ 3,
984
+ 6
985
+ ],
986
+ [
987
+ 4,
988
+ 4,
989
+ 2
990
+ ],
991
+ [
992
+ 5,
993
+ 5,
994
+ 0
995
+ ],
996
+ [
997
+ 6,
998
+ 6,
999
+ 11
1000
+ ],
1001
+ [
1002
+ 7,
1003
+ 7,
1004
+ 10
1005
+ ],
1006
+ [
1007
+ 8,
1008
+ 8,
1009
+ 4
1010
+ ],
1011
+ [
1012
+ 9,
1013
+ 9,
1014
+ 12
1015
+ ],
1016
+ [
1017
+ 10,
1018
+ 10,
1019
+ 1
1020
+ ],
1021
+ [
1022
+ 11,
1023
+ 11,
1024
+ 9
1025
+ ],
1026
+ [
1027
+ 12,
1028
+ 12,
1029
+ 3
1030
+ ]
1031
+ ],
1032
+ "topic_labels": {
1033
+ "-1": "-1_tournament_competition_leaving_final",
1034
+ "0": "0_video_games_football_players",
1035
+ "1": "1_supporters_atmosphere_stadiums_football",
1036
+ "2": "2_physiotherapists_injury_injuries_players",
1037
+ "3": "3_united_film_football_war",
1038
+ "4": "4_ronaldo_ability_scoring_aspiring",
1039
+ "5": "5_scandals_illegal_officials_within",
1040
+ "6": "6_healthy_footballers_energy_supports",
1041
+ "7": "7_strikers_striker_scoring_teammates",
1042
+ "8": "8_investors_stock_stocks_market",
1043
+ "9": "9_women_football_girls_equal",
1044
+ "10": "10_serie_milan_league_inter",
1045
+ "11": "11_champions_league_european_club",
1046
+ "12": "12_cup_world_fifa_held"
1047
+ },
1048
+ "custom_labels": null,
1049
+ "_outliers": 1,
1050
+ "topic_aspects": {}
1051
+ }