Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,79 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
language:
|
4 |
+
- fr
|
5 |
+
metrics:
|
6 |
+
- wer
|
7 |
+
library_name: speechbrain
|
8 |
+
pipeline_tag: automatic-speech-recognition
|
9 |
+
tags:
|
10 |
+
- CTC
|
11 |
+
- pytorch
|
12 |
+
- asr
|
13 |
+
- speechbrain
|
14 |
+
- spontaneous speech
|
15 |
---
|
16 |
+
|
17 |
+
### Wav2Vec 2.0 with CTC trained on spontaneous speech data
|
18 |
+
- who developed the system
|
19 |
+
- model date: Jan 2024
|
20 |
+
- model version: 1.0
|
21 |
+
- model type: automatic speech recognition system
|
22 |
+
- Info about training algo, parameters, fairness constraints or other applied approaches, and features
|
23 |
+
```
|
24 |
+
@misc{SB2021,
|
25 |
+
author = {Ravanelli, Mirco and Parcollet, Titouan and Rouhe, Aku and Plantinga, Peter and Rastorgueva, Elena and Lugosch, Loren and Dawalatabad, Nauman and Ju-Chieh, Chou and Heba, Abdel and Grondin, Francois and Aris, William and Liao, Chien-Feng and Cornell, Samuele and Yeh, Sung-Lin and Na, Hwidong and Gao, Yan and Fu, Szu-Wei and Subakan, Cem and De Mori, Renato and Bengio, Yoshua },
|
26 |
+
title = {SpeechBrain},
|
27 |
+
year = {2021},
|
28 |
+
publisher = {GitHub},
|
29 |
+
journal = {GitHub repository},
|
30 |
+
howpublished = {\\\\url{https://github.com/speechbrain/speechbrain}},
|
31 |
+
}
|
32 |
+
```
|
33 |
+
- citation details
|
34 |
+
```
|
35 |
+
@misc{SB2021,
|
36 |
+
author = {Ravanelli, Mirco and Parcollet, Titouan and Rouhe, Aku and Plantinga, Peter and Rastorgueva, Elena and Lugosch, Loren and Dawalatabad, Nauman and Ju-Chieh, Chou and Heba, Abdel and Grondin, Francois and Aris, William and Liao, Chien-Feng and Cornell, Samuele and Yeh, Sung-Lin and Na, Hwidong and Gao, Yan and Fu, Szu-Wei and Subakan, Cem and De Mori, Renato and Bengio, Yoshua },
|
37 |
+
title = {SpeechBrain},
|
38 |
+
year = {2021},
|
39 |
+
publisher = {GitHub},
|
40 |
+
journal = {GitHub repository},
|
41 |
+
howpublished = {\\\\url{https://github.com/speechbrain/speechbrain}},
|
42 |
+
}
|
43 |
+
```
|
44 |
+
- license
|
45 |
+
- contact
|
46 |
+
Solène Evain (solene.evain@univ-grenoble-alpes.fr)
|
47 |
+
|
48 |
+
### Intended Use
|
49 |
+
- primary intended use
|
50 |
+
- primary intended users
|
51 |
+
- out-of-scope use cases
|
52 |
+
|
53 |
+
### Factors
|
54 |
+
|
55 |
+
### Metrics
|
56 |
+
| Release | Test CER | GPUs |
|
57 |
+
|:-------------:|:--------------:|:--------:|
|
58 |
+
| 22-02-23 | 4.78 | 1xV100 32GB |
|
59 |
+
|
60 |
+
### Evaluation data
|
61 |
+
- datasets
|
62 |
+
- motivation
|
63 |
+
- preprocessing
|
64 |
+
|
65 |
+
### Training data
|
66 |
+
|
67 |
+
### Quantitative analyses
|
68 |
+
|
69 |
+
### Ethical considerations
|
70 |
+
|
71 |
+
### Caveats and recommendations
|
72 |
+
We do not provide any warranty on the performance achieved by this model when used on other datasets
|
73 |
+
|
74 |
+
#### About SpeechBrain
|
75 |
+
SpeechBrain is an open-source and all-in-one speech toolkit. It is designed to be simple, extremely flexible, and user-friendly. Competitive or state-of-the-art performance is obtained in various domains.
|
76 |
+
|
77 |
+
Website: https://speechbrain.github.io/
|
78 |
+
|
79 |
+
GitHub: https://github.com/speechbrain/speechbrain
|