Datasets:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- language modeling
|
6 |
+
datasets:
|
7 |
+
- full dataset
|
8 |
+
- cleaned dataset
|
9 |
+
---
|
10 |
+
|
11 |
+
## Dataset overview
|
12 |
+
This dataset contains all lyrics from songs produced by The Beatles, 180 in total. There a two splits available in the dictionary:
|
13 |
+
|
14 |
+
- dataset_cleaned: contains all lyrics including Intro, Outro, Chorus tagging.
|
15 |
+
- dataset_full: contains only lyrics without any tagging
|
16 |
+
|
17 |
+
Each split contains the title, album, the lyrics for the song, the length of the lyrics field (tokens) and a number.
|