Feature request: date range filter in model search

I enjoy discovering new models on Hugging Face.

There are already many useful filters: I can filter by text models, parameter ranges, and GGUFs. I can also sort models by most likes, most downloads, or most recent.

What I can’t do is restrict results to models published within a specific time frame, such as “last week” or “last month”.

A date range filter would be very helpful, because the “most downloads” and “most likes” views are dominated by popular models from 2023–2024, which makes it harder to find new releases.

1 Like

hi @jacek2024

If you try to find them programmatically, please check Sort models by parameter count - #5 by mahmutc

Filtering usingmodel.created_at will help.

1 Like

I asssumed this forum is for the website - so I mean I want to configure the models view on HF site :slight_smile:

1 Like

Yeah. Probably, there are a lot of features not implemented because they’d clutter up the GUI…

In cases like this, it’d be handy if the GUI had some kind of isolated, niche settings screen like an “Advanced” panel. Like Google does.

Or it’d be helpful if we could send range-specified queries like Parameters (https://huggingface.co/models?num_parameters=min:0,max:6B)…

Sorry, my previous message wasn’t clear enough.

I meant to say that you can try a temporary workaround while waiting for the feature to be implemented, if they decide to implement it, of course.