Skip to content

Conversation

@antoineedy
Copy link
Contributor

@antoineedy antoineedy commented Nov 14, 2025

This small change makes benchmark reference links work as expected.

Here is a demo space of this PR: antoineedy/demo-mteb-leaderboard


The model links inside the tables have a strange behaviour as well; sometimes it opens a new tab, sometimes it shows a grey screen in the hugging face space.

In app.py (l.142), should I replace:

df["name"] = "[" + df["name"] + "](" + df["reference"] + ")"

by:
df["name"] = f'<a href="{df["reference"]}" target="_blank">{df["name"]}</a>'
to force a new tab to be created?

@Samoed
Copy link
Member

Samoed commented Nov 14, 2025

The model links inside the tables have a strange behaviour as well; sometimes it opens a new tab, sometimes it shows a grey screen in the hugging face space.

Yes, this is old bug and we can't figure out #2869. You can try to change it (probably without target)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants