Update README.md
Browse files
README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
-
---
|
| 2 |
-
task_categories:
|
| 3 |
-
- text-generation
|
| 4 |
-
language:
|
| 5 |
-
- en
|
| 6 |
-
tags:
|
| 7 |
-
- music
|
| 8 |
-
size_categories:
|
| 9 |
-
- n<1K
|
| 10 |
-
---
|
| 11 |
# LyricGen Dataset
|
| 12 |
|
| 13 |
A curated dataset of musical features paired with song lyrics for training language models to generate lyrics based on audio characteristics.
|
|
@@ -127,10 +127,10 @@ print("Lyric Output:", train_data[0]['output'][:100] + "...")
|
|
| 127 |
If you use this dataset in your research, please cite:
|
| 128 |
|
| 129 |
```bibtex
|
| 130 |
-
@dataset{
|
| 131 |
title={LyricGen: A Musical Features and Lyrics Dataset for Language Model Training},
|
| 132 |
author={umerbappi},
|
| 133 |
-
year={
|
| 134 |
url={https://huggingface.co/datasets/umerbappi/LyricGen}
|
| 135 |
}
|
| 136 |
```
|
|
@@ -147,4 +147,4 @@ Please note that while the dataset structure and processing methodology are prov
|
|
| 147 |
|
| 148 |
## Contact
|
| 149 |
|
| 150 |
-
For questions about the dataset or requests for additional information, please contact the dataset creator through the Hugging Face dataset repository.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-generation
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- music
|
| 8 |
+
size_categories:
|
| 9 |
+
- n<1K
|
| 10 |
+
---
|
| 11 |
# LyricGen Dataset
|
| 12 |
|
| 13 |
A curated dataset of musical features paired with song lyrics for training language models to generate lyrics based on audio characteristics.
|
|
|
|
| 127 |
If you use this dataset in your research, please cite:
|
| 128 |
|
| 129 |
```bibtex
|
| 130 |
+
@dataset{lyricgen2025,
|
| 131 |
title={LyricGen: A Musical Features and Lyrics Dataset for Language Model Training},
|
| 132 |
author={umerbappi},
|
| 133 |
+
year={2025},
|
| 134 |
url={https://huggingface.co/datasets/umerbappi/LyricGen}
|
| 135 |
}
|
| 136 |
```
|
|
|
|
| 147 |
|
| 148 |
## Contact
|
| 149 |
|
| 150 |
+
For questions about the dataset or requests for additional information, please contact the dataset creator through the Hugging Face dataset repository or email at umerbappi07@gmail.com
|