Hugging GPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face
Development
Hugging GPT enables LLM models to call other models via the Hugging Face Repo
Problem
LLMs are not the best task for all tasks. Enabling LLMS to use task-specific models can improve the quality of the results.
Solution Hugging GPT provides an intervace for LLMs by breaking it down into 1. Task Planning, 2. Model Selection, 3. Task Execution, and 4. Response Generation
Results The results provide substiantial evidence that HuggingGPT can enable successful single, sequential, and graph-based tasks.