cplusx commited on
Commit
ef8d9aa
·
verified ·
1 Parent(s): 939e953

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -3
README.md CHANGED
@@ -1,3 +1,16 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # MEMO ONNX Runtime Models
2
+
3
+ This repository stores exported ONNX Runtime model files for MEMO.
4
+
5
+ ## Included Model Folders
6
+
7
+ - `memo_synthetic_early_fp16`: synthetic pretrained model, earlier checkpoint
8
+ - `memo_synthetic_late_fp16`: synthetic pretrained model, later checkpoint
9
+ - `memo_bsds_early_lora_fp16`: BSDS finetuned LoRA model
10
+ - `memo_bsds_late_lora_fp16`: BSDS finetuned LoRA model using the late synthetic base checkpoint
11
+ - `memo_biped_late_lora_fp16`: BIPED finetuned LoRA model using the late synthetic base checkpoint
12
+
13
+ Each folder contains:
14
+
15
+ - `dino_encoder_fp16.onnx`
16
+ - `memo_denoiser_fp16.onnx`