Agent course learnings

For my agent course I thought I would create a space which takes in a sentence which describes a model task and a domain like “I would like to do sentiment analysis in finance” or “I would like to translate from English to French” this sentences is input to an LLM and with the help of correct prompt a legitimate hf task and domain are extracted which are then embeded to a utl which is scraped by a web agent to give the list when I first came to hf website I was overwhelmed the the number and kindly of models and some fine tuned ones getting added daily that i thought such a app would be handy to short list models. Some of the learnings I had during the agent development processes like scraping can be fragile setting up the correct prompt to get a correct output can be hard.Also I will have to carefully go through how the gaia submission is to be done but here is the app

1 Like