akbargherbal commited on
Commit
2777504
·
verified ·
1 Parent(s): d80cb5f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -0
README.md CHANGED
@@ -24,4 +24,40 @@ configs:
24
  data_files:
25
  - split: train
26
  path: data/train-*
 
 
 
 
 
 
 
27
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  data_files:
25
  - split: train
26
  path: data/train-*
27
+ license: mit
28
+ language:
29
+ - en
30
+ tags:
31
+ - musci
32
+ - youtube,
33
+ pretty_name: YouTube Music Hits
34
  ---
35
+
36
+ # YouTube Music Hits Dataset
37
+
38
+ A collection of YouTube music video data sourced from Wikidata, focusing on videos with significant viewership metrics.
39
+
40
+ ## Dataset Description
41
+
42
+ ### Overview
43
+ - 24,329 music videos
44
+ - View range: 1M to 5.5B views
45
+ - Temporal range: 1977-2024
46
+
47
+ ### Features
48
+ - `youtubeId`: YouTube video identifier
49
+ - `itemLabel`: Video/song title
50
+ - `performerLabel`: Artist/band name
51
+ - `youtubeViews`: View count
52
+ - `year`: Release year
53
+ - `genreLabel`: Musical genre(s)
54
+
55
+ ### View Distribution
56
+ - 1B+ views: 215 videos
57
+ - 100M-1B views: 2,457 videos
58
+ - 50M-100M views: 1,638 videos
59
+ - 10M-50M views: 5,261 videos
60
+ - 1M-10M views: 7,628 videos
61
+
62
+ ## Data Source
63
+ This dataset is derived from publicly available Wikidata entries and YouTube metrics.