This repo contains a few machine learning projects using LLMs, Deep Learning, and Matrix decompositions (SVD/PCA)
-
- In this project we look at creating a simple chatbot using Streamlit and pulling models from Hugging Face for inference.
We use the Mistral 7B model from Mistral AI, the Gemma models from Google, and the Zephyr model which is a fine tuned Mistral model by the team at Hugging Face.- You can read more about the project here.
- You can try try the interactive demo here.
Note: The Gemma models are currently being updated for inference and may not work at times. Hugging Face periodically updates and models may be unavailable at times.
- In this project we look at creating a simple chatbot using Streamlit and pulling models from Hugging Face for inference.