AnimeSongsLyrics / README.md
黒い心臓
Update README.md
b3c2e4d verified
|
raw
history blame
No virus
3.82 kB
---
license: apache-2.0
task_categories:
- text-generation
- text2text-generation
- text-classification
language:
- ja
tags:
- music
- anime
- lyrics
- Anime Songs Lyrics
pretty_name: Anime Songs Lyrics
size_categories:
- 10K<n<20K
---
<!--<p align="center">
<img src="./assets/AnimeMusic.gif" width="80px" height="80" />
</p> -->
# Anime Songs Lyrics Dataset ― アニメソングの歌詞データセット<img src="./assets/AnimeMusic.gif" width="80px" height="80" />
> Welcome to the Anime Songs Lyrics Dataset
<div align="center">
<picture>
<source
srcset="https://cdn-uploads.huggingface.co/production/uploads/64af7c627ab7586520ed8688/O4sbjXoEsn0mEswzFg1Kp.jpeg"
media="(prefers-color-scheme: dark)"
/>
<source
srcset="https://cdn-uploads.huggingface.co/production/uploads/64af7c627ab7586520ed8688/O4sbjXoEsn0mEswzFg1Kp.jpeg"
media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
/>
<img src="https://cdn-uploads.huggingface.co/production/uploads/64af7c627ab7586520ed8688/O4sbjXoEsn0mEswzFg1Kp.jpeg" width="100%" height="450px" />
</picture>
</div>
## Overview
This dataset compiles a diverse collection of lyrics from various anime songs, providing a rich resource for enthusiasts and researchers alike.
The lyrics information are structured in a Parquet file format named AnimeSongsLyrics.parquet, allowing efficient storage and retrieval of the dataset.
<p>You find code of this dataset in my Gihub account <a href="https://github.com/v3xlrm1nOwo1/AnimeSongsLyrics">v3xlrm1nOwo1</a>.</p>
## Data Format
Each entry in the dataset is represented by a dictionary with the following fields:
- `Lyric`: The text of the song's lyrics.
- `LyricsBy`: The person or entity responsible for the lyrics.
- `CompositionBy`: The person or entity responsible for the composition.
- `ReleaseDate`: The date when the song was released.
- `Views`: The number of views or popularity metric.
- `SongTitle`: The title of the song.
- `SongURL`: The URL of the song.
- `Artist`: The artist or group performing the song.
- `Type`: The type or genre of the song.
- `StartSinging`: The starting point of the lyrics.
- `Anime`: The anime associated with the song.
- `AnimeListSongsURL`: URL linking to the anime's list of songs.
- `Arrangement`: Additional information about the arrangement or version.
## Usage
```python
import datasets
# Load the dataset
dataset = datasets.load_dataset('v3xlrm1nOwo1/AnimeSongsLyrics')
print(dataset)
```
```python
DatasetDict({
train: Dataset({
features: ['Lyric', 'LyricsBy', 'CompositionBy', 'ReleaseDate', 'Views', 'SongTitle', 'SongURL', 'Artist', 'Type', 'Start Singing', 'Anime', 'AnimeListSongsURL', 'Arrangement'],
num_rows: 23571
})
})
```
## Contributions
We welcome contributions and feedback to enhance the Anime Songs Lyrics Dataset further! Whether you're adding new songs, improving existing lyrics, or providing valuable feedback, your input is highly appreciated.
## Acknowledgments
A special thanks to all the talented artists and creators behind these anime songs, making this dataset a melodic treasure trove.
## License
This dataset is provided under the [Apache License 2.0](https://huggingface.co/datasets?license=license%3Aapache-2.0). Feel free to use, modify, and share it.
<p>Immerse yourself in the Anime Songs Lyrics Dataset and let the enchanting melodies of anime unfold! 🎶🌟🚀</p>
> **_NOTE:_** To contribute to the project, please contribute directly. I am happy to do so, and if you have any comments, advice, job opportunities, or want me to contribute to a project, please contact me I am happy to do so <a href='mailto:v3xlrm1nOwo1@gmail.com' target='blank'>v3xlrm1nOwo1@gmail.com</a>