Hello team!
As a user of the model / dataset hub, I would like to be able to search for artifacts using multiple keywords instead of the exact match that is currently in place.
For example, I am often interested in looking for “model X fine-tuned on dataset Y” so that I can see if someone in the community has already tackled a problem I’m working on (and thereby save me time).
A typical search pattern would be something like
bert-base-uncased squad
which currently returns 0 models
while the exact match bert-base-uncased-squad
yields 16 models:
Thanks!