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