v3xlrm1nOwo1 commited on
Commit
309c869
1 Parent(s): 64350be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -9
README.md CHANGED
@@ -8,7 +8,6 @@ language:
8
  - ja
9
  tags:
10
  - music
11
- - a
12
  - anime
13
  - lyrics
14
  - Anime Songs Lyrics
@@ -21,34 +20,36 @@ size_categories:
21
 
22
 
23
 
 
 
 
 
 
24
 
25
- # Anime Songs Lyrics Dataset ― アニメソングの歌詞データセット<img src="./assets/AnimeMusic.gif" width="80px" height="80" />
26
 
27
- <!-- <p align="center">
28
- <img src="./assets/AnimeMusic.gif" width="80px" height="80" />
29
- </p> -->
30
 
31
  > Welcome to the Anime Songs Lyrics Dataset
32
 
33
  <div align="center">
34
  <picture>
35
  <source
36
- srcset="assets/AnimeMusic.jpg"
37
  media="(prefers-color-scheme: dark)"
38
  />
39
  <source
40
- srcset="assets/AnimeMusic.jpg"
41
  media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
42
  />
43
- <img src="assets/AnimeMusic.jpg" width="100%" height="450px" />
44
  </picture>
45
  </div>
46
 
47
 
 
48
  ## Overview
49
  This dataset compiles a diverse collection of lyrics from various anime songs, providing a rich resource for enthusiasts and researchers alike.
50
 
51
- The lyrics are structured in a Parquet file format, named AnimeSongsLyrics.parquet, allowing efficient storage and retrieval of the dataset.
52
 
53
  <p>You find code of this dataset in my Gihub account <a href="https://github.com/v3xlrm1nOwo1/AnimeSongsLyrics">v3xlrm1nOwo1</a>.</p>
54
 
 
8
  - ja
9
  tags:
10
  - music
 
11
  - anime
12
  - lyrics
13
  - Anime Songs Lyrics
 
20
 
21
 
22
 
23
+ <p align="center">
24
+ <img src="./assets/AnimeMusic.gif" width="80px" height="80" />
25
+ </p>
26
+
27
+ # Anime Songs Lyrics Dataset ― アニメソングの歌詞データセット
28
 
 
29
 
 
 
 
30
 
31
  > Welcome to the Anime Songs Lyrics Dataset
32
 
33
  <div align="center">
34
  <picture>
35
  <source
36
+ srcset="https://cdn-uploads.huggingface.co/production/uploads/64af7c627ab7586520ed8688/O4sbjXoEsn0mEswzFg1Kp.jpeg"
37
  media="(prefers-color-scheme: dark)"
38
  />
39
  <source
40
+ srcset="https://cdn-uploads.huggingface.co/production/uploads/64af7c627ab7586520ed8688/O4sbjXoEsn0mEswzFg1Kp.jpeg"
41
  media="(prefers-color-scheme: light), (prefers-color-scheme: no-preference)"
42
  />
43
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64af7c627ab7586520ed8688/O4sbjXoEsn0mEswzFg1Kp.jpeg" width="100%" height="450px" />
44
  </picture>
45
  </div>
46
 
47
 
48
+
49
  ## Overview
50
  This dataset compiles a diverse collection of lyrics from various anime songs, providing a rich resource for enthusiasts and researchers alike.
51
 
52
+ The lyrics information are structured in a Parquet file format named AnimeSongsLyrics.parquet, allowing efficient storage and retrieval of the dataset.
53
 
54
  <p>You find code of this dataset in my Gihub account <a href="https://github.com/v3xlrm1nOwo1/AnimeSongsLyrics">v3xlrm1nOwo1</a>.</p>
55