--- 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

--> # Anime Songs Lyrics Dataset ― アニメソングの歌詞データセット > Welcome to the Anime Songs Lyrics Dataset
## 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.

You find code of this dataset in my Gihub account v3xlrm1nOwo1.

## 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.

Immerse yourself in the Anime Songs Lyrics Dataset and let the enchanting melodies of anime unfold! 🎶🌟🚀

> **_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 v3xlrm1nOwo1@gmail.com