I built an AI tool to help you find HuggingFace models

Hi all,

I built an AI tool to help you find HuggingFace models (since there’s so many of them). It’s basically a retrieval-augmented LLM, and I’ve indexed all models that have at least 2000 downloads.

Some example queries that you can try:

  • “find a model to classify sentiment from tweets”
  • “what is the best model to translate french”
  • “explain all the eleuther gpt models”
  • etc

You can test it out here: Model Chat Tool - Efficient NLP

It’s free, doesn’t require signup or anything. Let me know if you think this is useful!