Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -3,13 +3,13 @@ base_model: openai/whisper-tiny
|
|
3 |
library_name: transformers.js
|
4 |
---
|
5 |
|
6 |
-
https://huggingface.co/openai/whisper-tiny with ONNX weights to be compatible with Transformers.js.
|
7 |
-
|
8 |
If you haven't already, you can install the [Transformers.js](https://huggingface.co/docs/transformers.js) JavaScript library from [NPM](https://www.npmjs.com/package/@huggingface/transformers) using:
|
9 |
```bash
|
10 |
npm i @huggingface/transformers
|
11 |
```
|
12 |
|
|
|
|
|
13 |
```js
|
14 |
import { pipeline } from '@huggingface/transformers';
|
15 |
|
|
|
3 |
library_name: transformers.js
|
4 |
---
|
5 |
|
|
|
|
|
6 |
If you haven't already, you can install the [Transformers.js](https://huggingface.co/docs/transformers.js) JavaScript library from [NPM](https://www.npmjs.com/package/@huggingface/transformers) using:
|
7 |
```bash
|
8 |
npm i @huggingface/transformers
|
9 |
```
|
10 |
|
11 |
+
https://huggingface.co/openai/whisper-tiny with ONNX weights to be compatible with Transformers.js.
|
12 |
+
|
13 |
```js
|
14 |
import { pipeline } from '@huggingface/transformers';
|
15 |
|