File size: 3,816 Bytes
c56d411
 
297224f
 
 
 
 
 
 
 
 
 
 
 
 
 
c56d411
297224f
 
 
 
 
b3c2e4d
309c869
b3c2e4d
309c869
b3c2e4d
297224f
 
 
 
 
 
 
 
309c869
297224f
 
 
309c869
297224f
 
309c869
297224f
 
 
 
309c869
297224f
 
 
309c869
297224f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
---
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>