huseinzol05
commited on
Commit
β’
93c3529
1
Parent(s):
ab3c367
added bge-m3
Browse files
app.py
CHANGED
@@ -239,6 +239,33 @@ open_source = [
|
|
239 |
'twitter top-5': 0.5850898602174396,
|
240 |
'twitter top-10': 0.7333037497226537,
|
241 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
242 |
]
|
243 |
|
244 |
data = pd.DataFrame(close_source + open_source)
|
|
|
239 |
'twitter top-5': 0.5850898602174396,
|
240 |
'twitter top-10': 0.7333037497226537,
|
241 |
},
|
242 |
+
{
|
243 |
+
'model': '[BAAI/bge-m3](https://huggingface.co/BAAI/bge-m3)',
|
244 |
+
'Crossref Melayu top-1': 0.41331541403907784,
|
245 |
+
'Crossref Melayu top-3': 0.669802543161377,
|
246 |
+
'Crossref Melayu top-5': 0.7698749095420242,
|
247 |
+
'Crossref Melayu top-10': 0.8632275405768635,
|
248 |
+
'lom.agc.gov.my top-1': 0.35001244709982576,
|
249 |
+
'lom.agc.gov.my top-3': 0.5311177495643515,
|
250 |
+
'lom.agc.gov.my top-5': 0.6011949215832711,
|
251 |
+
'lom.agc.gov.my top-10': 0.6928055763007219,
|
252 |
+
'b.cari.com.my top-1': 0.3306199123356293,
|
253 |
+
'b.cari.com.my top-3': 0.7025673137132122,
|
254 |
+
'b.cari.com.my top-5': 0.7930494677520351,
|
255 |
+
'b.cari.com.my top-10': 0.8647463994990607,
|
256 |
+
'c.cari.com.my top-1': 0.08795478629459555,
|
257 |
+
'c.cari.com.my top-3': 0.23754856941010244,
|
258 |
+
'c.cari.com.my top-5': 0.33574708583539387,
|
259 |
+
'c.cari.com.my top-10': 0.4558459908159661,
|
260 |
+
'malay-news top-1': 0.1459828255499353,
|
261 |
+
'malay-news top-3': 0.3185507587342666,
|
262 |
+
'malay-news top-5': 0.4232443241971533,
|
263 |
+
'malay-news top-10': 0.5473473708975415,
|
264 |
+
'twitter top-1': 0.22919902374084758,
|
265 |
+
'twitter top-3': 0.5225205236299091,
|
266 |
+
'twitter top-5': 0.6443310406035057,
|
267 |
+
'twitter top-10': 0.7836698469048148,
|
268 |
+
}
|
269 |
]
|
270 |
|
271 |
data = pd.DataFrame(close_source + open_source)
|