Instructions to use Sagicc/whisper-base-sr-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Sagicc/whisper-base-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-base-sr-onnx');
[Automated] Update base model metadata (#1)
Browse files- [Automated] Update base model metadata (b5eb268bf9f015be34c307c5679a498945630e60)
Co-authored-by: Joshua <Xenova@users.noreply.huggingface.co>
README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
library_name: transformers.js
|
| 4 |
language:
|
| 5 |
- sr
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
Fine-tunned Serbian Whisper medium to use it with Transformers.js
|
| 8 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: Sagicc/whisper-base-sr-yodas
|
|
|
|
| 3 |
language:
|
| 4 |
- sr
|
| 5 |
+
library_name: transformers.js
|
| 6 |
+
license: mit
|
| 7 |
---
|
| 8 |
Fine-tunned Serbian Whisper medium to use it with Transformers.js
|
| 9 |
|