matcav commited on
Commit
ae9a790
·
verified ·
1 Parent(s): 01394cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -21,6 +21,10 @@ configs:
21
  data_files: "music_video_ids.parquet"
22
  - config_name: timeseries_grammy
23
  data_files: "timeseries_grammy.parquet"
 
 
 
 
24
  ---
25
 
26
  # Preprocessed Data for the ADA Project 2025
@@ -36,4 +40,5 @@ List of Files:
36
  * *music_metadata.parquet*: This dataset is obtained by filtering the original `yt_metadata_en` split on the **Music** Category.
37
  * *music_video_ids.parquet*: This dataset is obtained by filtering the ´yt_metadata_en´ split of the Youniverse dataset to include just those videos that are listed in the **Music** category.
38
  * *timeseries_grammy.parquet*: This dataset describes the Timeseries evolution of channels belonging to Grammy Authors. We obtain this by filtering the Youniverse's `df_timeseries_en` split with the unique channels that can be found in the `metadata_grammy.parquet` dataset.
39
-
 
 
21
  data_files: "music_video_ids.parquet"
22
  - config_name: timeseries_grammy
23
  data_files: "timeseries_grammy.parquet"
24
+ - config_name: merged_comments
25
+ data_files: "merged_comments.parquet"
26
+ - config_name: grammy_videos_lyrics
27
+ data_files: "grammy_videos_lyrics.parquet"
28
  ---
29
 
30
  # Preprocessed Data for the ADA Project 2025
 
40
  * *music_metadata.parquet*: This dataset is obtained by filtering the original `yt_metadata_en` split on the **Music** Category.
41
  * *music_video_ids.parquet*: This dataset is obtained by filtering the ´yt_metadata_en´ split of the Youniverse dataset to include just those videos that are listed in the **Music** category.
42
  * *timeseries_grammy.parquet*: This dataset describes the Timeseries evolution of channels belonging to Grammy Authors. We obtain this by filtering the Youniverse's `df_timeseries_en` split with the unique channels that can be found in the `metadata_grammy.parquet` dataset.
43
+ * *merged_comments.parquet*: This dataset is given by filtering the `youtube_comments.tsv.gz` based on the feature `video_id`, that must be in the `music_video_ids` set.
44
+ * *grammy_videos_lyrics.parquet*: This dataset is given by expanding the Grammy Dataset to also include the lyrics.