Instructions to use Sagicc/whisper-large-v3-sr-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Sagicc/whisper-large-v3-sr-onnx with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('automatic-speech-recognition', 'Sagicc/whisper-large-v3-sr-onnx');
[Automated] Update base model metadata
Browse filesSet base model to "Sagicc/whisper-large-v3-sr-combined"
README.md
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: mit
|
| 3 |
-
library_name: "transformers.js"
|
| 4 |
---
|
| 5 |
Fine-tunned Serbian Whisper v3 to use it with Transformers.js
|
| 6 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: Sagicc/whisper-large-v3-sr-combined
|
| 3 |
+
library_name: transformers.js
|
| 4 |
license: mit
|
|
|
|
| 5 |
---
|
| 6 |
Fine-tunned Serbian Whisper v3 to use it with Transformers.js
|
| 7 |
|