poonehmousavi
commited on
Commit
·
025907b
1
Parent(s):
ff1fd82
Update README.md
Browse files
README.md
CHANGED
@@ -78,7 +78,7 @@ Please notice that we encourage you to read our tutorials and learn more about
|
|
78 |
|
79 |
from speechbrain.pretrained import WhisperASR
|
80 |
|
81 |
-
asr_model = WhisperASR.from_hparams(source="speechbrain/asr-whisper-large-v2-commonvoice_sr", savedir="
|
82 |
asr_model.transcribe_file("speechbrain/asr-whisper-large-v2-commonvoice-ar/example-sr.mp3")
|
83 |
|
84 |
|
@@ -106,7 +106,7 @@ cd recipes/CommonVoice/ASR/transformer/
|
|
106 |
python train_with_whisper.py hparams/train_sr_hf_whisper.yaml --data_folder=your_data_folder
|
107 |
```
|
108 |
|
109 |
-
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/
|
110 |
|
111 |
### Limitations
|
112 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|
|
|
78 |
|
79 |
from speechbrain.pretrained import WhisperASR
|
80 |
|
81 |
+
asr_model = WhisperASR.from_hparams(source="speechbrain/asr-whisper-large-v2-commonvoice_sr", savedir="pretrained_models/asr-whisper-large-v2-commonvoice-sr")
|
82 |
asr_model.transcribe_file("speechbrain/asr-whisper-large-v2-commonvoice-ar/example-sr.mp3")
|
83 |
|
84 |
|
|
|
106 |
python train_with_whisper.py hparams/train_sr_hf_whisper.yaml --data_folder=your_data_folder
|
107 |
```
|
108 |
|
109 |
+
You can find our training results (models, logs, etc) [here](https://drive.google.com/drive/folders/1QG67qoekEB29jBd9knt8stLJD4T_xgG7?usp=share_link).
|
110 |
|
111 |
### Limitations
|
112 |
The SpeechBrain team does not provide any warranty on the performance achieved by this model when used on other datasets.
|