michael-guenther
commited on
Commit
•
aa06450
1
Parent(s):
8351bfa
Update mteb_evaluation.py
Browse files- mteb_evaluation.py +1 -1
mteb_evaluation.py
CHANGED
@@ -108,7 +108,7 @@ TASK_LIST = (
|
|
108 |
+ TASK_LIST_STS
|
109 |
)
|
110 |
|
111 |
-
model_name = "jinaai/jina-embedding-
|
112 |
model = SentenceTransformer(model_name)
|
113 |
|
114 |
for task in TASK_LIST:
|
|
|
108 |
+ TASK_LIST_STS
|
109 |
)
|
110 |
|
111 |
+
model_name = "jinaai/jina-embedding-b-en-v1"
|
112 |
model = SentenceTransformer(model_name)
|
113 |
|
114 |
for task in TASK_LIST:
|