Instructions to use espnet/proyecto_nahuatl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use espnet/proyecto_nahuatl with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "espnet/proyecto_nahuatl" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
Jialu Li commited on
Commit ·
17caabe
1
Parent(s): fda01bf
add model card
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ tags:
|
|
| 3 |
- espnet
|
| 4 |
- audio
|
| 5 |
- automatic-speech-recognition
|
| 6 |
-
language:
|
| 7 |
datasets:
|
| 8 |
- proyecto_nahuatl
|
| 9 |
license: cc-by-4.0
|
|
@@ -15,7 +15,7 @@ This model was trained using proyecto_nahuatl recipe in [espnet](https://github.
|
|
| 15 |
|
| 16 |
### Demo: How to use in ESPnet2
|
| 17 |
|
| 18 |
-
```
|
| 19 |
cd espnet/egs2/proyecto_nahuatl
|
| 20 |
# add data path to prefix in run.sh
|
| 21 |
./run.sh
|
|
|
|
| 3 |
- espnet
|
| 4 |
- audio
|
| 5 |
- automatic-speech-recognition
|
| 6 |
+
language: code
|
| 7 |
datasets:
|
| 8 |
- proyecto_nahuatl
|
| 9 |
license: cc-by-4.0
|
|
|
|
| 15 |
|
| 16 |
### Demo: How to use in ESPnet2
|
| 17 |
|
| 18 |
+
```bash
|
| 19 |
cd espnet/egs2/proyecto_nahuatl
|
| 20 |
# add data path to prefix in run.sh
|
| 21 |
./run.sh
|