Spaces:
Running
Running
update link for b3 (#40)
Browse files- update link for b3 (6e8d10c9d995def6a4fff1b14fbbb6d35064ebfa)
urls.csv
CHANGED
@@ -22,4 +22,5 @@ LLaVE-0.5B,https://huggingface.co/zhibinlan/LLaVE-0.5B
|
|
22 |
UniME(LLaVA-OneVision-7B-LoRA-Res336),https://huggingface.co/DeepGlint-AI/UniME-LLaVA-OneVision-7B
|
23 |
UniME(LLaVA-1.6-7B-LoRA-LowRes),https://huggingface.co/DeepGlint-AI/UniME-LLaVA-1.6-7B
|
24 |
UniME(Phi-3.5-V-LoRA),https://huggingface.co/DeepGlint-AI/UniME-Phi3.5-V-4.2B
|
25 |
-
QQMM-embed,https://github.com/QQ-MM/QQMM-embed
|
|
|
|
22 |
UniME(LLaVA-OneVision-7B-LoRA-Res336),https://huggingface.co/DeepGlint-AI/UniME-LLaVA-OneVision-7B
|
23 |
UniME(LLaVA-1.6-7B-LoRA-LowRes),https://huggingface.co/DeepGlint-AI/UniME-LLaVA-1.6-7B
|
24 |
UniME(Phi-3.5-V-LoRA),https://huggingface.co/DeepGlint-AI/UniME-Phi3.5-V-4.2B
|
25 |
+
QQMM-embed,https://github.com/QQ-MM/QQMM-embed
|
26 |
+
B3,https://huggingface.co/raghavlite/B3_Qwen2_7B
|
utils.py
CHANGED
@@ -142,7 +142,7 @@ def get_urls(csv: str='urls.csv') -> dict:
|
|
142 |
urls = fetch_data(csv)
|
143 |
return dict(zip(urls['Models'], urls['URL']))
|
144 |
|
145 |
-
MODEL_URLS = get_urls(
|
146 |
|
147 |
def get_df(csv="results.csv"):
|
148 |
df = fetch_data(csv)
|
|
|
142 |
urls = fetch_data(csv)
|
143 |
return dict(zip(urls['Models'], urls['URL']))
|
144 |
|
145 |
+
MODEL_URLS = get_urls()
|
146 |
|
147 |
def get_df(csv="results.csv"):
|
148 |
df = fetch_data(csv)
|