Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,41 @@
|
|
1 |
-
---
|
2 |
-
license: odc-by
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: odc-by
|
3 |
+
pretty_name: Lyrics1M
|
4 |
+
tags:
|
5 |
+
- music
|
6 |
+
- spotify
|
7 |
+
- lyrics
|
8 |
+
task_categories:
|
9 |
+
- text-classification
|
10 |
+
- text-to-speech
|
11 |
+
- text-to-audio
|
12 |
+
- text-generation
|
13 |
+
---
|
14 |
+
# Dataset Card for Lyrics1M
|
15 |
+
|
16 |
+
## Dataset Details
|
17 |
+
|
18 |
+
### Dataset Description
|
19 |
+
|
20 |
+
Lyrics for approximately 1 million tracks. Entries include unique ID, artist, track title, lyrics and language.
|
21 |
+
|
22 |
+
- **Curated by:** hlky
|
23 |
+
- **License:** Open Data Commons Attribution License (ODC-By) v1.0
|
24 |
+
|
25 |
+
# Citation Information
|
26 |
+
```
|
27 |
+
@misc{Lyrics1M,
|
28 |
+
author = {hlky},
|
29 |
+
title = {Lyrics1M},
|
30 |
+
year = {2024},
|
31 |
+
publisher = {hlky},
|
32 |
+
journal = {Hugging Face repository},
|
33 |
+
howpublished = {\url{[https://huggingface.co/datasets/bigdata-pw/Lyrics1M](https://huggingface.co/datasets/bigdata-pw/Lyrics1M)}}
|
34 |
+
}
|
35 |
+
```
|
36 |
+
|
37 |
+
## Attribution Information
|
38 |
+
```
|
39 |
+
Contains information from [Lyrics1M](https://huggingface.co/datasets/bigdata-pw/Lyrics1M) which is made available
|
40 |
+
under the [ODC Attribution License](https://opendatacommons.org/licenses/by/1-0/).
|
41 |
+
```
|