Veucci commited on
Commit
ab226bc
1 Parent(s): 77a5f08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -1,3 +1,32 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ datasets:
4
+ - Veucci/turkish-lyric-to-genre
5
+ language:
6
+ - tr
7
+ library_name: transformers
8
+ tags:
9
+ - music
10
  ---
11
+
12
+ # Lyrics Genre Classification Model
13
+
14
+ ## Description
15
+
16
+ The model was trained using the BERT language model on a song lyrics dataset to predict the genre of a given song based on its lyrics. This repository houses the machine learning model, which is capable of making predictions in four distinct genres: Pop, Rock, Hip-Hop and Arabesk.
17
+ For training and test codes check out [Github page](https://github.com/Veucci/turkish-lyric-to-genre).
18
+
19
+ ## Dataset
20
+
21
+ The model was trained on a diverse and labeled dataset of song lyrics, which contained 3172 rows. The dataset was carefully curated to include songs from a wide range of artists and genres, ensuring a comprehensive representation of Pop, Rock, Hip-Hop and Arabesk music.
22
+ [DATASET](https://huggingface.co/datasets/Veucci/turkish-lyric-to-genre)
23
+
24
+ ## License
25
+
26
+ 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.
27
+
28
+ ## Contact
29
+
30
+ If you have any questions, suggestions, or concerns regarding this dataset, please feel free to reach out to email at [efe.ozkan732@gmail.com](mailto:efe.ozkan732@gmail.com).
31
+ I hope this model helps in your genre classification tasks and inspires further exploration of song lyrics analysis!
32
+