File size: 697 Bytes
d3a53a2 9ccbee8 | 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 | ---
configs:
- config_name: all
default: true
data_files:
- split: test
path:
- metadata.jsonl
- subsets/*/mp3/*.mp3
- config_name: pt
data_files:
- split: test
path:
- subsets/pt/metadata.jsonl
- subsets/pt/mp3/*.mp3
- config_name: it
data_files:
- split: test
path:
- subsets/it/metadata.jsonl
- subsets/it/mp3/*.mp3
---
# Jamendo lyrics subsets (Portuguese and Italian)
This repository contains songs and lyrics for Portuguese and italian songs from Jamendo. The repository is still under construction.
## Data
The data is organized following the pattern from [Jamendo lyrics](https://huggingface.co/jamendolyrics) community in huggingface. |