Update README.md
Browse files
README.md
CHANGED
|
@@ -40,7 +40,6 @@ The dataset is provided in a JSON format. Each entry represents a song and conta
|
|
| 40 |
* `text`: A compact representation of the original lyric line (e.g., `["Tsimp", "There's", "pants"]` for "Squirrels in my pants"). This is designed to allow for the reconstruction of the full lyric text using external resources.
|
| 41 |
* `line_number`: The sequential number of the lyric line.
|
| 42 |
* `syllable_count`: The syllable count of the lyric line.
|
| 43 |
-
* `character_count`: The character count of the lyric line.
|
| 44 |
* `start`: Start timestamp of the lyric line in the audio/video.
|
| 45 |
* `end`: End timestamp of the lyric line in the audio/video.
|
| 46 |
* **`youtube_url`**: Dictionary containing YouTube URLs for the original and dubbed versions in different languages.
|
|
@@ -92,16 +91,6 @@ The dataset is provided in a JSON format. Each entry represents a song and conta
|
|
| 92 |
}
|
| 93 |
```
|
| 94 |
|
| 95 |
-
## Dataset Statistics
|
| 96 |
-
|
| 97 |
-
MAVL comprises data for **228 songs** across five languages: English, Spanish, French, Japanese, and Korean.
|
| 98 |
-
|
| 99 |
-
* **English:** 228 songs, 1,923 sections, 6,623 lines
|
| 100 |
-
* **Spanish:** 201 songs, 181 sections, 1,595 lines, 5,739 total lines
|
| 101 |
-
* **French:** 158 songs, 143 sections, 1,421 lines, 4,821 total lines
|
| 102 |
-
* **Japanese:** 138 songs, 114 sections, 1,264 lines, 4,280 total lines
|
| 103 |
-
* **Korean:** 133 songs, 117 sections, 1,138 lines, 3,974 total lines
|
| 104 |
-
|
| 105 |
## Intended Uses & Limitations
|
| 106 |
|
| 107 |
This dataset is intended solely for **non-commercial research purposes**, such as lyrics translation, music-lyrics alignment, music information retrieval, and multimodal language model development.
|
|
|
|
| 40 |
* `text`: A compact representation of the original lyric line (e.g., `["Tsimp", "There's", "pants"]` for "Squirrels in my pants"). This is designed to allow for the reconstruction of the full lyric text using external resources.
|
| 41 |
* `line_number`: The sequential number of the lyric line.
|
| 42 |
* `syllable_count`: The syllable count of the lyric line.
|
|
|
|
| 43 |
* `start`: Start timestamp of the lyric line in the audio/video.
|
| 44 |
* `end`: End timestamp of the lyric line in the audio/video.
|
| 45 |
* **`youtube_url`**: Dictionary containing YouTube URLs for the original and dubbed versions in different languages.
|
|
|
|
| 91 |
}
|
| 92 |
```
|
| 93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
## Intended Uses & Limitations
|
| 95 |
|
| 96 |
This dataset is intended solely for **non-commercial research purposes**, such as lyrics translation, music-lyrics alignment, music information retrieval, and multimodal language model development.
|