Spaces:
Running
Running
MINGYISU
commited on
Commit
·
93a11da
1
Parent(s):
491e896
add MMRet
Browse files- results.csv +2 -1
- utils.py +1 -0
results.csv
CHANGED
@@ -12,4 +12,5 @@ OpenCLIP-FullFineTuned,0.632,TIGER-Lab,47.2,56.0,21.9,55.4,64.1
|
|
12 |
VLM2Vec (Phi-3.5-V-FFT),4.15,TIGER-Lab,55.9,52.8,50.3,57.8,72.3
|
13 |
VLM2Vec (Phi-3.5-V-LoRA),4.15,TIGER-Lab,60.1,54.8,54.9,62.3,79.5
|
14 |
VLM2Vec (LLaVA-1.6-LoRA-LowRes),7.57,TIGER-Lab,55.0,54.7,50.3,56.2,64.0
|
15 |
-
VLM2Vec (LLaVA-1.6-LoRA-HighRes),7.57,TIGER-Lab,62.9,61.2,49.9,67.4,86.1
|
|
|
|
12 |
VLM2Vec (Phi-3.5-V-FFT),4.15,TIGER-Lab,55.9,52.8,50.3,57.8,72.3
|
13 |
VLM2Vec (Phi-3.5-V-LoRA),4.15,TIGER-Lab,60.1,54.8,54.9,62.3,79.5
|
14 |
VLM2Vec (LLaVA-1.6-LoRA-LowRes),7.57,TIGER-Lab,55.0,54.7,50.3,56.2,64.0
|
15 |
+
VLM2Vec (LLaVA-1.6-LoRA-HighRes),7.57,TIGER-Lab,62.9,61.2,49.9,67.4,86.1
|
16 |
+
MMRet-large,0.428,Self-Reported,64.1,56.0,57.4,69.9,83.6
|
utils.py
CHANGED
@@ -104,6 +104,7 @@ MODEL_URLS = {
|
|
104 |
"CLIP-ViT-H-14-laion2B-s32B-b79K": "https://huggingface.co/laion/CLIP-ViT-H-14-laion2B-s32B-b79K",
|
105 |
"e5-v": "https://huggingface.co/royokong/e5-v",
|
106 |
"Magiclens": "https://github.com/google-deepmind/magiclens",
|
|
|
107 |
}
|
108 |
|
109 |
def create_hyperlinked_names(df):
|
|
|
104 |
"CLIP-ViT-H-14-laion2B-s32B-b79K": "https://huggingface.co/laion/CLIP-ViT-H-14-laion2B-s32B-b79K",
|
105 |
"e5-v": "https://huggingface.co/royokong/e5-v",
|
106 |
"Magiclens": "https://github.com/google-deepmind/magiclens",
|
107 |
+
"MMRet-large": "https://huggingface.co/JUNJIE99/MMRet-large"
|
108 |
}
|
109 |
|
110 |
def create_hyperlinked_names(df):
|