Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
-
tags:
|
|
|
4 |
---
|
5 |
|
|
|
|
|
|
|
6 |
# Model Card for Model ID
|
7 |
|
8 |
<!-- Provide a quick summary of what the model is/does. -->
|
@@ -196,4 +200,7 @@ Carbon emissions can be estimated using the [Machine Learning Impact calculator]
|
|
196 |
|
197 |
## Model Card Contact
|
198 |
|
199 |
-
[More Information Needed]
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
library_name: transformers.js
|
3 |
+
tags:
|
4 |
+
- onnx
|
5 |
---
|
6 |
|
7 |
+
https://huggingface.co/ihanif/pashto-asr-v4 with ONNX weights to be compatible with Transformers.js.
|
8 |
+
|
9 |
+
|
10 |
# Model Card for Model ID
|
11 |
|
12 |
<!-- Provide a quick summary of what the model is/does. -->
|
|
|
200 |
|
201 |
## Model Card Contact
|
202 |
|
203 |
+
[More Information Needed]
|
204 |
+
---
|
205 |
+
|
206 |
+
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`).
|