de-francophones commited on
Commit
e2b63a3
·
verified ·
1 Parent(s): cb29930

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -9,13 +9,13 @@ dataset_info:
9
  dtype: string
10
  splits:
11
  - name: train
12
- num_bytes: 49701748.0
13
  num_examples: 1104
14
  - name: validation
15
- num_bytes: 8575145.0
16
  num_examples: 179
17
  download_size: 58269230
18
- dataset_size: 58276893.0
19
  configs:
20
  - config_name: default
21
  data_files:
@@ -23,4 +23,28 @@ configs:
23
  path: data/train-*
24
  - split: validation
25
  path: data/validation-*
 
 
 
 
26
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  dtype: string
10
  splits:
11
  - name: train
12
+ num_bytes: 49701748
13
  num_examples: 1104
14
  - name: validation
15
+ num_bytes: 8575145
16
  num_examples: 179
17
  download_size: 58269230
18
+ dataset_size: 58276893
19
  configs:
20
  - config_name: default
21
  data_files:
 
23
  path: data/train-*
24
  - split: validation
25
  path: data/validation-*
26
+ task_categories:
27
+ - automatic-speech-recognition
28
+ language:
29
+ - br
30
  ---
31
+
32
+
33
+ # Description
34
+ Partie en breton du jeu de données [ML-SUPERB 1.0](https://multilingual.superbbenchmark.org/).
35
+ En pratique nous nous sommes basés sur [espnet/ml_superb_hf](https://huggingface.co/datasets/espnet/ml_superb_hf).
36
+ Selon nos estimations, ce jeu de données représente 1 h 10 min et 7s.
37
+
38
+
39
+ # Citation
40
+ ```
41
+ @misc{shi2025mlsuperbmultilingualspeechuniversal,
42
+ title={ML-SUPERB: Multilingual Speech Universal PERformance Benchmark},
43
+ author={Jiatong Shi and Dan Berrebbi and William Chen and Ho-Lam Chung and En-Pei Hu and Wei Ping Huang and Xuankai Chang and Shang-Wen Li and Abdelrahman Mohamed and Hung-yi Lee and Shinji Watanabe},
44
+ year={2025},
45
+ eprint={2305.10615},
46
+ archivePrefix={arXiv},
47
+ primaryClass={cs.SD},
48
+ url={https://arxiv.org/abs/2305.10615},
49
+ }
50
+ ```