TLDRocket
Sign in

Dataset Curation

17 summarised stories about Dataset Curation, each linking back to the original source. Browse all topics →

Tuesday, 25 January 2022

Supercharged Searching on the 🤗 Hub

Hugging Face Blog 4 years ago

The huggingface_hub library added new search features including ModelSearchArguments and ModelFilter classes that let users find models and datasets programmatically without leaving their Python interface. A query for text-classification models trained on GLUE and compatible with PyTorch returned 140 matching models through the simplified API. Users can now construct complex multi-criteria searches with readable syntax instead of trial-and-error parameter formatting.