Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,18 +1,22 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
3 |
language:
|
4 |
- ps
|
|
|
5 |
license: apache-2.0
|
6 |
-
base_model: openai/whisper-small
|
7 |
tags:
|
8 |
- generated_from_trainer
|
9 |
-
|
10 |
-
- mozilla-foundation/common_voice_17_0
|
11 |
model-index:
|
12 |
- name: Whisper Small PS - Hanif Rahman
|
13 |
results: []
|
14 |
---
|
15 |
|
|
|
|
|
|
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
@@ -61,3 +65,7 @@ The following hyperparameters were used during training:
|
|
61 |
- Pytorch 2.4.1+cu121
|
62 |
- Datasets 3.0.1
|
63 |
- Tokenizers 0.20.0
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model: openai/whisper-small
|
3 |
+
datasets:
|
4 |
+
- mozilla-foundation/common_voice_17_0
|
5 |
language:
|
6 |
- ps
|
7 |
+
library_name: transformers.js
|
8 |
license: apache-2.0
|
|
|
9 |
tags:
|
10 |
- generated_from_trainer
|
11 |
+
- onnx
|
|
|
12 |
model-index:
|
13 |
- name: Whisper Small PS - Hanif Rahman
|
14 |
results: []
|
15 |
---
|
16 |
|
17 |
+
https://huggingface.co/ihanif/whisper-test with ONNX weights to be compatible with Transformers.js.
|
18 |
+
|
19 |
+
|
20 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
21 |
should probably proofread and complete it, then remove this comment. -->
|
22 |
|
|
|
65 |
- Pytorch 2.4.1+cu121
|
66 |
- Datasets 3.0.1
|
67 |
- Tokenizers 0.20.0
|
68 |
+
|
69 |
+
---
|
70 |
+
|
71 |
+
Note: Having a separate repo for ONNX weights is intended to be a temporary solution until WebML gains more traction. If you would like to make your models web-ready, we recommend converting to ONNX using [🤗 Optimum](https://huggingface.co/docs/optimum/index) and structuring your repo like this one (with ONNX weights located in a subfolder named `onnx`).
|