Instructions to use Xenova/tiny-random-Swin2SRModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers.js
How to use Xenova/tiny-random-Swin2SRModel with Transformers.js:
// npm i @huggingface/transformers import { pipeline } from '@huggingface/transformers'; // Allocate pipeline const pipe = await pipeline('image-feature-extraction', 'Xenova/tiny-random-Swin2SRModel');
Upload fp16 ONNX weights
Browse files- onnx/model_fp16.onnx +3 -0
onnx/model_fp16.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c05314a9c4860fbeed0e8c00570d6bdbf0ff7e43a0bea446ce69047a316086ae
|
| 3 |
+
size 633897
|