brunokreiner
commited on
Commit
·
a98c94f
1
Parent(s):
1f0a1c8
Update README.md
Browse files
README.md
CHANGED
@@ -16,7 +16,7 @@
|
|
16 |
|
17 |
### Dataset Summary
|
18 |
|
19 |
-
This dataset consists of roughly 480k english lyrics with some more meta data. The meta data was taken from the million playlist challenge @ AICrowd. The lyrics were crawled using the song and artist name with the lyricsgenius python package. There is no guarantee that the lyrics are the correct one though the data was cleaned and verified. The lyrics crawled came with the song name in its payload, if the song names in the payload and from our side don't match (using the package fuzzywuzzy string matching with a score of under 60) then it wasn't included in this set of lyrics. Still some lyrics might be wrong due to the nature of the data.
|
20 |
49'985 rows have a list of genres, crawled from the official Spotify API. This list of genres are from the artist of the song since spotify doesn't provide genres for every individual song.
|
21 |
|
22 |
### Supported Tasks and Leaderboards
|
|
|
16 |
|
17 |
### Dataset Summary
|
18 |
|
19 |
+
This dataset consists of roughly 480k english (classified using nltk language classifier) lyrics with some more meta data. The meta data was taken from the million playlist challenge @ AICrowd. The lyrics were crawled using the song and artist name with the lyricsgenius python package. There is no guarantee that the lyrics are the correct one though the data was cleaned and verified. The lyrics crawled came with the song name in its payload, if the song names in the payload and from our side don't match (using the package fuzzywuzzy string matching with a score of under 60) then it wasn't included in this set of lyrics. Still some lyrics might be wrong due to the nature of the data.
|
20 |
49'985 rows have a list of genres, crawled from the official Spotify API. This list of genres are from the artist of the song since spotify doesn't provide genres for every individual song.
|
21 |
|
22 |
### Supported Tasks and Leaderboards
|