Instructions to use OpenVoiceOS/dolphin-small-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use OpenVoiceOS/dolphin-small-onnx with ESPnet:
from espnet2.bin.asr_inference import Speech2Text model = Speech2Text.from_pretrained( "OpenVoiceOS/dolphin-small-onnx" ) speech, rate = soundfile.read("speech.wav") text, *_ = model(speech)[0] - Notebooks
- Google Colab
- Kaggle
Language and region are predicted when no language is given
Browse files- config.json +1 -2
config.json
CHANGED
|
@@ -130,6 +130,5 @@
|
|
| 130 |
"mr": "mr-IN",
|
| 131 |
"ky": "ky-KG",
|
| 132 |
"az": "az-AZ"
|
| 133 |
-
}
|
| 134 |
-
"default_language": "zh-CN"
|
| 135 |
}
|
|
|
|
| 130 |
"mr": "mr-IN",
|
| 131 |
"ky": "ky-KG",
|
| 132 |
"az": "az-AZ"
|
| 133 |
+
}
|
|
|
|
| 134 |
}
|