Update README.md
Browse files
README.md
CHANGED
@@ -1,34 +1,35 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
- br
|
4 |
-
configs:
|
5 |
-
- config_name: data_1
|
6 |
-
data_files:
|
7 |
-
- split: train
|
8 |
-
path: "data_1/*"
|
9 |
-
- config_name: data_2
|
10 |
-
data_files:
|
11 |
-
- split: train
|
12 |
-
path: "data_2/*"
|
13 |
-
---
|
14 |
-
|
15 |
-
> [!NOTE]
|
16 |
-
> Dataset origin: https://cs.taltech.ee/staff/tanel.alumae/data/voxlingua107/
|
17 |
-
|
18 |
-
|
19 |
-
## Description
|
20 |
-
|
21 |
-
L'échantillon en Breton du jeu de données VoxLingua107 (44 heures)
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
}
|
|
|
34 |
```
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- br
|
4 |
+
configs:
|
5 |
+
- config_name: data_1
|
6 |
+
data_files:
|
7 |
+
- split: train
|
8 |
+
path: "data_1/*"
|
9 |
+
- config_name: data_2
|
10 |
+
data_files:
|
11 |
+
- split: train
|
12 |
+
path: "data_2/*"
|
13 |
+
---
|
14 |
+
|
15 |
+
> [!NOTE]
|
16 |
+
> Dataset origin: https://cs.taltech.ee/staff/tanel.alumae/data/voxlingua107/
|
17 |
+
|
18 |
+
|
19 |
+
## Description
|
20 |
+
|
21 |
+
L'échantillon en Breton du jeu de données VoxLingua107 (44 heures).
|
22 |
+
Du fait de la taille des données, il nous a fallu les diviser en deux splits "data_1" et "data_2".
|
23 |
+
|
24 |
+
## Citation
|
25 |
+
```
|
26 |
+
@misc{valk2020voxlingua107datasetspokenlanguage,
|
27 |
+
title={VoxLingua107: a Dataset for Spoken Language Recognition},
|
28 |
+
author={Jörgen Valk and Tanel Alumäe},
|
29 |
+
year={2020},
|
30 |
+
eprint={2011.12998},
|
31 |
+
archivePrefix={arXiv},
|
32 |
+
primaryClass={eess.AS},
|
33 |
+
url={https://arxiv.org/abs/2011.12998},
|
34 |
+
}
|
35 |
```
|