Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-4.0
|
3 |
+
datasets:
|
4 |
+
- Veucci/lyrics_3genre
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: transformers
|
8 |
+
tags:
|
9 |
+
- music
|
10 |
---
|
11 |
+
|
12 |
+
# Lyrics Genre Classification Model
|
13 |
+
|
14 |
+
## Description
|
15 |
+
|
16 |
+
This repository contains a machine learning model trained on a song lyrics dataset to predict the genre of a given song based on its lyrics. The model is capable of making predictions in three different genres: Pop, Rock, and Hip-Hop.
|
17 |
+
|
18 |
+
## Dataset
|
19 |
+
|
20 |
+
The model was trained on a diverse and labeled dataset of song lyrics. The dataset consists of songs from various artists and genres, carefully curated to provide a comprehensive representation of Pop, Rock, and Hip-Hop music.
|
21 |
+
[DATASET](https://huggingface.co/datasets/Veucci/lyrics_3genre)
|
22 |
+
|
23 |
+
## License
|
24 |
+
|
25 |
+
This dataset is released under the Creative Commons Attribution-NonCommercial license. This means that you are not allowed to use the dataset for commercial purposes. For detailed information about the license, please refer to the [LICENSE](./LICENSE) file.
|
26 |
+
|
27 |
+
## Contact
|
28 |
+
|
29 |
+
If you have any questions, suggestions, or concerns regarding this dataset, please feel free to reach out to email at [[email protected]](mailto:[email protected]).
|
30 |
+
I hope this model helps in your genre classification tasks and inspires further exploration of song lyrics analysis!
|
31 |
+
|