Instructions to use onnx-community/Voxtral-Mini-3B-2507-ONNX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use onnx-community/Voxtral-Mini-3B-2507-ONNX with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('audio-text-to-text', 'onnx-community/Voxtral-Mini-3B-2507-ONNX');
Update README.md
Browse files
README.md
CHANGED
|
@@ -60,7 +60,7 @@ Average word error rate (WER) over the FLEURS, Mozilla Common Voice and Multilin
|
|
| 60 |
|
| 61 |
Try it out with our [online demo](https://huggingface.co/spaces/webml-community/Voxtral-WebGPU):
|
| 62 |
|
| 63 |
-
<video controls
|
| 64 |
|
| 65 |
|
| 66 |
#### Code snippets
|
|
|
|
| 60 |
|
| 61 |
Try it out with our [online demo](https://huggingface.co/spaces/webml-community/Voxtral-WebGPU):
|
| 62 |
|
| 63 |
+
<video controls src="https://cdn-uploads.huggingface.co/production/uploads/61b253b7ac5ecaae3d1efe0c/3z0psEz3VS4kbscvXEE4n.mp4"></video>
|
| 64 |
|
| 65 |
|
| 66 |
#### Code snippets
|