Add YAML metadata to repository card
Browse filesThis commit enhances the repository by incorporating YAML metadata into the repository card. The YAML metadata provides additional structured information, complementing the recently added explanatory README file.
README.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# ESRGAN 4x Models
|
| 2 |
|
| 3 |
## Overview
|
|
@@ -44,5 +54,4 @@ respectively, according to my evaluation.
|
|
| 44 |
## Limitations
|
| 45 |
|
| 46 |
Both checkpoints are based on ESRGAN and therefore inherit its limitations:
|
| 47 |
-
- They should not be used in applications where accuracy and consistency are critical, such as medical imaging or legal document processing.
|
| 48 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
pipeline_tag: image-to-image
|
| 3 |
+
tags:
|
| 4 |
+
- ESRGAN
|
| 5 |
+
- super-resolution
|
| 6 |
+
- upscaling
|
| 7 |
+
- x4
|
| 8 |
+
- image-enhancement
|
| 9 |
+
- safetensors
|
| 10 |
+
---
|
| 11 |
# ESRGAN 4x Models
|
| 12 |
|
| 13 |
## Overview
|
|
|
|
| 54 |
## Limitations
|
| 55 |
|
| 56 |
Both checkpoints are based on ESRGAN and therefore inherit its limitations:
|
| 57 |
+
- They should not be used in applications where accuracy and consistency are critical, such as medical imaging or legal document processing.
|
|
|