Spaces:
Running
Running
add unime
Browse files- results.csv +3 -1
- utils.py +4 -1
results.csv
CHANGED
@@ -24,4 +24,6 @@ VLM2Vec (Qwen2-VL-2B-LoRA-HighRes),2.21,TIGER-Lab,59.3,59.0,49.4,65.4,73.4
|
|
24 |
LLaVE-7B,8.03,Self-Reported,70.3,65.7,65.4,70.9,91.9
|
25 |
LLaVE-2B,1.95,Self-Reported,65.2,62.1,60.2,65.2,84.9
|
26 |
LLaVE-0.5B,0.894,Self-Reported,59.1,57.4,50.3,59.8,82.9
|
27 |
-
|
|
|
|
|
|
24 |
LLaVE-7B,8.03,Self-Reported,70.3,65.7,65.4,70.9,91.9
|
25 |
LLaVE-2B,1.95,Self-Reported,65.2,62.1,60.2,65.2,84.9
|
26 |
LLaVE-0.5B,0.894,Self-Reported,59.1,57.4,50.3,59.8,82.9
|
27 |
+
UniME(LLaVA-OneVision-7B-LoRA-Res336),8.03,Self-Reported,70.7,66.8,66.6,70.5,90.9
|
28 |
+
UniME(LLaVA-1.6-7B-LoRA-LowRes),7.57,Self-Reported,66.6,60.6,52.9,67.9,85.1
|
29 |
+
UniME(Phi-3.5-V-LoRA),4.2,Self-Reported,64.2,54.8,55.9,64.5,81.8
|
utils.py
CHANGED
@@ -121,7 +121,10 @@ MODEL_URLS = {
|
|
121 |
"MM-Embed": "https://huggingface.co/nvidia/MM-Embed",
|
122 |
"LLaVE-7B": "https://huggingface.co/zhibinlan/LLaVE-7B",
|
123 |
"LLaVE-2B": "https://huggingface.co/zhibinlan/LLaVE-2B",
|
124 |
-
"LLaVE-0.5B": "https://huggingface.co/zhibinlan/LLaVE-0.5B"
|
|
|
|
|
|
|
125 |
}
|
126 |
|
127 |
def create_hyperlinked_names(df):
|
|
|
121 |
"MM-Embed": "https://huggingface.co/nvidia/MM-Embed",
|
122 |
"LLaVE-7B": "https://huggingface.co/zhibinlan/LLaVE-7B",
|
123 |
"LLaVE-2B": "https://huggingface.co/zhibinlan/LLaVE-2B",
|
124 |
+
"LLaVE-0.5B": "https://huggingface.co/zhibinlan/LLaVE-0.5B",
|
125 |
+
"UniME(LLaVA-OneVision-7B-LoRA-Res336)": "https://huggingface.co/DeepGlint-AI/UniME-LLaVA-OneVision-7B",
|
126 |
+
"UniME(LLaVA-1.6-7B-LoRA-LowRes)": "https://huggingface.co/DeepGlint-AI/UniME-LLaVA-1.6-7B",
|
127 |
+
"UniME(Phi-3.5-V-LoRA)": "https://huggingface.co/DeepGlint-AI/UniME-Phi3.5-V-4.2B"
|
128 |
}
|
129 |
|
130 |
def create_hyperlinked_names(df):
|