jpxkqx commited on
Commit
e6f1501
1 Parent(s): a406a6b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -182,7 +182,7 @@ More information needed
182
 
183
  ## Model Architecture and Objective
184
 
185
- The model architecture is based on the original Swin2 arcthitecture for Super Resolution (SR) tasks. The library [transformers](https://github.com/huggingface/transformers) is used to simplify the model design.
186
 
187
  ![architecture](architecture.png)
188
 
@@ -191,7 +191,7 @@ As the real upscale ratio is ~5 and the output shape of the region considered is
191
 
192
  This network is trained to learn the residuals of the bicubic interpolation.
193
 
194
- The specific parameters of this networks are available in [config.json](https://huggingface.co/predictia/convswin2sr_mediterranean/blob/main/config.json).
195
 
196
 
197
  ## Compute Infrastructure
 
182
 
183
  ## Model Architecture and Objective
184
 
185
+ The model architecture is based on the original Swin2 architecture for Super Resolution (SR) tasks. The library [transformers](https://github.com/huggingface/transformers) is used to simplify the model design.
186
 
187
  ![architecture](architecture.png)
188
 
 
191
 
192
  This network is trained to learn the residuals of the bicubic interpolation.
193
 
194
+ The specific parameters of this network are available in [config.json](https://huggingface.co/predictia/convswin2sr_mediterranean/blob/main/config.json).
195
 
196
 
197
  ## Compute Infrastructure