danioshi commited on
Commit
7bd839c
1 Parent(s): c03c8b8

Updating the README.md

Browse files

# Description
This dataset contains lyrics from both Incubus and Taylor Swift.

# Format
The file is in CSV format and contains three columns: Artist, Song Name and Lyrics.

## Caveats
The column Song Name has been transformed to a single string in lowercase format, so instead of having "Name of Song", the value will be "nameofsong".

Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc0-1.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - music
7
+ pretty_name: Incubus and Taylor Swift lyrics
8
+ size_categories:
9
+ - n<1K
10
+ ---