Instructions to use espnet/owls_4B_180K with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use espnet/owls_4B_180K with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "espnet/owls_4B_180K" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
Upload exp_owsm/s2t_train_4b_ds_raw_bpe50000/valid.total_count.ave_5best.pth with huggingface_hub
Browse files
exp_owsm/s2t_train_4b_ds_raw_bpe50000/valid.total_count.ave_5best.pth
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0467a9096569470a46b2f68d2a4d62e12b489bf899540daea0c3296530431f75
|
| 3 |
+
size 9310664980
|