Hello everyone,
I noticed a potential bug in the huggingface web interface.
I want to filter models by those pre-trained or fine-tuned on the specified dataset, however, I notice inconsistency in this filtering.
To demonstrate this let’s use imdb dataset. On the dataset page I can see the first 6 results of the mentioned filtering in the “Models trained or fine-tuned on stanfordnlp/imdb” section (please see the left part of the screenshot, left and right parts are separated by the vertical dashed line).
However, when I click the link “Browse 1407 models trained on this dataset” (it has the form of: https://huggingface.co/models?dataset=dataset:stanfordnlp/imdb
), a search with an applied filter is opened. That search results only in 81 models (please see the right part of the screenshot).
I think it is a bug because the number of found models in the right part of the screenshot - 81 - is inconsistent with the 1407 models mentioned in the link title in the left part of the screenshot.
Could you please confirm whether it is a bug and suggest solutions that would allow me to see the names of all 1407 models mentioned in the left part of the screenshot (now I can see only 6 names that are explicitly shown there)?
Thank you in advance for your help!