Akashpalli
commited on
Commit
•
842dfa0
1
Parent(s):
c505bed
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language: [en, te] # Specify languages like Telugu, English, etc.
|
3 |
+
tags:
|
4 |
+
- lyrics
|
5 |
+
- music
|
6 |
+
- generation
|
7 |
+
license: mit # Change this to the appropriate license
|
8 |
+
---
|
9 |
+
|
10 |
+
# Your Dataset Name
|
11 |
+
|
12 |
+
## Dataset Description
|
13 |
+
A dataset containing lyrics and related metadata for Telugu and English songs.
|
14 |
+
|
15 |
+
## Dataset Structure
|
16 |
+
The dataset is structured as follows:
|
17 |
+
- **Movie**: The name of the movie.
|
18 |
+
- **Cast**: Main actors and actresses.
|
19 |
+
- **Music Director**: Name of the music director.
|
20 |
+
- **Year**: Year of release.
|
21 |
+
- **Label**: Music label.
|
22 |
+
- **Lyrics**: The song's lyrics in both Telugu and English.
|
23 |
+
|
24 |
+
<!-- ## Usage
|
25 |
+
```python
|
26 |
+
from datasets import load_dataset
|
27 |
+
|
28 |
+
dataset = load_dataset('your-username/your-dataset')
|
29 |
+
print(dataset) -->
|
30 |
+
|
31 |
+
|
32 |
+
|
33 |
+
@article{your_dataset_2024,
|
34 |
+
title={Telugu_songs_lyrics},
|
35 |
+
author={Akash Palli},
|
36 |
+
journal={Hugging Face Hub},
|
37 |
+
year={2024},
|
38 |
+
howpublished={\url{https://huggingface.co/datasets/Akashpalli/Telugu_songs_lyrics}},
|
39 |
+
}
|