Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
Files changed (32) hide show
  1. .gitignore +0 -4
  2. README.md +106 -0
  3. dataset/label.multi.json +0 -1
  4. dataset/split_coling2022_random/test_random.multi.json +0 -0
  5. dataset/split_coling2022_random/train_random.multi.json +0 -0
  6. dataset/split_coling2022_temporal/test_2021.multi.json +0 -0
  7. dataset/split_coling2022_temporal/train_2020.multi.json +0 -0
  8. dataset/split_random/train_random.multi.json +0 -0
  9. dataset/split_random/validation_random.multi.json +0 -0
  10. dataset/split_temporal/test_2020.multi.json +0 -0
  11. dataset/split_temporal/test_2021.multi.json +0 -0
  12. dataset/split_temporal/train_2020.multi.json +0 -0
  13. dataset/split_temporal/train_2021.multi.json +0 -0
  14. dataset/split_temporal/validation_2020.multi.json +0 -0
  15. dataset/split_temporal/validation_2021.multi.json +0 -188
  16. get_model_list.py +0 -48
  17. lm_finetuning.py +0 -250
  18. readme.py +0 -104
  19. tweet_topic_multi.py +0 -102
  20. tweet_topic_multi/test_2020-00000-of-00001.parquet +3 -0
  21. tweet_topic_multi/test_2021-00000-of-00001.parquet +3 -0
  22. tweet_topic_multi/test_coling2022-00000-of-00001.parquet +3 -0
  23. tweet_topic_multi/test_coling2022_random-00000-of-00001.parquet +3 -0
  24. tweet_topic_multi/train_2020-00000-of-00001.parquet +3 -0
  25. tweet_topic_multi/train_2021-00000-of-00001.parquet +3 -0
  26. tweet_topic_multi/train_all-00000-of-00001.parquet +3 -0
  27. tweet_topic_multi/train_coling2022-00000-of-00001.parquet +3 -0
  28. tweet_topic_multi/train_coling2022_random-00000-of-00001.parquet +3 -0
  29. tweet_topic_multi/train_random-00000-of-00001.parquet +3 -0
  30. tweet_topic_multi/validation_2020-00000-of-00001.parquet +3 -0
  31. tweet_topic_multi/validation_2021-00000-of-00001.parquet +3 -0
  32. tweet_topic_multi/validation_random-00000-of-00001.parquet +3 -0
.gitignore DELETED
@@ -1,4 +0,0 @@
1
- wandb
2
- ray_result*
3
- ckpt
4
-
 
 
 
 
 
README.md CHANGED
@@ -12,6 +12,112 @@ task_categories:
12
  task_ids:
13
  - sentiment-classification
14
  pretty_name: TweetTopicSingle
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
  # Dataset Card for "cardiffnlp/tweet_topic_multi"
 
12
  task_ids:
13
  - sentiment-classification
14
  pretty_name: TweetTopicSingle
15
+ dataset_info:
16
+ config_name: tweet_topic_multi
17
+ features:
18
+ - name: text
19
+ dtype: string
20
+ - name: date
21
+ dtype: string
22
+ - name: label
23
+ sequence:
24
+ class_label:
25
+ names:
26
+ '0': arts_&_culture
27
+ '1': business_&_entrepreneurs
28
+ '2': celebrity_&_pop_culture
29
+ '3': diaries_&_daily_life
30
+ '4': family
31
+ '5': fashion_&_style
32
+ '6': film_tv_&_video
33
+ '7': fitness_&_health
34
+ '8': food_&_dining
35
+ '9': gaming
36
+ '10': learning_&_educational
37
+ '11': music
38
+ '12': news_&_social_concern
39
+ '13': other_hobbies
40
+ '14': relationships
41
+ '15': science_&_technology
42
+ '16': sports
43
+ '17': travel_&_adventure
44
+ '18': youth_&_student_life
45
+ - name: label_name
46
+ sequence: string
47
+ - name: id
48
+ dtype: string
49
+ splits:
50
+ - name: test_2020
51
+ num_bytes: 231142
52
+ num_examples: 573
53
+ - name: test_2021
54
+ num_bytes: 666444
55
+ num_examples: 1679
56
+ - name: train_2020
57
+ num_bytes: 1864206
58
+ num_examples: 4585
59
+ - name: train_2021
60
+ num_bytes: 595183
61
+ num_examples: 1505
62
+ - name: train_all
63
+ num_bytes: 2459389
64
+ num_examples: 6090
65
+ - name: validation_2020
66
+ num_bytes: 233321
67
+ num_examples: 573
68
+ - name: validation_2021
69
+ num_bytes: 73135
70
+ num_examples: 188
71
+ - name: train_random
72
+ num_bytes: 1860509
73
+ num_examples: 4564
74
+ - name: validation_random
75
+ num_bytes: 233541
76
+ num_examples: 573
77
+ - name: test_coling2022_random
78
+ num_bytes: 2250137
79
+ num_examples: 5536
80
+ - name: train_coling2022_random
81
+ num_bytes: 2326257
82
+ num_examples: 5731
83
+ - name: test_coling2022
84
+ num_bytes: 2247725
85
+ num_examples: 5536
86
+ - name: train_coling2022
87
+ num_bytes: 2328669
88
+ num_examples: 5731
89
+ download_size: 6377923
90
+ dataset_size: 17369658
91
+ configs:
92
+ - config_name: tweet_topic_multi
93
+ data_files:
94
+ - split: test_2020
95
+ path: tweet_topic_multi/test_2020-*
96
+ - split: test_2021
97
+ path: tweet_topic_multi/test_2021-*
98
+ - split: train_2020
99
+ path: tweet_topic_multi/train_2020-*
100
+ - split: train_2021
101
+ path: tweet_topic_multi/train_2021-*
102
+ - split: train_all
103
+ path: tweet_topic_multi/train_all-*
104
+ - split: validation_2020
105
+ path: tweet_topic_multi/validation_2020-*
106
+ - split: validation_2021
107
+ path: tweet_topic_multi/validation_2021-*
108
+ - split: train_random
109
+ path: tweet_topic_multi/train_random-*
110
+ - split: validation_random
111
+ path: tweet_topic_multi/validation_random-*
112
+ - split: test_coling2022_random
113
+ path: tweet_topic_multi/test_coling2022_random-*
114
+ - split: train_coling2022_random
115
+ path: tweet_topic_multi/train_coling2022_random-*
116
+ - split: test_coling2022
117
+ path: tweet_topic_multi/test_coling2022-*
118
+ - split: train_coling2022
119
+ path: tweet_topic_multi/train_coling2022-*
120
+ default: true
121
  ---
122
 
123
  # Dataset Card for "cardiffnlp/tweet_topic_multi"
dataset/label.multi.json DELETED
@@ -1 +0,0 @@
1
- {"arts_&_culture": 0, "business_&_entrepreneurs": 1, "celebrity_&_pop_culture": 2, "diaries_&_daily_life": 3, "family": 4, "fashion_&_style": 5, "film_tv_&_video": 6, "fitness_&_health": 7, "food_&_dining": 8, "gaming": 9, "learning_&_educational": 10, "music": 11, "news_&_social_concern": 12, "other_hobbies": 13, "relationships": 14, "science_&_technology": 15, "sports": 16, "travel_&_adventure": 17, "youth_&_student_life": 18}
 
 
dataset/split_coling2022_random/test_random.multi.json DELETED
The diff for this file is too large to render. See raw diff
 
dataset/split_coling2022_random/train_random.multi.json DELETED
The diff for this file is too large to render. See raw diff
 
dataset/split_coling2022_temporal/test_2021.multi.json DELETED
The diff for this file is too large to render. See raw diff
 
dataset/split_coling2022_temporal/train_2020.multi.json DELETED
The diff for this file is too large to render. See raw diff
 
dataset/split_random/train_random.multi.json DELETED
The diff for this file is too large to render. See raw diff
 
dataset/split_random/validation_random.multi.json DELETED
The diff for this file is too large to render. See raw diff
 
dataset/split_temporal/test_2020.multi.json DELETED
The diff for this file is too large to render. See raw diff
 
dataset/split_temporal/test_2021.multi.json DELETED
The diff for this file is too large to render. See raw diff
 
dataset/split_temporal/train_2020.multi.json DELETED
The diff for this file is too large to render. See raw diff
 
dataset/split_temporal/train_2021.multi.json DELETED
The diff for this file is too large to render. See raw diff
 
dataset/split_temporal/validation_2020.multi.json DELETED
The diff for this file is too large to render. See raw diff
 
dataset/split_temporal/validation_2021.multi.json DELETED
@@ -1,188 +0,0 @@
1
- {"date": "2020-09-06", "text": "Different COVID Landscape Increases Risk Of Post-Labor Day Weekend Spike... {{URL}} via {@YouTube@} #RachelMaddow", "id": 1302540261315272704, "label": [0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "fitness_&_health", "news_&_social_concern"]}
2
- {"date": "2020-09-06", "text": "#ExtendTeqip3 Govt. must notice that last year almost 10 lakh std. Appeared for JEE mains but this year only 8 lakh ....craze for Engg. is going away and that is bcz of our govt. Plzzzz listen to the voice of Engineers.... {@PMO India@} {@Dr Ramesh Pokhriyal Nishank@} {@Nitish Kumar@} {{USERNAME}}", "id": 1302569332237463553, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1], "label_name": ["learning_&_educational", "science_&_technology", "youth_&_student_life"]}
3
- {"date": "2020-09-13", "text": "Re my earlier tweet: if {@jack@} would ever allow an EDIT button I should have clarified the dots are showing AQI---Air Quality Index--and the source is Purple Air: {{URL}}", "id": 1304956758910103552, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs", "news_&_social_concern", "other_hobbies"]}
4
- {"date": "2020-09-14", "text": "The Cowboys may have lost last night... But the {@Dallas Stars@} are still one win away from the STANLEY CUP FINAL! #GoStars", "id": 1305502156028628998, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
5
- {"date": "2020-09-18", "text": "The Stanley Cup Final is set! Here are reasons for hope and concern for the {@Dallas Stars@} and {@Tampa Bay Lightning@} . #NHL {{URL}}", "id": 1306799007738585089, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
6
- {"date": "2020-09-20", "text": "Please check out my new video - How to Draw an Owl - cute cartoon sketch {{URL}} via {@YouTube@} #owl #sketch #drawing #cartoon #popart #elearning #remotelearning #color #pencilsketch #brown #red #tutorial #learn #bird #cute #easy", "id": 1307559830085873665, "label": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["arts_&_culture"]}
7
- {"date": "2020-09-20", "text": "Re-watch all goals and opinions from our win over {{USERNAME}} now using the link below: {{URL}} #FSAPRO #FSAFamily #WeAReTheFoxes {{USERNAME}} {{USERNAME}}", "id": 1307679134806671362, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
8
- {"date": "2020-09-20", "text": "Nelson #Semedo to Wolves is \u2018here we go\u2019 and confirmed. The deal is done and will be signed on next few hours also with Barcelona. Personal terms agreed with Mendes until 2025. Medicals on next week. #Wolves [ {@Fabrizio Romano@} ] #barca #fcb #transfers", "id": 1307679380664131585, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
9
- {"date": "2020-09-27", "text": "*****Goal Flash***** Grange take the league at the Rec, Rovers find themselves 1-0 down. Was it a {{USERNAME}} backpass? #UTR", "id": 1310152920776814592, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
10
- {"date": "2020-09-27", "text": "#KCAMexico #ONBTS #ARMY ( {@BTS_twt@} ) so watch me bring the fire and set the night alight", "id": 1310153029597839361, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["news_&_social_concern"]}
11
- {"date": "2020-09-27", "text": "#BleacherTweets Hey Buster, is it a lock to call the {@New York Yankees@} Right Side of the Infield the best in baseball for the 2020 season? New York\u2019s second baseman is the AL (maybe MLB) batting champion, and their first baseman is gonna finish the year as the League leader in HRs.", "id": 1310181210677682177, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["gaming", "sports"]}
12
- {"date": "2020-09-27", "text": "Hi {{USERNAME}} I\u2019m trying to call for curbside pickup but no one is picking up the phone!", "id": 1310305687235428352, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "other_hobbies"]}
13
- {"date": "2020-10-01", "text": "so watch me bring the fire and set the night light. I Voted #Dynamite for #TheSong Category at #PCAs 2020 {@BTS_twt@}", "id": 1311817605225668608, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "music"]}
14
- {"date": "2020-10-04", "text": "Please answer all this mess, hey don t just shut up and pretend you don t know anything. When chaos started on your side. #SM_AnswerEXOLsNOW {@SMTOWN@} {@EXO@} #EXO #\uc5d1\uc18c", "id": 1312571624684625920, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
15
- {"date": "2020-10-04", "text": "Support #CanadianMusic and enjoy The Power Of Rock N Roll by {{USERNAME}} on {{USERNAME}} at {{URL}} Thank you #Canadian Artists", "id": 1312602084794011648, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
16
- {"date": "2020-10-04", "text": "Cause ah, ah, I m in the stars tonight I vote for #Dynamite under #TheMusicVideo category at #PCAs 2020 {@BTS_twt@} ", "id": 1312660722178912256, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "music"]}
17
- {"date": "2020-10-04", "text": "we do not have the power or capability to verify the accuracy of the information entities send to us. We accept all information that delivered to us in good faith and place it on the public record. - {@Companies House@} amazing work by {@Kieran Cunningham@} #boxing {{URL}}", "id": 1312813577418539009, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0], "label_name": ["news_&_social_concern", "sports"]}
18
- {"date": "2020-10-04", "text": "3. Points. At. Half. 3. Points. 3. But Mitch was the problem. Love you {@Mitchell Trubisky@}", "id": 1312873930454163461, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
19
- {"date": "2020-10-06", "text": "hi {{USERNAME}} {@Z100 Portland@} !! could you please play #wonder by shawn mendes? thankss", "id": 1313597502495621120, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
20
- {"date": "2020-10-10", "text": "#ReformPoliceNG {@Nigeria Police Force@} not #EndSARS the entire {@Nigeria Police Force@} is the problem not only the SARS operatives,i remember sometime in 2017,it was the {@UEFA Champions League@} season,around 10.30-11.00pm,myself and two of my friends watched the game a street opposite my street,on our way back,", "id": 1314803302668865536, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0], "label_name": ["news_&_social_concern", "sports"]}
21
- {"date": "2020-10-10", "text": "Anybody else still listen to the cookout by {@Chevy Woods@} like 10 years later ? Just me ?", "id": 1315077628362190848, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video"]}
22
- {"date": "2020-10-11", "text": "I\u2019m so proud of you {@Meek Mill@} . Good job with Charm City Kings.", "id": 1315199362125848576, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video"]}
23
- {"date": "2020-10-11", "text": "i love you so much my heart is so so full right now {@BTS_twt@}", "id": 1315225310166544385, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
24
- {"date": "2020-10-11", "text": "Check out all the fun with this highlights video of the event yesterday!! {@Wizard101@} : Halloween Event 2020: Knight of the Shining Mountain {{URL}} via {@YouTube@} {{USERNAME}} {{USERNAME}} {{USERNAME}}", "id": 1315410172282511361, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video"]}
25
- {"date": "2020-10-18", "text": "Main event over before 9. Still time for college football and Top Rank. {@UFC@} keep the early cards coming.", "id": 1317643961813639168, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
26
- {"date": "2020-10-18", "text": "#NP {{USERNAME}} {@Classified@} finds the fight deep inside himself, {@Kosha Dillz or Rami Matan@} wakes up for the cartoons, {@Akala@} takes a far more serious tone, {{USERNAME}} leave {@Rap Game Hans Zimmer@} at the entrance, then {{USERNAME}} rocks out our final selection of the night", "id": 1317701401884217347, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "music"]}
27
- {"date": "2020-10-18", "text": "Randy Arozarena was named ALCS MVP after hitting seven postseason home runs, four against the Astros. {@Tampa Bay Rays@} will be headed to Arlington for the World Series.", "id": 1317794787542650880, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
28
- {"date": "2020-10-25", "text": "The Squad Calls for UN Inquiry Into Alleged Human Rights Abuses at Trump\u2019s DHS {{URL}} via {{USERNAME}}", "id": 1320211997678391296, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "news_&_social_concern"]}
29
- {"date": "2020-10-25", "text": "Perfect World is a song performed by Huey Lewis and the News and released as the first single from the album Small World in late June 1988. The single peaked at number three on the US Billboard Hot 100 and #48 on the UK Singles Chart. {@Huey Lewis@} {{URL}}", "id": 1320453576737607681, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0], "label_name": ["music", "news_&_social_concern"]}
30
- {"date": "2020-10-25", "text": "MKBHD... the GOAT of tech reviews! Check out my classroom on {@DonorsChoose@} ! I d love your help to bring my project to life: {{URL}}", "id": 1320454394891087872, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0], "label_name": ["learning_&_educational", "science_&_technology"]}
31
- {"date": "2020-10-26", "text": "Randy Arozarena has been monster for the Rays so far this series. Who tumbled better, Daniel Jones or Randy Arozarena? | Touchdown Wire via {@Touchdown Wire@} {{URL}} ", "id": 1320545115216224258, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
32
- {"date": "2020-10-26", "text": "Feel good story of the day. Cardi B Freaks Out: \u2018Trump Supporters Are Everywhere,\u2018 Swarming L.A. with \u2018Big A** Trucks\u2018 {{URL}} via {@Breitbart News@} ", "id": 1320876124407255043, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "news_&_social_concern"]}
33
- {"date": "2020-11-01", "text": "Stay safe & prepared MAMA\u02bcs Fan Choice Awards #MAMAVOTE #blackpink {@BLACKPINKOFFICIAL@}", "id": 1322810464217149440, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "news_&_social_concern"]}
34
- {"date": "2020-11-03", "text": "The latest The Dead Zone Detector\u2122! {{URL}} Thanks to {{USERNAME}} {{USERNAME}} #technology #agile", "id": 1323686163211845633, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0], "label_name": ["science_&_technology"]}
35
- {"date": "2020-11-04", "text": "Sir its not my duty to leave my work, go to court and fight for #CryptoKoLegalKaro , case is on 5th November so please {@Imran Khan@} have a look at this {{URL}} ", "id": 1323804290608209921, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs", "news_&_social_concern"]}
36
- {"date": "2020-11-05", "text": "Trump Supporters & Protesters Outside Philadelphia Vote Counting\u2014Jordan ... {{URL}} via {@YouTube@} #Philadelphia #electionprotest #ElectionResults2020", "id": 1324469986405076992, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0], "label_name": ["news_&_social_concern", "other_hobbies"]}
37
- {"date": "2020-11-06", "text": "Trump Supporters Claim FRAUD in Philadelphia (But Can t Cite Any) {{URL}} via {@YouTube@} {{USERNAME}} Guy in the beanie is spot on.", "id": 1324586218068217857, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0], "label_name": ["news_&_social_concern", "other_hobbies"]}
38
- {"date": "2020-11-06", "text": "sunoo many people loves you, we hope that you d take care, eat your meals properly, and having plenty of rest so please cheer up {@ENHYPEN@} ", "id": 1324682158854696960, "label": [0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "fitness_&_health"]}
39
- {"date": "2020-11-15", "text": "Public Enemy - Fight The Power (Official Music Video) {{URL}} {@YouTube@} \u3088\u308a", "id": 1327787935408693248, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video", "music"]}
40
- {"date": "2020-11-15", "text": "Tiger Woods goes backward after long days at the Masters {{URL}} via {@New York Post Sports@}", "id": 1328032771348938754, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
41
- {"date": "2020-11-15", "text": "Kennedy to Parker... the Swans need a goal. The Giants know they\u2019re in trouble, it\u2019s like being in the bathtub with the Loch Ness monster! He kicks it to the centre square... well, Jacobs went into that pack optimistically and came out misty optically, {{USERNAME}} !", "id": 1328033126187196422, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
42
- {"date": "2020-11-15", "text": "Hopefully, since the Birds are coming off a bye this week, they ll be able to secure a win for us against the Giants today. Fly, {@Philadelphia Eagles@} Fly {{URL}} ", "id": 1328033788354572288, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
43
- {"date": "2020-11-22", "text": "Ten k is wavingggg MORISSETTE NEW MUSIC {{USERNAME}} LYS TEASER RELEASE", "id": 1330480761326092288, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
44
- {"date": "2020-11-22", "text": "Lucky number etneb HAHHA MORISSETTE NEW MUSIC {{USERNAME}} LYS TEASER RELEASE", "id": 1330510795755507718, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
45
- {"date": "2020-11-22", "text": "Pre-save our new single Right In A Moment on Spotify: {{URL}} (powered by {@DistroKid@} ) #Right #In #A #Moment #McDanielBrothers", "id": 1330601596774883329, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
46
- {"date": "2020-11-24", "text": "Boy this a hunnid million dolla phone Thank you to {{USERNAME}} {@ACL Live@} for the turn up!!! : {{USERNAME}} Make sure to go stream our new song Nice available everywhere! Music video drops Thursday {{URL}}", "id": 1331296320280276992, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
47
- {"date": "2020-11-29", "text": "played breath in the car this morning and my mom was like yan ba yung magandang video? YES MUMMY THE \u2728TASTE\u2728 she really loves the music video hahaha {@GOT7@} #got7 #\uac13\uc138\ube10", "id": 1332954977275310082, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
48
- {"date": "2020-11-29", "text": "I hope the Chiefs return to the Super Bowl and play Tom Brady and the Bucs because there is not a defender on that team that can stop {@Ty Hill@} . Then you gunna double him and {@Patrick Mahomes II@} lights you on this is the best offense ever.", "id": 1333168388869398531, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
49
- {"date": "2020-12-06", "text": "Selena is number one \u261d\ufe0f on Netflix hell ya {@Netflix@} {{USERNAME}}", "id": 1335427996723736579, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video"]}
50
- {"date": "2020-12-06", "text": "BREAKING NEWS! Safaricom share price is up by 28.8% since Peter Ndegwa became CEO on the 1st of April,2020 {{USERNAME}} {@Aly Khan Satchu@} {{USERNAME}} {{USERNAME}} {{USERNAME}} {{USERNAME}} {@Safaricom Care@} {@Nation Africa@} ", "id": 1335481987482652672, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs", "news_&_social_concern"]}
51
- {"date": "2020-12-06", "text": "Christmas Coffee Shop Music - Starbucks Christmas Music - Christmas Jazz... {{URL}} via {@YouTube@} #ChristmasMusic #ChistmasJazz #jazzmusic", "id": 1335520473916968962, "label": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["food_&_dining", "music"]}
52
- {"date": "2020-12-06", "text": "FINAL: NAU 69 - EWU 55 Lumberjacks go to 3-1 on the season and get the weekend sweep. Big days for {{USERNAME}} & {{USERNAME}} . Nakai finished with 21, which included 4 3-pointers. Schenck comes just shy of a triple-double with 13 points, 9 boards and 7 assists.", "id": 1335702847262887936, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
53
- {"date": "2020-12-13", "text": "CAMPEONES de la MLS CUP 2020! Columbus Crew SC Major League Soccer {@Major League Soccer@} #mls25 #MLSCup #elzoldeportes {{URL}}", "id": 1338178859993358336, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
54
- {"date": "2020-12-13", "text": "The Naya Rivera Arrested After Allegedly Striking Husband In The Head & Bottom Lip Daily est en ligne! {{URL}} Merci \u00e0 {{USERNAME}} {{USERNAME}} #tv #video", "id": 1338178997180637184, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "news_&_social_concern"]}
55
- {"date": "2020-12-13", "text": "The Act of 1871 - The 2 Constitutions - Corporate America {{URL}} via {@YouTube@} cc {{USERNAME}} {{USERNAME}}", "id": 1338270894897172482, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs", "learning_&_educational", "news_&_social_concern"]}
56
- {"date": "2020-12-13", "text": "The {@Big Ten Conference@} likes to make life as easy as possible for Ohio State in all sports. What a total farce", "id": 1338272206820945925, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
57
- {"date": "2020-12-14", "text": "Breaking down the arguments for and against Ohio State s College Football Playoff resume with {{USERNAME}} . Plus a look at how the Buckeyes plans for Saturday afternoon suddenly changed at the last minute over the weekend. {{URL}}", "id": 1338481616792981504, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
58
- {"date": "2020-12-14", "text": "Lots to talk about after Michigan\u2019s big shutout in The Game against Ohio State. I\u2019m hopping on {@The Michigan Insider@} in a couple of minutes to talk about all things Michigan. Tune in.", "id": 1338483358712680451, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
59
- {"date": "2020-12-14", "text": "Late as always, but here is {{USERNAME}} s and my take on the Ravens win over the Cowboys, the matchup with the Browns, and I throw shade at...myself? Plus a look at the AFC playoff picture. That and more on The Football Frenzy! {{URL}} ", "id": 1338603874454790145, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
60
- {"date": "2020-12-15", "text": "Stephen Jones saying the ship will be righted quickly for the cowboys. HUH? {{USERNAME}} hasn t the ship been sinking for years save the temporary cork used a couple of yrs ago losing to GB in playoffs", "id": 1338721136931004416, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
61
- {"date": "2020-12-16", "text": ".. {@LSU Football@} up to number three nationally ... behind Alabama and Ohio State ... and ahead of Georgia .. in the 24/7 rankings #WGNOtv", "id": 1339328365522800641, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
62
- {"date": "2020-12-17", "text": "Shorthanded Ohio State suffers first loss of season in Big Ten opener at Purdue {@Adam Jardy@} {{URL}}", "id": 1339539169413111809, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
63
- {"date": "2020-12-17", "text": "College football fans: If Bama beats UF, ND Beats Clemson and Ohio State wins, who is your final team in the playoff? {{USERNAME}} #CollegeFootball #CFBPlayoff", "id": 1339718572378124288, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
64
- {"date": "2020-12-19", "text": "Three QB turnovers in the second half. Can t win football games against Akron or Ohio State when that happens. {@Northwestern Football@}", "id": 1340385953865719808, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
65
- {"date": "2020-12-20", "text": "ICYMI Thank you again to {@Red Bull Canada@} for inviting me to this amazing event! Also BIGUPS to {{USERNAME}} for the interview, looking forward working together more in the new year! #RedBullAdrenaLAN {@Red Bull Gaming@} {{URL}} ", "id": 1340475216460460032, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["gaming"]}
66
- {"date": "2020-12-20", "text": "Maybe {@NCAA Football@} should just start the season with the final 4 of Alabama, Clemson, Ohio State and Oklahoma. It s that predictable (and quite boring YoY). I ll stick with the excitement of {@NCAA March Madness@} .", "id": 1340475933241708544, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
67
- {"date": "2020-12-20", "text": "Also, with all my Disney-mega-franchise concerns, I feel the need to clarify: {@The Mandalorian@} is the greatest Star Wars anything that has ever been created.", "id": 1340566910455349255, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video"]}
68
- {"date": "2020-12-20", "text": "I\u2019m not sure if I ever want to hear Aqib Talib commentate ever again or ever see him commentate again. That suit is as bold as his commentating... {@FOX Sports NFL@} {@Philadelphia Eagles@} #FlyEaglesFly", "id": 1340808100983447552, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
69
- {"date": "2020-12-27", "text": "I wonder how Brian has enjoyed his last couple of nights in the box with these muppets #BBL10 {@7Cricket@} He s earned his", "id": 1343156992437755911, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
70
- {"date": "2020-12-27", "text": "Bitterly disappointed in {@Match of the Day@} 2 showing supposedly the best chips in the premierleague but not showing the greatest chip in premierleague history in Albert\u2019s against Man U in the 5-0... {@Mark Chapman@} #nufc", "id": 1343341537292378114, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
71
- {"date": "2020-12-31", "text": "\u201cHappy New York!\u201d {@PJ@} New Years Eve 2020", "id": 1344704677657665538, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "news_&_social_concern"]}
72
- {"date": "2021-01-01", "text": "Happy new year everyone! We made it through 2020. Here\u2019s a podcast with {{USERNAME}} & {{USERNAME}} talking about some of the stuff we did in it. Hopefully in 2021 we can get back to working together in the same room. Lots to look forward to!", "id": 1344975840132681728, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "news_&_social_concern"]}
73
- {"date": "2021-01-03", "text": "#NoProphetAfterMuhammad Tell him this and bid him to be brave at heart. Muhammad PBUH is the BEST {{USERNAME}} {{USERNAME}}", "id": 1345789463960682503, "label": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0], "label_name": ["arts_&_culture", "other_hobbies"]}
74
- {"date": "2021-01-03", "text": "Check out 2019 Donruss TAYSOM HILL Gold Press Proof 01/50 First One 1/1 SAINTS {{URL}} {{USERNAME}}", "id": 1345850832294707201, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
75
- {"date": "2021-01-04", "text": "Very sad to hear the bad news about Donal O Donoghue dying of Covid on 3rd Jan 2021. He was a good egg, and we shall all miss him. {{USERNAME}} ", "id": 1346027559973220354, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "news_&_social_concern"]}
76
- {"date": "2021-01-06", "text": "Call Of The Coastal Wolves - British Columbia sea wolf mini-documentary {{URL}} via {@YouTube@} Great viewing to take your mind off of the bad for awhile.", "id": 1346848058332516354, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video"]}
77
- {"date": "2021-01-10", "text": "The #NFL playoffs early look #Betting play from our {{USERNAME}} Time to make that $$$!! #Football #bettingtip {{URL}}", "id": 1348085113540792322, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
78
- {"date": "2021-01-11", "text": "Drivers license by {@Olivia Rodrigo@} literally gave me goose bumps! So good", "id": 1348508423151702016, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
79
- {"date": "2021-01-11", "text": "drivers license by {@Olivia Rodrigo@} is so emotional. I literally felt everything. that\u2019s so special and you can really say that she created an emotional masterpiece.", "id": 1348720881812582400, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video", "music"]}
80
- {"date": "2021-01-12", "text": "Olivia Rodrigo - drivers license (Official Video) {{URL}} via {@YouTube@} this is sad", "id": 1348810631005265921, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video", "music"]}
81
- {"date": "2021-01-17", "text": "Ha {{USERNAME}} saying they haven\u2019t seen Michelle on camera. Is that due to the wind factor too??", "id": 1350653234042593282, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "other_hobbies"]}
82
- {"date": "2021-01-20", "text": " The first half gets to Diana s emotional core, while the second half is a lot of fun. #comics #NCBD #WonderWoman By {@Becky CloOOoOoOonan@} {{USERNAME}} {{USERNAME}} {@LL McKinney on hiatus@} & more! Read {{USERNAME}} s #FutureState Immortal Wonder Woman #1 #review: {{URL}} ", "id": 1351891031839617031, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "news_&_social_concern", "other_hobbies"]}
83
- {"date": "2021-01-20", "text": "I don t do politics, but imagine pardoning Lil Wayne but not {@Edward Snowden@} / Assange \u200d\u2642\ufe0f", "id": 1351922221003001856, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music", "news_&_social_concern"]}
84
- {"date": "2021-01-22", "text": "Gulf morning I still like you, like the wind walked eight thousand miles, do not ask the return date. #GulfKanawut {@gulfkanawut@} #\u0e25\u0e39\u0e01\u0e1a\u0e2d\u0e25\u0e02\u0e2d\u0e07\u0e04\u0e38\u0e13\u0e1a\u0e34\u0e4a\u0e01\u0e01\u0e25\u0e31\u0e1f #PhiBalls", "id": 1352433772076150788, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "news_&_social_concern"]}
85
- {"date": "2021-01-22", "text": "HT: {@Willem II@} 1-0 {@PEC Zwolle@} The Blauwvingers find themselves a goal behind at the break in Tilburg. Willem goalscorer Wriedt was sent off just before the interval. We need to come out positive in the second half and take the game by the neck. Attack!!! #wilpec #peczwolle", "id": 1352705881071353856, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0], "label_name": ["news_&_social_concern", "sports"]}
86
- {"date": "2021-01-24", "text": "once COVID is over is starting to sound a lot like when {@Rihanna@} releases new music", "id": 1353189962250940418, "label": [0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0], "label_name": ["fitness_&_health", "music", "news_&_social_concern"]}
87
- {"date": "2021-01-24", "text": "New Music: Cathal Coughlan - Song of Co-Aklan {{URL}} via {@YouTube@} #cathalcoughlan", "id": 1353219583663087616, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
88
- {"date": "2021-01-24", "text": "So {@Emily Sweeney@} still has the fastest run of the second heat, but Tatyana Ivanova s first run lead is enough to put her in the leader s box. No worse than 16th for Sweeney, she just needs one more sled to have a little bit of a problem to move into the Sprint World Cup race.", "id": 1353278366099632129, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
89
- {"date": "2021-01-24", "text": "I know it s a busy time but can we get a doctor & psychiatrist to see {@Robert Peston@} ? Does he have private insurance so he doesn t have to bother the NHS? How does someone so thick, who fails so often, get such a significant job? Would he have got the job if he was a Brummie?", "id": 1353371739510759425, "label": [0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "fitness_&_health", "news_&_social_concern"]}
90
- {"date": "2021-01-25", "text": "Two types of People : one with the Experience and the second one with Results , which one you are ! Watch my video response on it exclusively only on {@DTube@} , I hope you will gonna love to hear my opinions on it . #dtube , #hive . {{URL}} ", "id": 1353671361416237056, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life"]}
91
- {"date": "2021-01-26", "text": "The main event of yesterday s NJPW show was really good, I thought. So excited for Tanahashi vs Shingo on Saturday! #njnbg {@Kevin Kelly@} does such a great job as always in making you care about every current story. It s so good, thank you! ", "id": 1354095399456354306, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
92
- {"date": "2021-01-26", "text": "Gareth Bale looked unbelievably sharp the other night... Rob Daly on whether the Welshman can impact matters in the second half of the season at Spurs \u26aa\ufe0f {@Paddy Power@} {{URL}}", "id": 1354184702006071296, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
93
- {"date": "2021-01-27", "text": "Honestly {@Jacksonville Jaguars@} could trade picks #1 and #33 and a player for {@Deshaun Watson@} . A mega-trade like that would be GENIUS for both teams. {@Houston Texans@} get Trevor Lawrence to go with their new HC (probably Eric Bienemy) and {@Jacksonville Jaguars@} get the second or third best QB in the league", "id": 1354458616758034456, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
94
- {"date": "2021-01-31", "text": "Another proof that BGYO will be the next big thing in music! {@BGYOPH@} {@ASAP Natin To@} BGYO THE LIGHT ON ASAP", "id": 1355754569859432451, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
95
- {"date": "2021-02-07", "text": "The sun is somewhere shining even when it rains. DESERVING WINNER RUBINA {{USERNAME}}", "id": 1358291032484552706, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture"]}
96
- {"date": "2021-02-07", "text": "Check out The Sound of Music (DVD, 2005, 2-Disc Set, 40th Anniversary Edition) - Plummer {{URL}} via {{USERNAME}} ", "id": 1358444328729931776, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "music"]}
97
- {"date": "2021-02-07", "text": "I love the chiefs. Been a fan since the {@Trent Green@} years. {@Patrick Mahomes II@} is the future and that\u2019s no doubt but I\u2019m pulling for {@Tom Brady@} today. It\u2019s just the way it is. Go Bucs", "id": 1358474775132315654, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
98
- {"date": "2021-02-07", "text": "{{URL}} via {@GIPHY@} Buffalo Chicken Pierogi for the Super Bowl - {{URL}}", "id": 1358505107856490498, "label": [0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["food_&_dining", "sports"]}
99
- {"date": "2021-02-08", "text": "Leonard Fournette carves up the Chiefs D to make it 28-9 #EDFsports {{USERNAME}} {{USERNAME}} {{USERNAME}} {{USERNAME}} {{USERNAME}}", "id": 1358596391170412545, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
100
- {"date": "2021-02-14", "text": "Update on winter storm #Uri from {@The Weather Channel@} on Sunday afternoon. {{USERNAME}} {{URL}}", "id": 1361041692938412034, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "news_&_social_concern"]}
101
- {"date": "2021-02-21", "text": "The movie Wild Cats staring {@Goldie Hawn@} {@WS@} had the absolute best cheerleader\u2019s!! #themoviewildcats #1986", "id": 1363335726537072643, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video"]}
102
- {"date": "2021-02-21", "text": "#Drishyam2 Though the first hour seems like a drag, director #JeethuJoseph skilfully connects all the plot points to achieve a satisfying finale. The movie keeps you guessing and that\u2019s what works. {@Mohanlal@} as #Georgekutty steals the show. Rating-3.5/5.", "id": 1363547073010831362, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video"]}
103
- {"date": "2021-02-21", "text": "I said: Pain and sorrow. He said: Stay with it. The wound is the place where the light enters you. ~Rumi {{USERNAME}} Lord of Shadows", "id": 1363548762971512833, "label": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["arts_&_culture"]}
104
- {"date": "2021-02-21", "text": ". {@Penn State Men s Basketball@} is set to take on Iowa in just under 15 minutes as they try to pull off a badly needed upset on the road. Follow along for updates throughout the game.", "id": 1363605926071197697, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
105
- {"date": "2021-02-28", "text": "An incredible talent to support this project. This is an interesting project with innovative thought. Happy to be a part of this great project. Good luck to the team and the community with the future. @SwaapCrypto {{URL}}", "id": 1365874132970139654, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs", "news_&_social_concern"]}
106
- {"date": "2021-02-28", "text": ". {@Olakira@} Featuring {@Davido@} \u201cIN MY MASERATI(Remix) Music Video Has Surpassed 17 Million Views On YouTube!\u2764\ufe0f -A Bop", "id": 1365934418368622592, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "music"]}
107
- {"date": "2021-02-28", "text": "Wait a second, the {@Pittsburgh Penguins@} were allowed to host a limited number of folks to view a special at the arena today, but that same number of folks are NOT allowed to be at a game? What s the difference? I m so confused.", "id": 1366175821946368000, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
108
- {"date": "2021-03-07", "text": "Congrats {{USERNAME}} \u2014 ISHSHA State Champs!!", "id": 1368375688273747970, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
109
- {"date": "2021-03-07", "text": "Defending state champs Yavneh Dallas (6-1) have their 24-game win streak snapped as they are denied a 5th straight trip to TAPPS 3A Final Four, falling in 1/4finals to Denton Calvary 53-44 {{USERNAME}} ", "id": 1368409784433713155, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
110
- {"date": "2021-03-07", "text": "Fear the Walking Dead Mid-Season 6 Finale Trailer {{URL}} #FearTWD #TWD #TWDFamily #AlyciaDebnamCarey #TheWalkingDead {@Garret Dillahunt@} {@JENNA ELFMAN@} {@Alycia Debnam Carey@} {@danaygarcia@} {@Colman Domingo@} #fearthewalkingdead #WalkingDead #scifi #horror #GeekLove #StaySafe", "id": 1368530906789666817, "label": [0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "film_tv_&_video"]}
111
- {"date": "2021-03-07", "text": "#NowPlaying Luxury Tax by Rick Ross, Lil Wayne, Jeezy, Trick Daddy on {@TIDAL@} {{URL}} ", "id": 1368622135875411972, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
112
- {"date": "2021-03-09", "text": "The Super Straight Movement Has The Trans Community FURIOUS. {{URL}} via {@YouTube@} #SUPERGAY #supergays {@Blaire White@}", "id": 1369375801242759170, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "news_&_social_concern"]}
113
- {"date": "2021-03-14", "text": "I m an old ARMY & everytime BTS wins an award i would always cry so grammys do ur job properly so i can cry tears of joy instead sadness early in the morning #LightItUpBTS #BTSARMY #BTSGrammy {@BTS_twt@}", "id": 1371186984400527365, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
114
- {"date": "2021-03-16", "text": "The NCAA men s Tournament bracket has been out for over 24 days, here is a breakdown of all 68 teams chances of cutting down the nets.(via {@Busting Brackets@} ) {{URL}} ", "id": 1371641321836969984, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
115
- {"date": "2021-03-20", "text": "Juwan Howard, who protested the NCAA s profiting off the Fab Five in the 90 s, said he didn t notice {@Isaiah@} s #NotNCAAProperty shirt Saturday. But the country sure did. It may not be the last we hear of injured Isaiah Livers in this NCAA tourney. {{URL}} ", "id": 1373419447705276424, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
116
- {"date": "2021-03-21", "text": "Nav ( {@Nav@} ) ft The Weeknd ( {@The Weeknd@} ) - Some Way (Clean)", "id": 1373603803249971200, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
117
- {"date": "2021-03-25", "text": "Happy new year {{USERNAME}} may the lord be in your favor Let\u2019s ROCK", "id": 1375143718374739970, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture"]}
118
- {"date": "2021-03-28", "text": ". {@Al Horford@} must be really proud watching these guys. He s mentored most of them", "id": 1375989272537300992, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
119
- {"date": "2021-04-04", "text": "SG Local charts of {@BTS_twt@} \u2018Film Out\u2019 co-composed by #Jungkook #1 iTunes Singapore #1 trending on Youtube #1 Spotify New Music Friday #8 Top 50 Spotify Daily #10 Spotify Hot Hits", "id": 1378556726740328452, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
120
- {"date": "2021-04-04", "text": "Everyday is Easter when your a {@Taylor Swift@} stan, we spend our lives hunting Easter eggs #Easter #EasterEggHunt", "id": 1378677505842876417, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture"]}
121
- {"date": "2021-04-04", "text": "[NEW MUSIC] DERYK EVONS \u2013 \u201cTROUBLES\u201d | {{USERNAME}} {{URL}}", "id": 1378677931434782720, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
122
- {"date": "2021-04-04", "text": "\u203c\ufe0f WE RE CURRENTLY ON THE 2ND PLACE SO PLEASE KEEP ON VOTING \u203c\ufe0f rt/reply I vote {@BTS_twt@} for the Top 50 Music Awards 2020 Biggest Fans #Top50BTS", "id": 1378738618466922505, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0], "label_name": ["music", "news_&_social_concern"]}
123
- {"date": "2021-04-04", "text": "I love how people in kpop a kpop idol or company will litterally copy a black artist, a ACCUSE them of pulling the race card and saying they re a CLOUT CHASER just for callling someone out, Sis make it make sense, Purrr ~ {{USERNAME}} ", "id": 1378767611572404225, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0], "label_name": ["music", "news_&_social_concern"]}
124
- {"date": "2021-04-04", "text": "Watch \u201c11am Easter Service April 4,, 2021\u201d by {{USERNAME}} on #Vimeo {{URL}} ", "id": 1378798638365822982, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "other_hobbies"]}
125
- {"date": "2021-04-04", "text": "There is no reason for {@Spotify@} to have artist radio when you have playlists. Really doesn t make sense. #Spotify", "id": 1378858109951639557, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
126
- {"date": "2021-04-10", "text": "A successful project depends on how the entire system team works & here the team is very solid & experienced in their field. You can see the future by their vision & hard work. #MocktailFinance #MocktailSwap #MOK #blockchain #crypto #BNB #cryptocurrencies #fintech {{USERNAME}}", "id": 1380849847448694784, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs"]}
127
- {"date": "2021-04-11", "text": "A special team at the {@The Wall Street Journal@} put together this 142 page report to figure out how to drive growth at the newspaper This is exactly what you d expect when you design by committee {{URL}}", "id": 1381363024271925249, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs", "news_&_social_concern"]}
128
- {"date": "2021-04-18", "text": "New flipped account. please go and give him so love. thank you His UN is {{USERNAME}}", "id": 1383842746889228299, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "news_&_social_concern"]}
129
- {"date": "2021-04-19", "text": "#ICYM: The powers available to minister Sports, Arts and Culture Minister Nathi Mthethwa give him the right to remove recognition of the federation as the authority on #cricket, and to stop providing funding for it #Proteas {{USERNAME}} {{URL}} ", "id": 1384113958458511366, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0], "label_name": ["news_&_social_concern", "sports"]}
130
- {"date": "2021-04-25", "text": "The atmosphere at {{USERNAME}} games is second to none. Nothing better in the {@NAHL@} . They\u2019re also 45-4-0-1; they\u2019re pretty good.", "id": 1386165593754140674, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["gaming", "sports"]}
131
- {"date": "2021-04-25", "text": "Big Fight Bob on the hype video?!? {@Robbie Fox@}", "id": 1386166741038944257, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
132
- {"date": "2021-04-25", "text": "I finished 15th at this year\u2019s American Crossword Puzzle Tournament (tied with {@Rob Tricchinelli@} ), and first in Upstate NY, which I believe makes me King in the North (in this analogy {{USERNAME}} is the King Beyond the Wall). #acpt #ACPT2021", "id": 1386437038182834178, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0], "label_name": ["gaming", "other_hobbies", "sports"]}
133
- {"date": "2021-05-02", "text": "Hi. Can we get some new music? Hope you\u2019re doing well! {@Kendrick Lamar@}", "id": 1388762909409378304, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
134
- {"date": "2021-05-02", "text": "Lmao the sky is getting brighter help! @RheasRiptide It\u2019s almost 6", "id": 1388794421555171330, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life"]}
135
- {"date": "2021-05-02", "text": "Soulja Boy Tell em - Crank That (Soulja Boy) (Official Music Video) {{URL}} via {@YouTube@} {@Soulja Boy Draco@}", "id": 1388884961713852421, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
136
- {"date": "2021-05-02", "text": "The {{USERNAME}} team have done incredibly well to create that season in the Midst of a Global Pandemic so leaving it like that makes sense for AC-12 to climb from the bottom to the top in a final season 7 and put all the bent copper to the sword. #LineofDutyFinale #season7", "id": 1388974567167873025, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video"]}
137
- {"date": "2021-05-02", "text": "Relax (Take It Easy) music video by {@MIKA@} hits 100 Mln views!!! \u2764 #Mika #Relax #100MlnViews {{URL}}", "id": 1388975800670728195, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
138
- {"date": "2021-05-09", "text": "Camels defeat Owensboro Catholic 6-5. Aydan Hamilton drove in 3 and Logan Stevenson hit the go ahead home run in the bottom of the 6th and threw the final 3 innings to pick up the win. {{USERNAME}}", "id": 1391205912921231360, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
139
- {"date": "2021-05-09", "text": "Happy mother\u2019s day to all incredible mom out there!!!!! Especially to all My First time Mamshies and To My wonder woman And also to My bestfriend {{USERNAME}} Hahahahahha love u!!", "id": 1391209804215984129, "label": [0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "family"]}
140
- {"date": "2021-05-09", "text": "Thomas Tuchel: It will not change too much no matter what the result was [against Man City]. But surely it is not a disadvantage to us to have this experience in such a short time to have the possibility to beat them twice. [via {@Nizaar Kinsella@} ]", "id": 1391507332941627396, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
141
- {"date": "2021-05-16", "text": "Bloodhound Gang - The Bad Touch {{URL}} #MMM Voor {{USERNAME}}", "id": 1393956595122507777, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
142
- {"date": "2021-05-16", "text": "Sean Shelby s Shoes: What s next for Michael Chandler after UFC 262 title-fight loss? {{URL}} via {@MMA Junkie@}", "id": 1394073692502585345, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
143
- {"date": "2021-05-23", "text": "| Hello! This is a new account dedicated to tracking {@Olivia Rodrigo@} s personal Spotify account. Follow for daily updates and turn on tweet notifications to be the fastest to see what songs she has listened to and currently listening to!", "id": 1396312784174915591, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
144
- {"date": "2021-05-23", "text": "Back in 2010, 19 years old me was sitting at a coffeeshop in Irbid, Jordan watching {@Javier Zanetti@} lifting our 18th scudetto. I still remember how I felt that day. 11 years later, I\u2019m the same man carrying the same feelings #ForzaInter #IMScudetto {@Inter@} ", "id": 1396435317876482052, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life"]}
145
- {"date": "2021-05-23", "text": "Fantasy Baseball Week 8 Hitting Planner via {{USERNAME}} The White Sox, Tigers, Mets & Athletics play 7 home games The Orioles, Rockies, Padres & Cardinals play 7 road games The Blue Jays play 6 on the road The Braves, Red Sox & Astros play 5 games {{URL}} ", "id": 1396525441536696332, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
146
- {"date": "2021-05-27", "text": "#nowplaying the blues by red eye$ hiii via {@Audiomack@} {{URL}}", "id": 1397913625256333322, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
147
- {"date": "2021-05-29", "text": "Elon\u2019s Energy Consumption Rants: Is Anyone Paying Attention? By {{USERNAME}} #Bitcoin Maximalists Beef Against {@Elon Musk@} This\u261d\ufe0ftweet put the entire #crypto market in the red leading to a tsunami of responses. Thoughts in The Comments {{URL}}", "id": 1398454638077222914, "label": [0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["business_&_entrepreneurs", "news_&_social_concern"]}
148
- {"date": "2021-05-30", "text": "UEFA Champions League | Manchester City v Chelsea | Highlights. {{URL}} #SSFootball via {@SuperSport@}", "id": 1398849241041313794, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
149
- {"date": "2021-05-30", "text": "Manchester City lost but I saw {@Koe Wetzel@} in South Padre so I won today", "id": 1398907899150323712, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
150
- {"date": "2021-05-30", "text": "Imagine the Philippines not entering the semis in #MissUniverse the Internet will literally EXPLODE! Are you willing to risk it {@Miss Universe@} ? Can you take the heat? \ufe0f\ufe0f SABOG KAYONG LAHAT! Kasing tapang niyo ba ang MU 2013 na nilaglag ang host country?!", "id": 1398941447131328515, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture"]}
151
- {"date": "2021-05-30", "text": "H.O.L.Y. #highonlovingyou. I \u2764 that phrase! So cool! I seriously LOVE love people. On another note, custody...WHO gets the baby & wen. {{USERNAME}} {{USERNAME}} {{USERNAME}} For the of the Lord will rest on this mountain, & Moab... Isaiah 25:10 ESV {{URL}} ", "id": 1399061232183910403, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "other_hobbies"]}
152
- {"date": "2021-05-30", "text": "#FOMO ? Pretty sure this is all you have to do to get blocked by {{USERNAME}} #boycottharveynorman", "id": 1399120084644241409, "label": [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0], "label_name": ["arts_&_culture", "other_hobbies"]}
153
- {"date": "2021-06-06", "text": "{{URL}} {{USERNAME}} Clips vs Mavs in Game 7. If LA keeps playing tough defense they should be able to keep Dallas under control. The problem for the Clippers is scoring themselves and they should be aiming for 120.", "id": 1401628244038795265, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
154
- {"date": "2021-06-13", "text": "The lyrics are so beautiful!! Really really beautiful. And what make them more beautiful is that Mew made them by himself!! We ignite the light in the summer night {@mewsuppasit@} #mssSFTS1", "id": 1404045642398318594, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
155
- {"date": "2021-06-13", "text": "Yuta I would like to recommend this song to you. I think you ll like the lyrics And maybe try to cover too? #\u30e6\u30a6\u30bf #\u4e2d\u672c\u60a0\u592a #\uc720\ud0c0 #YUTA897 {@NCT 127@} {{URL}}", "id": 1404074877519159302, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
156
- {"date": "2021-06-20", "text": "Leo, I d really love to big up my dad you the best dad ever you ve stepped up in my time of need unconditionally.\u201cYou don t have to be a dad, to be a dad. To all the fathers and father figures, Happy Father s Day.\u201d #JamaaNiYaJamii {{USERNAME}} {{URL}} ", "id": 1406573204093669377, "label": [0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "family", "relationships"]}
157
- {"date": "2021-06-20", "text": "Happy summer solstice\u2014we\u2019re enjoying the extra hours of sunshine today and kicking back with refreshing sips of ZEPHYR. . . . : {{USERNAME}} @ Brattleboro, Vermont {{URL}} ", "id": 1406759676499333125, "label": [0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "food_&_dining"]}
158
- {"date": "2021-06-22", "text": "Power outage in my area today: 9am-11.30am came for 1 hr 12.30pm-4:30pm 9.30pm-12am And after providing full 40 minutes of power it s gone again 12.40am- unknown Who can ask you for accountability {@KE@} ? Achi badmashi lagai wi hai! Bijli dou nahi aur bill banate rahou", "id": 1407426577017708544, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life", "news_&_social_concern"]}
159
- {"date": "2021-06-27", "text": "Swallows chairman {{USERNAME}} confirms to #SLSiya that two players are leaving the club. {{URL}}", "id": 1409088228561457153, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
160
- {"date": "2021-06-27", "text": "B.MORGAN Str8 Jacket Official Music Video (Dirty) {{URL}} {{USERNAME}}", "id": 1409115736501596162, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "music"]}
161
- {"date": "2021-06-28", "text": "Find someone who loves you well. Someone who never belittles you. Even in the heat of an argument. Someone who is gentle with you, but does not treat you like you are fragile. KARJON STARMAGIC PRESSCON #KarJon {{USERNAME}} {{USERNAME}} ", "id": 1409390014564294656, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life"]}
162
- {"date": "2021-07-03", "text": "Ekoh ft. Vin Jay- Villain (Official Music Video) {{URL}} via {@YouTube@} Check out {@EKOH@} new song #vaillain ft. Vin Jay", "id": 1411170769241919491, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
163
- {"date": "2021-07-04", "text": "Updated with Jihoon\u2019s new song recommendation (210705): >Blessed \u2014 Daniel Caesar {@TREASURE@} {{URL}}", "id": 1411744219455234054, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
164
- {"date": "2021-07-04", "text": "#NowPlaying Comfortable by Lil Wayne, Babyface on {@TIDAL@} {{URL}} ", "id": 1411805766323900416, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
165
- {"date": "2021-07-11", "text": ". {@BTS_twt@} Permission To Dance \u2014 10AM KST #1 Bugs (=) #1 Genie (=) #2 Flo (=) #5 Melon (+1)", "id": 1414039353882386440, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
166
- {"date": "2021-07-11", "text": "Shout out to the many England fans that have put the hard yards in over the years following England home & away, today is for you Whilst the county is naturally excited & buzzing for today, its fans like you that deserve it My man {{USERNAME}} is one of those people ", "id": 1414130163202265091, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
167
- {"date": "2021-07-11", "text": "Permission to dance 100M !!! Good jod ARMY !!! #PermissiontoDance #PermissonToDance #PermissionToDance100M #BTS #BTSARMY {@BTS_twt@}", "id": 1414161039629770754, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
168
- {"date": "2021-07-11", "text": "PERMISSION TO DANCE 100M #PermissiontoDance100M #Permissiontodance #BTS #\ubc29\ud0c4\uc18c\ub144\ub2e8 {@BTS_twt@}", "id": 1414162533498331136, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
169
- {"date": "2021-07-11", "text": "I m going to say this.....if our {@England@} fans boo #Italy s national anthem, then {@UEFA com@} should straight away disqualify England.....maybe then these idiots will learn how to #Respect others #EURO2020 #EuroFinal #Eng #ItA #ENGITA", "id": 1414190960414703623, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0], "label_name": ["news_&_social_concern", "sports"]}
170
- {"date": "2021-07-11", "text": "LLEGAMOS A LOS 110M!!! VAMOS SOIXJAOIS {@BTS_twt@} #PermissiontoDance BTS (\ubc29\ud0c4\uc18c\ub144\ub2e8) Permission to Dance Official MV {{URL}}", "id": 1414312583541182464, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0], "label_name": ["music", "news_&_social_concern"]}
171
- {"date": "2021-07-14", "text": "Love Carlo as a player and what he brings as the {@Boston Bruins@} most pure defender. However, you can t ignore the head injuries he s sustained and how many full seasons he ll be able to play of the 6-year deal. Hoping he has a big body protector on the other side.", "id": 1415399468757921799, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
172
- {"date": "2021-07-15", "text": "I\u2019ve accepted the Head JV Boys Basketball Coaching position at Penn HS. I\u2019m looking forward to learning from & being mentored by Hall of Fame Coach, Al Rhodes. I\u2019ll be teaching Health/PE in the PHM district. Go Kingsmen! {{USERNAME}} ", "id": 1415756201699155968, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1], "label_name": ["learning_&_educational", "sports", "youth_&_student_life"]}
173
- {"date": "2021-07-18", "text": "Wow, ten years since {@player coach@} won the WWE Title from {@John Cena@} in one of the company s greatest matches and leaving with it. Time truly does fly so fast. #WWEMITB", "id": 1416574546447114243, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
174
- {"date": "2021-07-19", "text": "Searching for tweet from {@Mercedes AMG PETRONAS F1 Team@} about {@Max Verstappen@} s recovery and wishes... 404 Not Found. Success going into the head... #Disrespectful", "id": 1417025798733631490, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
175
- {"date": "2021-07-25", "text": "Episode 415, powered by {@Blue Microphones@} : The guys and {@Chris Jericho@} analyze \u201cI\u2019m Leaving You\u201d from the 1984 Scorpions album Love at First Sting! #podcast #podcasting #PoweredByBlue {{URL}} ", "id": 1419354266796449796, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "music"]}
176
- {"date": "2021-07-25", "text": "Ay {@SAINt@} you had the best performance today at rolling loud and this new song is firee I wish you performed Monica Lewinsky though", "id": 1419446961682403330, "label": [0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "music"]}
177
- {"date": "2021-07-30", "text": "The amount of \u201cWelcome to the big apple \u201d tweets sent out by {@SNY@} last night that ended up being completely unrelated to {@New York Mets@} baseball was a gut punch #LGM", "id": 1421078031490297856, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
178
- {"date": "2021-08-01", "text": "HAUSER and Se\u00f1orita - The Power Of Love {{URL}} via {@YouTube@} &*Bisous*", "id": 1421983119494766593, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0], "label_name": ["music"]}
179
- {"date": "2021-08-08", "text": "Congratulations to {@A ja Wilson@} and {@dawnstaley@} on winning the gold medal over Japan 90-75!#Gold #TeamUSA #ForeverToThee", "id": 1424218634122113024, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
180
- {"date": "2021-08-08", "text": "Open House Today 12-1:30 19 3rd St Norwood - Come over and see this awesome home! {{URL}} via {{USERNAME}}", "id": 1424365938976120833, "label": [0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["diaries_&_daily_life"]}
181
- {"date": "2021-08-08", "text": "Breaking: #Colts and LB Darius Leonard agree to a 5 year $99.25M extension to make him the highest paid ILB in the NFL per {@Ian Rapoport@} . The deal pays Leonard $20M per year the first 3 seasons", "id": 1424368240269086721, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0], "label_name": ["news_&_social_concern", "sports"]}
182
- {"date": "2021-08-08", "text": "SHAMEFUL that Tom Flores has waited this long to be inducted into the {@NFL@} Hall of Fame. He had QUITE a history WAY before coaching and now he can barely enjoy his moment. WHY?? Again, SHAMEFUL. Such a disappointment and disgrace to the so called \u201cstandards\u201d the NFL subscribes.", "id": 1424518430544252931, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0], "label_name": ["news_&_social_concern", "sports"]}
183
- {"date": "2021-08-15", "text": "Playin 3v3 GBs Come support the homie {{URL}} {{USERNAME}} {{USERNAME}} {{USERNAME}} {@Abella Danger@}", "id": 1426751965367836672, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["gaming"]}
184
- {"date": "2021-08-15", "text": "NY Yankees defeated Chi White Sox 7-5 in 10 innings Cc {{USERNAME}}", "id": 1426754516280659974, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
185
- {"date": "2021-08-15", "text": "Crucially, this also means {@Kaizer Chiefs@} will have to wait until 2022 to even try and win a first trophy since 2015, with the league cup(previously Telkom Knockout) still missing this season.", "id": 1426935064231809032, "label": [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0], "label_name": ["sports"]}
186
- {"date": "2021-08-15", "text": "Yellow vs Blue, Me vs You - Aila Donovan , Whitney Wright, Ricky Johnson Color schemes collide! {{USERNAME}} and {{USERNAME}} tease and taunt the camera {{USERNAME}} #brazzers\u0650 \u2b07\ufe0f\u2b07\ufe0fCLIC HERE\u2b07\ufe0f\u2b07\ufe0f {{URL}} ", "id": 1426963672941932547, "label": [0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["film_tv_&_video", "news_&_social_concern"]}
187
- {"date": "2021-08-29", "text": "Pretty sure {@Channing Tatum@} is the only person that can pull off cowboy boots with a bowler hat", "id": 1431798080895078403, "label": [0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], "label_name": ["celebrity_&_pop_culture", "fashion_&_style"]}
188
- {"date": "2021-08-29", "text": "Praying for all my New Orleans and Louisiana Family!!! {@University of New Orleans@} {@NOLAsTeam@}", "id": 1432129259766697984, "label": [0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0], "label_name": ["family", "news_&_social_concern"]}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
get_model_list.py DELETED
@@ -1,48 +0,0 @@
1
- import json
2
- import os
3
- import requests
4
-
5
- import pandas as pd
6
-
7
-
8
- def download(filename, url):
9
- try:
10
- with open(filename) as f:
11
- json.load(f)
12
- except Exception:
13
- os.makedirs(os.path.dirname(filename), exist_ok=True)
14
- with open(filename, "wb") as f:
15
- r = requests.get(url)
16
- f.write(r.content)
17
- with open(filename) as f:
18
- tmp = json.load(f)
19
- return tmp
20
-
21
-
22
-
23
- models = [
24
- "cardiffnlp/roberta-large-tweet-topic-multi-all",
25
- "cardiffnlp/roberta-base-tweet-topic-multi-all",
26
- "cardiffnlp/twitter-roberta-base-2019-90m-tweet-topic-multi-all",
27
- "cardiffnlp/twitter-roberta-base-dec2020-tweet-topic-multi-all",
28
- "cardiffnlp/twitter-roberta-base-dec2021-tweet-topic-multi-all",
29
- "cardiffnlp/roberta-large-tweet-topic-multi-2020",
30
- "cardiffnlp/roberta-base-tweet-topic-multi-2020",
31
- "cardiffnlp/twitter-roberta-base-2019-90m-tweet-topic-multi-2020",
32
- "cardiffnlp/twitter-roberta-base-dec2020-tweet-topic-multi-2020",
33
- "cardiffnlp/twitter-roberta-base-dec2021-tweet-topic-multi-2020"
34
- ]
35
-
36
- os.makedirs("metric_files", exist_ok=True)
37
-
38
- metrics = []
39
- for i in models:
40
- model_type = "all (2020 + 2021)" if i.endswith("all") else "2020 only"
41
- url = f"https://huggingface.co/{i}/raw/main/metric_summary.json"
42
- model_url = f"https://huggingface.co/{i}"
43
- metric = download(f"metric_files/{os.path.basename(i)}.json", url)
44
- metrics.append({"model": f"[{i}]({model_url})", "training data": model_type, "F1": metric["test/eval_f1"], "F1 (macro)": metric["test/eval_f1_macro"], "Accuracy": metric["test/eval_accuracy"]})
45
-
46
- df = pd.DataFrame(metrics)
47
- print(df.to_markdown(index=False))
48
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
lm_finetuning.py DELETED
@@ -1,250 +0,0 @@
1
- '''
2
- wandb offline
3
- export WANDB_DISABLED='true'
4
- export RAY_RESULTS='ray_results'
5
-
6
- python lm_finetuning.py -m "roberta-large" -o "ckpt/2021/roberta-large" --push-to-hub --hf-organization "cardiffnlp" -a "roberta-large-tweet-topic-multi-all" --split-train "train_all" --split-valid "validation_2021" --split-test "test_2021"
7
- python lm_finetuning.py -m "roberta-large" -o "ckpt/2020/roberta-large" --push-to-hub --hf-organization "cardiffnlp" -a "roberta-large-tweet-topic-multi-2020" --split-train "train_2020" --split-valid "validation_2020" --split-test "test_2021"
8
-
9
- python lm_finetuning.py -m "roberta-base" -o "ckpt/2021/roberta_base" --push-to-hub --hf-organization "cardiffnlp" -a "roberta-base-tweet-topic-multi-all" --split-train "train_all" --split-valid "validation_2021" --split-test "test_2021"
10
- python lm_finetuning.py -m "roberta-base" -o "ckpt/2020/roberta_base" --push-to-hub --hf-organization "cardiffnlp" -a "roberta-base-tweet-topic-multi-2020" --split-train "train_2020" --split-valid "validation_2020" --split-test "test_2021"
11
-
12
- python lm_finetuning.py -m "cardiffnlp/twitter-roberta-base-2019-90m" -o "ckpt/2021/twitter-roberta-base-2019-90m" --push-to-hub --hf-organization "cardiffnlp" -a "twitter-roberta-base-2019-90m-tweet-topic-multi-all" --split-train "train_all" --split-valid "validation_2021" --split-test "test_2021"
13
- python lm_finetuning.py -m "cardiffnlp/twitter-roberta-base-2019-90m" -o "ckpt/2020/twitter-roberta-base-2019-90m" --push-to-hub --hf-organization "cardiffnlp" -a "twitter-roberta-base-2019-90m-tweet-topic-multi-2020" --split-train "train_2020" --split-valid "validation_2020" --split-test "test_2021"
14
-
15
- python lm_finetuning.py -m "cardiffnlp/twitter-roberta-base-dec2020" -o "ckpt/2021/twitter-roberta-base-dec2020" --push-to-hub --hf-organization "cardiffnlp" -a "twitter-roberta-base-dec2020-tweet-topic-multi-all" --split-train "train_all" --split-valid "validation_2021" --split-test "test_2021"
16
- python lm_finetuning.py -m "cardiffnlp/twitter-roberta-base-dec2020" -o "ckpt/2020/twitter-roberta-base-dec2020" --push-to-hub --hf-organization "cardiffnlp" -a "twitter-roberta-base-dec2020-tweet-topic-multi-2020" --split-train "train_2020" --split-valid "validation_2020" --split-test "test_2021"
17
-
18
- python lm_finetuning.py -m "cardiffnlp/twitter-roberta-base-dec2021" -o "ckpt/2021/twitter-roberta-base-dec2021" --push-to-hub --hf-organization "cardiffnlp" -a "twitter-roberta-base-dec2021-tweet-topic-multi-all" --split-train "train_all" --split-valid "validation_2021" --split-test "test_2021"
19
- python lm_finetuning.py -m "cardiffnlp/twitter-roberta-base-dec2021" -o "ckpt/2020/twitter-roberta-base-dec2021" --push-to-hub --hf-organization "cardiffnlp" -a "twitter-roberta-base-dec2021-tweet-topic-multi-2020" --split-train "train_2020" --split-valid "validation_2020" --split-test "test_2021"
20
- '''
21
-
22
- import argparse
23
- import json
24
- import logging
25
- import os
26
- import math
27
- import shutil
28
- import urllib.request
29
- import multiprocessing
30
- from os.path import join as pj
31
-
32
- import torch
33
- import numpy as np
34
- from huggingface_hub import create_repo
35
- from datasets import load_dataset, load_metric
36
- from transformers import AutoTokenizer, AutoModelForSequenceClassification, TrainingArguments, Trainer
37
- from ray import tune
38
-
39
- from readme import get_readme
40
-
41
-
42
- logging.basicConfig(format='%(asctime)s %(levelname)-8s %(message)s', level=logging.INFO, datefmt='%Y-%m-%d %H:%M:%S')
43
-
44
- PARALLEL = bool(int(os.getenv("PARALLEL", 1)))
45
- RAY_RESULTS = os.getenv("RAY_RESULTS", "ray_results")
46
- LABEL2ID = {
47
- "arts_&_culture": 0,
48
- "business_&_entrepreneurs": 1,
49
- "celebrity_&_pop_culture": 2,
50
- "diaries_&_daily_life": 3,
51
- "family": 4,
52
- "fashion_&_style": 5,
53
- "film_tv_&_video": 6,
54
- "fitness_&_health": 7,
55
- "food_&_dining": 8,
56
- "gaming": 9,
57
- "learning_&_educational": 10,
58
- "music": 11,
59
- "news_&_social_concern": 12,
60
- "other_hobbies": 13,
61
- "relationships": 14,
62
- "science_&_technology": 15,
63
- "sports": 16,
64
- "travel_&_adventure": 17,
65
- "youth_&_student_life": 18
66
- }
67
- ID2LABEL = {v: k for k, v in LABEL2ID.items()}
68
-
69
-
70
- def internet_connection(host='http://google.com'):
71
- try:
72
- urllib.request.urlopen(host)
73
- return True
74
- except:
75
- return False
76
-
77
-
78
- def sigmoid(x):
79
- return 1 / (1 + math.exp(-x))
80
-
81
-
82
- def get_metrics():
83
- metric_accuracy = load_metric("accuracy", "multilabel")
84
- metric_f1 = load_metric("f1", "multilabel")
85
-
86
- # metric_f1.compute(predictions=[[0, 1, 1], [1, 1, 0]], references=[[0, 1, 1], [0, 1, 0]], average='micro')
87
- # metric_accuracy.compute(predictions=[[0, 1, 1], [1, 1, 0]], references=[[0, 1, 1], [0, 1, 0]])
88
-
89
- def compute_metric_search(eval_pred):
90
- logits, labels = eval_pred
91
- predictions = np.array([[int(sigmoid(j) > 0.5) for j in i] for i in logits])
92
- return metric_f1.compute(predictions=predictions, references=labels, average='micro')
93
-
94
- def compute_metric_all(eval_pred):
95
- logits, labels = eval_pred
96
- predictions = np.array([[int(sigmoid(j) > 0.5) for j in i] for i in logits])
97
- return {
98
- 'f1': metric_f1.compute(predictions=predictions, references=labels, average='micro')['f1'],
99
- 'f1_macro': metric_f1.compute(predictions=predictions, references=labels, average='macro')['f1'],
100
- 'accuracy': metric_accuracy.compute(predictions=predictions, references=labels)['accuracy']
101
- }
102
- return compute_metric_search, compute_metric_all
103
-
104
-
105
- def main():
106
- parser = argparse.ArgumentParser(description='Fine-tuning language model.')
107
- parser.add_argument('-m', '--model', help='transformer LM', default='roberta-base', type=str)
108
- parser.add_argument('-d', '--dataset', help='', default='cardiffnlp/tweet_topic_multi', type=str)
109
- parser.add_argument('--split-train', help='', required=True, type=str)
110
- parser.add_argument('--split-validation', help='', required=True, type=str)
111
- parser.add_argument('--split-test', help='', required=True, type=str)
112
- parser.add_argument('-l', '--seq-length', help='', default=128, type=int)
113
- parser.add_argument('--random-seed', help='', default=42, type=int)
114
- parser.add_argument('--eval-step', help='', default=50, type=int)
115
- parser.add_argument('-o', '--output-dir', help='Directory to output', default='ckpt_tmp', type=str)
116
- parser.add_argument('-t', '--n-trials', default=10, type=int)
117
- parser.add_argument('--push-to-hub', action='store_true')
118
- parser.add_argument('--use-auth-token', action='store_true')
119
- parser.add_argument('--hf-organization', default=None, type=str)
120
- parser.add_argument('-a', '--model-alias', help='', default=None, type=str)
121
- parser.add_argument('--summary-file', default='metric_summary.json', type=str)
122
- parser.add_argument('--skip-train', action='store_true')
123
- parser.add_argument('--skip-eval', action='store_true')
124
- opt = parser.parse_args()
125
- assert opt.summary_file.endswith('.json'), f'`--summary-file` should be a json file {opt.summary_file}'
126
- # setup data
127
- dataset = load_dataset(opt.dataset)
128
- network = internet_connection()
129
- # setup model
130
- tokenizer = AutoTokenizer.from_pretrained(opt.model, local_files_only=not network)
131
- model = AutoModelForSequenceClassification.from_pretrained(
132
- opt.model,
133
- id2label=ID2LABEL,
134
- label2id=LABEL2ID,
135
- num_labels=len(dataset[opt.split_train]['label'][0]),
136
- local_files_only=not network,
137
- problem_type="multi_label_classification"
138
- )
139
- tokenized_datasets = dataset.map(
140
- lambda x: tokenizer(x["text"], padding="max_length", truncation=True, max_length=opt.seq_length),
141
- batched=True)
142
- # setup metrics
143
- compute_metric_search, compute_metric_all = get_metrics()
144
-
145
- if not opt.skip_train:
146
- # setup trainer
147
- trainer = Trainer(
148
- model=model,
149
- args=TrainingArguments(
150
- output_dir=opt.output_dir,
151
- evaluation_strategy="steps",
152
- eval_steps=opt.eval_step,
153
- seed=opt.random_seed
154
- ),
155
- train_dataset=tokenized_datasets[opt.split_train],
156
- eval_dataset=tokenized_datasets[opt.split_validation],
157
- compute_metrics=compute_metric_search,
158
- model_init=lambda x: AutoModelForSequenceClassification.from_pretrained(
159
- opt.model,
160
- return_dict=True,
161
- num_labels=len(dataset[opt.split_train]['label'][0]),
162
- id2label=ID2LABEL,
163
- label2id=LABEL2ID
164
- )
165
- )
166
- # parameter search
167
- if PARALLEL:
168
- best_run = trainer.hyperparameter_search(
169
- hp_space=lambda x: {
170
- "learning_rate": tune.loguniform(1e-6, 1e-4),
171
- "num_train_epochs": tune.choice(list(range(1, 6))),
172
- "per_device_train_batch_size": tune.choice([4, 8, 16, 32, 64]),
173
- },
174
- local_dir=RAY_RESULTS, direction="maximize", backend="ray", n_trials=opt.n_trials,
175
- resources_per_trial={'cpu': multiprocessing.cpu_count(), "gpu": torch.cuda.device_count()},
176
-
177
- )
178
- else:
179
- best_run = trainer.hyperparameter_search(
180
- hp_space=lambda x: {
181
- "learning_rate": tune.loguniform(1e-6, 1e-4),
182
- "num_train_epochs": tune.choice(list(range(1, 6))),
183
- "per_device_train_batch_size": tune.choice([4, 8, 16, 32, 64]),
184
- },
185
- local_dir=RAY_RESULTS, direction="maximize", backend="ray", n_trials=opt.n_trials
186
- )
187
- # finetuning
188
- for n, v in best_run.hyperparameters.items():
189
- setattr(trainer.args, n, v)
190
- trainer.train()
191
- trainer.save_model(pj(opt.output_dir, 'best_model'))
192
- best_model_path = pj(opt.output_dir, 'best_model')
193
- else:
194
- best_model_path = pj(opt.output_dir, 'best_model')
195
-
196
- # evaluation
197
- model = AutoModelForSequenceClassification.from_pretrained(
198
- best_model_path,
199
- num_labels=len(dataset[opt.split_train]['label'][0]),
200
- local_files_only=not network,
201
- problem_type="multi_label_classification",
202
- id2label=ID2LABEL,
203
- label2id=LABEL2ID
204
- )
205
- trainer = Trainer(
206
- model=model,
207
- args=TrainingArguments(
208
- output_dir=opt.output_dir,
209
- evaluation_strategy="no",
210
- seed=opt.random_seed
211
- ),
212
- train_dataset=tokenized_datasets[opt.split_train],
213
- eval_dataset=tokenized_datasets[opt.split_test],
214
- compute_metrics=compute_metric_all
215
- )
216
- summary_file = pj(opt.output_dir, opt.summary_file)
217
- if not opt.skip_eval:
218
- result = {f'test/{k}': v for k, v in trainer.evaluate().items()}
219
- logging.info(json.dumps(result, indent=4))
220
- with open(summary_file, 'w') as f:
221
- json.dump(result, f)
222
-
223
- if opt.push_to_hub:
224
- assert opt.hf_organization is not None, f'specify hf organization `--hf-organization`'
225
- assert opt.model_alias is not None, f'specify hf organization `--model-alias`'
226
- url = create_repo(opt.model_alias, organization=opt.hf_organization, exist_ok=True)
227
- # if not opt.skip_train:
228
- args = {"use_auth_token": opt.use_auth_token, "repo_url": url, "organization": opt.hf_organization}
229
- trainer.model.push_to_hub(opt.model_alias, **args)
230
- tokenizer.push_to_hub(opt.model_alias, **args)
231
- if os.path.exists(summary_file):
232
- shutil.copy2(summary_file, opt.model_alias)
233
- extra_desc = f"This model is fine-tuned on `{opt.split_train}` split and validated on `{opt.split_test}` split of tweet_topic."
234
- readme = get_readme(
235
- model_name=f"{opt.hf_organization}/{opt.model_alias}",
236
- metric=summary_file,
237
- language_model=opt.model,
238
- extra_desc= extra_desc
239
- )
240
- with open(f"{opt.model_alias}/README.md", "w") as f:
241
- f.write(readme)
242
- os.system(
243
- f"cd {opt.model_alias} && git lfs install && git add . && git commit -m 'model update' && git push && cd ../")
244
- shutil.rmtree(f"{opt.model_alias}") # clean up the cloned repo
245
-
246
-
247
- if __name__ == '__main__':
248
- main()
249
-
250
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
readme.py DELETED
@@ -1,104 +0,0 @@
1
- import os
2
- import json
3
- from typing import Dict
4
-
5
-
6
- sample = "#NewVideo Cray Dollas- Water- Ft. Charlie Rose- (Official Music Video)- {{URL}} via {@YouTube@} #watchandlearn {{USERNAME}}"
7
- bib = """
8
- @inproceedings{dimosthenis-etal-2022-twitter,
9
- title = "{T}witter {T}opic {C}lassification",
10
- author = "Antypas, Dimosthenis and
11
- Ushio, Asahi and
12
- Camacho-Collados, Jose and
13
- Neves, Leonardo and
14
- Silva, Vitor and
15
- Barbieri, Francesco",
16
- booktitle = "Proceedings of the 29th International Conference on Computational Linguistics",
17
- month = oct,
18
- year = "2022",
19
- address = "Gyeongju, Republic of Korea",
20
- publisher = "International Committee on Computational Linguistics"
21
- }
22
- """
23
-
24
-
25
- def get_readme(model_name: str,
26
- metric: str,
27
- language_model,
28
- extra_desc: str = ''):
29
- with open(metric) as f:
30
- metric = json.load(f)
31
- return f"""---
32
- datasets:
33
- - cardiffnlp/tweet_topic_multi
34
- metrics:
35
- - f1
36
- - accuracy
37
- model-index:
38
- - name: {model_name}
39
- results:
40
- - task:
41
- type: text-classification
42
- name: Text Classification
43
- dataset:
44
- name: cardiffnlp/tweet_topic_multi
45
- type: cardiffnlp/tweet_topic_multi
46
- args: cardiffnlp/tweet_topic_multi
47
- split: test_2021
48
- metrics:
49
- - name: F1
50
- type: f1
51
- value: {metric['test/eval_f1']}
52
- - name: F1 (macro)
53
- type: f1_macro
54
- value: {metric['test/eval_f1_macro']}
55
- - name: Accuracy
56
- type: accuracy
57
- value: {metric['test/eval_accuracy']}
58
- pipeline_tag: text-classification
59
- widget:
60
- - text: "I'm sure the {"{@Tampa Bay Lightning@}"} would’ve rather faced the Flyers but man does their experience versus the Blue Jackets this year and last help them a lot versus this Islanders team. Another meat grinder upcoming for the good guys"
61
- example_title: "Example 1"
62
- - text: "Love to take night time bike rides at the jersey shore. Seaside Heights boardwalk. Beautiful weather. Wishing everyone a safe Labor Day weekend in the US."
63
- example_title: "Example 2"
64
- ---
65
- # {model_name}
66
-
67
- This model is a fine-tuned version of [{language_model}](https://huggingface.co/{language_model}) on the [tweet_topic_multi](https://huggingface.co/datasets/cardiffnlp/tweet_topic_multi). {extra_desc}
68
- Fine-tuning script can be found [here](https://huggingface.co/datasets/cardiffnlp/tweet_topic_multi/blob/main/lm_finetuning.py). It achieves the following results on the test_2021 set:
69
-
70
- - F1 (micro): {metric['test/eval_f1']}
71
- - F1 (macro): {metric['test/eval_f1_macro']}
72
- - Accuracy: {metric['test/eval_accuracy']}
73
-
74
-
75
- ### Usage
76
-
77
- ```python
78
- import math
79
- import torch
80
- from transformers import AutoModelForSequenceClassification, AutoTokenizer
81
-
82
- def sigmoid(x):
83
- return 1 / (1 + math.exp(-x))
84
-
85
- tokenizer = AutoTokenizer.from_pretrained("{model_name}")
86
- model = AutoModelForSequenceClassification.from_pretrained("{model_name}", problem_type="multi_label_classification")
87
- model.eval()
88
- class_mapping = model.config.id2label
89
-
90
- with torch.no_grad():
91
- text = {sample}
92
- tokens = tokenizer(text, return_tensors='pt')
93
- output = model(**tokens)
94
- flags = [sigmoid(s) > 0.5 for s in output[0][0].detach().tolist()]
95
- topic = [class_mapping[n] for n, i in enumerate(flags) if i]
96
- print(topic)
97
- ```
98
-
99
- ### Reference
100
-
101
- ```
102
- {bib}
103
- ```
104
- """
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tweet_topic_multi.py DELETED
@@ -1,102 +0,0 @@
1
- """ TweetTopic Dataset """
2
- import json
3
- from itertools import chain
4
- import datasets
5
-
6
- logger = datasets.logging.get_logger(__name__)
7
- _DESCRIPTION = """[TweetTopic](https://arxiv.org/abs/2209.09824)"""
8
-
9
- _VERSION = "1.0.4"
10
- _CITATION = """
11
- @inproceedings{dimosthenis-etal-2022-twitter,
12
- title = "{T}witter {T}opic {C}lassification",
13
- author = "Antypas, Dimosthenis and
14
- Ushio, Asahi and
15
- Camacho-Collados, Jose and
16
- Neves, Leonardo and
17
- Silva, Vitor and
18
- Barbieri, Francesco",
19
- booktitle = "Proceedings of the 29th International Conference on Computational Linguistics",
20
- month = oct,
21
- year = "2022",
22
- address = "Gyeongju, Republic of Korea",
23
- publisher = "International Committee on Computational Linguistics"
24
- }
25
- """
26
- _HOME_PAGE = "https://cardiffnlp.github.io"
27
- _LABEL_TYPE = "multi"
28
- _NAME = f"tweet_topic_{_LABEL_TYPE}"
29
- _URL = f'https://huggingface.co/datasets/cardiffnlp/{_NAME}/raw/main/dataset'
30
- _URLS = {
31
- f"{str(datasets.Split.TEST)}_2020": [f'{_URL}/split_temporal/test_2020.{_LABEL_TYPE}.json'],
32
- f"{str(datasets.Split.TEST)}_2021": [f'{_URL}/split_temporal/test_2021.{_LABEL_TYPE}.json'],
33
- f"{str(datasets.Split.TRAIN)}_2020": [f'{_URL}/split_temporal/train_2020.{_LABEL_TYPE}.json'],
34
- f"{str(datasets.Split.TRAIN)}_2021": [f'{_URL}/split_temporal/train_2021.{_LABEL_TYPE}.json'],
35
- f"{str(datasets.Split.TRAIN)}_all": [f'{_URL}/split_temporal/train_2020.{_LABEL_TYPE}.json', f'{_URL}/split_temporal/train_2021.{_LABEL_TYPE}.json'],
36
- f"{str(datasets.Split.VALIDATION)}_2020": [f'{_URL}/split_temporal/validation_2020.{_LABEL_TYPE}.json'],
37
- f"{str(datasets.Split.VALIDATION)}_2021": [f'{_URL}/split_temporal/validation_2021.{_LABEL_TYPE}.json'],
38
- f"{str(datasets.Split.TRAIN)}_random": [f'{_URL}/split_random/train_random.{_LABEL_TYPE}.json'],
39
- f"{str(datasets.Split.VALIDATION)}_random": [f'{_URL}/split_random/validation_random.{_LABEL_TYPE}.json'],
40
- f"{str(datasets.Split.TEST)}_coling2022_random": [f'{_URL}/split_coling2022_random/test_random.{_LABEL_TYPE}.json'],
41
- f"{str(datasets.Split.TRAIN)}_coling2022_random": [f'{_URL}/split_coling2022_random/train_random.{_LABEL_TYPE}.json'],
42
- f"{str(datasets.Split.TEST)}_coling2022": [f'{_URL}/split_coling2022_temporal/test_2021.{_LABEL_TYPE}.json'],
43
- f"{str(datasets.Split.TRAIN)}_coling2022": [f'{_URL}/split_coling2022_temporal/train_2020.{_LABEL_TYPE}.json'],
44
- }
45
-
46
-
47
- class TweetTopicSingleConfig(datasets.BuilderConfig):
48
- """BuilderConfig"""
49
-
50
- def __init__(self, **kwargs):
51
- """BuilderConfig.
52
-
53
- Args:
54
- **kwargs: keyword arguments forwarded to super.
55
- """
56
- super(TweetTopicSingleConfig, self).__init__(**kwargs)
57
-
58
-
59
- class TweetTopicSingle(datasets.GeneratorBasedBuilder):
60
- """Dataset."""
61
-
62
- BUILDER_CONFIGS = [
63
- TweetTopicSingleConfig(name=_NAME, version=datasets.Version(_VERSION), description=_DESCRIPTION),
64
- ]
65
-
66
- def _split_generators(self, dl_manager):
67
- downloaded_file = dl_manager.download_and_extract(_URLS)
68
- return [datasets.SplitGenerator(name=i, gen_kwargs={"filepaths": downloaded_file[i]}) for i in _URLS.keys()]
69
-
70
- def _generate_examples(self, filepaths):
71
- _key = 0
72
- for filepath in filepaths:
73
- logger.info(f"generating examples from = {filepath}")
74
- with open(filepath, encoding="utf-8") as f:
75
- _list = [i for i in f.read().split('\n') if len(i) > 0]
76
- for i in _list:
77
- data = json.loads(i)
78
- yield _key, data
79
- _key += 1
80
-
81
- def _info(self):
82
- names = [
83
- "arts_&_culture", "business_&_entrepreneurs", "celebrity_&_pop_culture", "diaries_&_daily_life", "family",
84
- "fashion_&_style", "film_tv_&_video", "fitness_&_health", "food_&_dining", "gaming",
85
- "learning_&_educational", "music", "news_&_social_concern", "other_hobbies", "relationships",
86
- "science_&_technology", "sports", "travel_&_adventure", "youth_&_student_life"
87
- ]
88
- return datasets.DatasetInfo(
89
- description=_DESCRIPTION,
90
- features=datasets.Features(
91
- {
92
- "text": datasets.Value("string"),
93
- "date": datasets.Value("string"),
94
- "label": datasets.Sequence(datasets.features.ClassLabel(names=names)),
95
- "label_name": datasets.Sequence(datasets.Value("string")),
96
- "id": datasets.Value("string")
97
- }
98
- ),
99
- supervised_keys=None,
100
- homepage=_HOME_PAGE,
101
- citation=_CITATION,
102
- )
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
tweet_topic_multi/test_2020-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2ea6a246181bdb35bb73f2662e40b52812b4785104f7bad8afa031215b3b191
3
+ size 88420
tweet_topic_multi/test_2021-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ea75371b131e5fa6f913fd7019d8a82b4616393ed9a52f9ab71c9e635a2021a
3
+ size 244095
tweet_topic_multi/test_coling2022-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e310e070cf8b725c67308270f76e3a5005fd5c7bdec8611d566fdea6ca876d94
3
+ size 799499
tweet_topic_multi/test_coling2022_random-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c30ce1bab2c4b45ce1247a5b94e33fbc5bbf5f4a830b8d8d10dd1628231d2b9
3
+ size 865261
tweet_topic_multi/train_2020-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ffbf5795e86d351c620a0ec55df3c7715940ce1baf293d98f0c1f139fa5d0abf
3
+ size 655586
tweet_topic_multi/train_2021-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dfe1f52d8d7def7358e869f540e4b3a47dcc887950cc3d76256790d5f2e418f
3
+ size 219835
tweet_topic_multi/train_all-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4546fb1eb3c4b15105fff5e494e4e00491b2ffba604ca39efd7f41aaf142198a
3
+ size 872203
tweet_topic_multi/train_coling2022-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb2dfceb0daded1405fa3057398215cffe831ed0fb577b090811463e04b4c18c
3
+ size 811597
tweet_topic_multi/train_coling2022_random-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f1b0a7f03a7f52bb4fc4657e04c7f79b0946782ded244bbafbd836a512fe172
3
+ size 887592
tweet_topic_multi/train_random-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42f03f68d5d0e9d3e3d255cca16cf8d1d5c4ac434e25428f08caa0a2449e6dab
3
+ size 716587
tweet_topic_multi/validation_2020-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a011df9ab328adc12db8948eb388ac2ca786ccaef1d7c38cbc30c5f6bdfdb1f
3
+ size 90004
tweet_topic_multi/validation_2021-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c559928ec30b03cd3f27c989a64196efe67a6d6f095b6b0591c2135fa4b3879
3
+ size 32723
tweet_topic_multi/validation_random-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccca6bf0ad435244c907a7334d19c9e47a456230fa6f7f0250985aad8ec048a4
3
+ size 94521