leaderboard / manifest.json
rafalposwiata's picture
PL-MTEB leaderboard
1d6d2cd verified
raw
history blame
322 Bytes
{
"short_name": "Leaderboard",
"name": "A leaderboard showing evaluation results",
"icons": [
{
"src": "favicon.png",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}