shreyajn commited on
Commit
fc128fd
·
verified ·
1 Parent(s): 1270f1b

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -13,9 +13,12 @@ tags:
13
  # XLSR-Quantized: Optimized for Mobile Deployment
14
  ## Upscale images in real time
15
 
 
16
  XLSR is designed for lightweight real-time upscaling of images.
17
 
18
- This model is an implementation of XLSR-Quantized found [here]({source_repo}).
 
 
19
  This repository provides scripts to run XLSR-Quantized on Qualcomm® devices.
20
  More details on model performance across various devices, can be found
21
  [here](https://aihub.qualcomm.com/models/xlsr_quantized).
 
13
  # XLSR-Quantized: Optimized for Mobile Deployment
14
  ## Upscale images in real time
15
 
16
+
17
  XLSR is designed for lightweight real-time upscaling of images.
18
 
19
+ This model is an implementation of Posenet-Mobilenet found [here](https://github.com/quic/aimet-model-zoo/tree/develop/aimet_zoo_torch/xlsr).
20
+
21
+
22
  This repository provides scripts to run XLSR-Quantized on Qualcomm® devices.
23
  More details on model performance across various devices, can be found
24
  [here](https://aihub.qualcomm.com/models/xlsr_quantized).