Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ tags:
|
|
6 |
inference: false
|
7 |
---
|
8 |
|
9 |
-
# Swin2SR model
|
10 |
|
11 |
Swin2SR model that upscales images x4. It was introduced in the paper [Swin2SR: SwinV2 Transformer for Compressed Image Super-Resolution and Restoration](https://arxiv.org/abs/2209.11345)
|
12 |
by Conde et al. and first released in [this repository](https://github.com/mv-lab/swin2sr).
|
@@ -17,4 +17,4 @@ This model is intended for real-world image super resolution.
|
|
17 |
|
18 |
# Usage
|
19 |
|
20 |
-
Refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/swin2sr).
|
|
|
6 |
inference: false
|
7 |
---
|
8 |
|
9 |
+
# Swin2SR model (image super-resolution)
|
10 |
|
11 |
Swin2SR model that upscales images x4. It was introduced in the paper [Swin2SR: SwinV2 Transformer for Compressed Image Super-Resolution and Restoration](https://arxiv.org/abs/2209.11345)
|
12 |
by Conde et al. and first released in [this repository](https://github.com/mv-lab/swin2sr).
|
|
|
17 |
|
18 |
# Usage
|
19 |
|
20 |
+
Refer to the [documentation](https://huggingface.co/docs/transformers/main/en/model_doc/swin2sr#transformers.Swin2SRForImageSuperResolution.forward.example).
|