Instructions to use espnet/owsm_v2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use espnet/owsm_v2 with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "espnet/owsm_v2" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
add lang
Browse files
README.md
CHANGED
|
@@ -3,7 +3,7 @@ tags:
|
|
| 3 |
- espnet
|
| 4 |
- audio
|
| 5 |
- automatic-speech-recognition
|
| 6 |
-
language:
|
| 7 |
datasets:
|
| 8 |
- mixed_v2
|
| 9 |
license: cc-by-4.0
|
|
|
|
| 3 |
- espnet
|
| 4 |
- audio
|
| 5 |
- automatic-speech-recognition
|
| 6 |
+
language: multilingual
|
| 7 |
datasets:
|
| 8 |
- mixed_v2
|
| 9 |
license: cc-by-4.0
|