Description
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.
Bug description.
To demonstrate the mentioned inconsistency in filtering 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).
Describe the expected behaviour
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.
Additional context
Initially, I posted this issue here.