--- title: Mistral emoji: 🔥 colorFrom: purple colorTo: red sdk: gradio sdk_version: 3.47.1 app_file: app.py pinned: false license: apache-2.0 --- Test deployment of the Mistral 7B Instruct 0.1 model. It's said to be fast and good enough for casual conversation like with a humanoid robot. The original model is available at [https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) *The Mistral 7B Instruct model is a quick demonstration that the base model can be easily fine-tuned to achieve compelling performance. It does not have any moderation mechanism. We’re looking forward to engaging with the community on ways to make the model finely respect guardrails, allowing for deployment in environments requiring moderated outputs.* Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference There are great guides on gradio as well for setting up a local or remote chatbot using LLMs [https://www.gradio.app/guides/creating-a-chatbot-fast](https://www.gradio.app/guides/creating-a-chatbot-fast)