Telugu_songs_lyrics / README.md
Akashpalli's picture
Update README.md
f002af0 verified
---
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}},
}