Update README.md
#2
by
GooglyEyeSuperman
- opened
README.md
CHANGED
@@ -44,7 +44,7 @@ To generate the transcription for a song, we can use the Transformers [`pipeline
|
|
44 |
```
|
45 |
|
46 |
## Training Data
|
47 |
-
The training dataset consists of 7,000 Vietnamese songs, in total of roughly 550 hours of audio, across various Vietnamese music genres, dialects and accents. Due to
|
48 |
|
49 |
Technical report coming soon.
|
50 |
This project was made through equal contributions from:
|
|
|
44 |
```
|
45 |
|
46 |
## Training Data
|
47 |
+
The training dataset consists of 7,000 Vietnamese songs, in total of roughly 550 hours of audio, across various Vietnamese music genres, dialects and accents. Due to copyright concerns, the raw data is not publicly available. However, the CSV files, which contain links to the songs and lyrics, can be used for downloading and are available in [our repository](https://github.com/kelvinbksoh/Vietnamese-Automated-Lyrics-Transcription/tree/main/data_processing/in). Each song includes lyrics along with corresponding line-level timestamps, enabling precise mapping of audio segments to their respective lyrics based on the provided timestamp information.
|
48 |
|
49 |
Technical report coming soon.
|
50 |
This project was made through equal contributions from:
|