thesourmango commited on
Commit
f513cd2
1 Parent(s): 3be25b7

Added link to deployment guides

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -18,3 +18,6 @@ The original model is available at [https://huggingface.co/mistralai/Mistral-7B-
18
  *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.*
19
 
20
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
18
  *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.*
19
 
20
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
21
+
22
+ There are great guides on gradio as well for setting up a local or remote chatbot using LLMs
23
+ [https://www.gradio.app/guides/creating-a-chatbot-fast](https://www.gradio.app/guides/creating-a-chatbot-fast)