Only allow 1 instance of a particular model name to be in the list.

#40

New cloned models of the toppers in the leaderboard will obviously continue appearing in the leaderboard as duplicates, since we are adding models in the skip list manually.

This method attempts to avoid that process for models named identically to the existing ones.

You might like to also check the creation date of a model and choose the earliest one with a specific date to display.

Massive Text Embedding Benchmark org

Nice! Unfortunately, as you mentioned it does not work due to the creation date as it does not fetch them ordered by creation date. I'm not sure if there's any way to check the creation date & pick the earliest one?

Cannot merge
This branch has merge conflicts in the following files:
  • app.py

Sign up or log in to comment