Merge branch 'main' of https://huggingface.co/speechbrain/asr-crdnn-commonvoice-fr into main
Browse files
README.md
CHANGED
@@ -2,13 +2,14 @@
|
|
2 |
language: "fr"
|
3 |
thumbnail:
|
4 |
tags:
|
5 |
-
-
|
6 |
- CTC
|
7 |
- Attention
|
8 |
- pytorch
|
|
|
9 |
license: "apache-2.0"
|
10 |
datasets:
|
11 |
-
-
|
12 |
metrics:
|
13 |
- wer
|
14 |
- cer
|
@@ -59,7 +60,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
59 |
from speechbrain.pretrained import EncoderDecoderASR
|
60 |
|
61 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-commonvoice-fr", savedir="pretrained_models/asr-crdnn-commonvoice-fr")
|
62 |
-
asr_model.transcribe_file("example-fr.wav")
|
63 |
|
64 |
```
|
65 |
|
@@ -72,6 +73,6 @@ asr_model.transcribe_file("example-fr.wav")
|
|
72 |
year = {2021},
|
73 |
publisher = {GitHub},
|
74 |
journal = {GitHub repository},
|
75 |
-
howpublished = {
|
76 |
}
|
77 |
```
|
|
|
2 |
language: "fr"
|
3 |
thumbnail:
|
4 |
tags:
|
5 |
+
- automatic-speech-recognition
|
6 |
- CTC
|
7 |
- Attention
|
8 |
- pytorch
|
9 |
+
- speechbrain
|
10 |
license: "apache-2.0"
|
11 |
datasets:
|
12 |
+
- common_voice
|
13 |
metrics:
|
14 |
- wer
|
15 |
- cer
|
|
|
60 |
from speechbrain.pretrained import EncoderDecoderASR
|
61 |
|
62 |
asr_model = EncoderDecoderASR.from_hparams(source="speechbrain/asr-crdnn-commonvoice-fr", savedir="pretrained_models/asr-crdnn-commonvoice-fr")
|
63 |
+
asr_model.transcribe_file("speechbrain/asr-crdnn-commonvoice-fr/example-fr.wav")
|
64 |
|
65 |
```
|
66 |
|
|
|
73 |
year = {2021},
|
74 |
publisher = {GitHub},
|
75 |
journal = {GitHub repository},
|
76 |
+
howpublished = {\\url{https://github.com/speechbrain/speechbrain}},
|
77 |
}
|
78 |
```
|