Instructions to use espnet/aaf_openslr57 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use espnet/aaf_openslr57 with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "espnet/aaf_openslr57" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
Update meta.yaml
Browse files
meta.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
espnet: 0.10.7a1
|
| 2 |
files:
|
| 3 |
asr_model_file: exp/asr_train_asr_conformer5_raw_bpe150_sp/valid.acc.ave_10best.pth
|
| 4 |
-
python: "3.
|
| 5 |
timestamp: 1647870397.177978
|
| 6 |
torch: 1.10.1
|
| 7 |
yaml_files:
|
|
|
|
| 1 |
espnet: 0.10.7a1
|
| 2 |
files:
|
| 3 |
asr_model_file: exp/asr_train_asr_conformer5_raw_bpe150_sp/valid.acc.ave_10best.pth
|
| 4 |
+
python: "3.9.10 (main, Feb 1 2022, 21:24:11) \n[GCC 9.4.0]"
|
| 5 |
timestamp: 1647870397.177978
|
| 6 |
torch: 1.10.1
|
| 7 |
yaml_files:
|