Instructions to use Masterx/canary-1b-flash-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- NeMo
How to use Masterx/canary-1b-flash-onnx with NeMo:
import nemo.collections.asr as nemo_asr asr_model = nemo_asr.models.ASRModel.from_pretrained("Masterx/canary-1b-flash-onnx") transcriptions = asr_model.transcribe(["file.wav"]) - Notebooks
- Google Colab
- Kaggle
Upload decoder-kv-model.onnx with huggingface_hub
Browse files- decoder-kv-model.onnx +3 -0
decoder-kv-model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd335dde9b241e82e019746aabc4c436bf9ee9b479c29bdb8ecc7ba39323a231
|
| 3 |
+
size 282436777
|