Update README.md
Browse files
README.md
CHANGED
|
@@ -3,6 +3,8 @@ license: gpl-3.0
|
|
| 3 |
library_name: transformers.js
|
| 4 |
tags:
|
| 5 |
- apisr
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
https://github.com/Kiteretsu77/APISR with ONNX weights to be compatible with Transformers.js.
|
|
@@ -53,4 +55,4 @@ output.save('upscaled.png');
|
|
| 53 |
|
| 54 |
---
|
| 55 |
|
| 56 |
-
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`).
|
|
|
|
| 3 |
library_name: transformers.js
|
| 4 |
tags:
|
| 5 |
- apisr
|
| 6 |
+
- super-resolution
|
| 7 |
+
pipeline_tag: image-to-image
|
| 8 |
---
|
| 9 |
|
| 10 |
https://github.com/Kiteretsu77/APISR with ONNX weights to be compatible with Transformers.js.
|
|
|
|
| 55 |
|
| 56 |
---
|
| 57 |
|
| 58 |
+
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`).
|