|
--- |
|
language: [en, te] |
|
tags: |
|
- lyrics |
|
- music |
|
- generation |
|
license: mit |
|
--- |
|
|
|
# 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}}, |
|
} |
|
|