Upload folder using huggingface_hub
Browse files- README.md +1 -1
- onnx/decoder_model_merged.onnx +1 -1
README.md
CHANGED
|
@@ -21,7 +21,7 @@ This is an ONNX conversion of OpenAI's [whisper-base](https://huggingface.co/ope
|
|
| 21 |
## Usage
|
| 22 |
|
| 23 |
```javascript
|
| 24 |
-
import { pipeline } from '@
|
| 25 |
|
| 26 |
const transcriber = await pipeline('automatic-speech-recognition', 'markusingvarsson/whisper-test');
|
| 27 |
const result = await transcriber('audio.wav');
|
|
|
|
| 21 |
## Usage
|
| 22 |
|
| 23 |
```javascript
|
| 24 |
+
import { pipeline } from '@huggingface/transformers';
|
| 25 |
|
| 26 |
const transcriber = await pipeline('automatic-speech-recognition', 'markusingvarsson/whisper-test');
|
| 27 |
const result = await transcriber('audio.wav');
|
onnx/decoder_model_merged.onnx
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 79336381
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2af8327c0ef36a1d06b72aea3398cb091008168f07aa163ce431d8a73b2f1929
|
| 3 |
size 79336381
|