Spaces:
Running
Running
add url for mmE5 (#24)
Browse files- add url for mmE5 (aecf8808a0fdf1996c339f0126e9978ea283aa2a)
utils.py
CHANGED
@@ -109,7 +109,8 @@ MODEL_URLS = {
|
|
109 |
"VLM2Vec": "https://github.com/TIGER-AI-Lab/VLM2Vec",
|
110 |
"UniIR": "https://huggingface.co/TIGER-Lab/UniIR",
|
111 |
"OpenCLIP-FT": "https://doi.org/10.48550/arXiv.2212.07143",
|
112 |
-
"CLIP-FT": "https://doi.org/10.48550/arXiv.2103.00020"
|
|
|
113 |
}
|
114 |
|
115 |
def create_hyperlinked_names(df):
|
|
|
109 |
"VLM2Vec": "https://github.com/TIGER-AI-Lab/VLM2Vec",
|
110 |
"UniIR": "https://huggingface.co/TIGER-Lab/UniIR",
|
111 |
"OpenCLIP-FT": "https://doi.org/10.48550/arXiv.2212.07143",
|
112 |
+
"CLIP-FT": "https://doi.org/10.48550/arXiv.2103.00020",
|
113 |
+
"mmE5-mllama-11b-instruct": "https://huggingface.co/intfloat/mmE5-mllama-11b-instruct"
|
114 |
}
|
115 |
|
116 |
def create_hyperlinked_names(df):
|