Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -58,12 +58,11 @@ pip install "onnx-asr @ git+https://github.com/TigreGotico/onnx-asr@feat/speech-
|
|
| 58 |
```python
|
| 59 |
import onnx_asr
|
| 60 |
|
| 61 |
-
model = onnx_asr.load_model("
|
| 62 |
print(model.recognize("clip.wav"))
|
| 63 |
|
| 64 |
# roughly 3x faster and 4x smaller
|
| 65 |
-
model = onnx_asr.load_model("
|
| 66 |
-
quantization="int8")
|
| 67 |
```
|
| 68 |
|
| 69 |
## Languages
|
|
|
|
| 58 |
```python
|
| 59 |
import onnx_asr
|
| 60 |
|
| 61 |
+
model = onnx_asr.load_model("OpenVoiceOS/phi-4-multimodal-asr-onnx")
|
| 62 |
print(model.recognize("clip.wav"))
|
| 63 |
|
| 64 |
# roughly 3x faster and 4x smaller
|
| 65 |
+
model = onnx_asr.load_model("OpenVoiceOS/phi-4-multimodal-asr-onnx", quantization="int8")
|
|
|
|
| 66 |
```
|
| 67 |
|
| 68 |
## Languages
|