ZequnZ commited on
Commit
9028733
1 Parent(s): 892bc52

update readme file

Browse files
Files changed (2) hide show
  1. README.md +17 -1
  2. asset/interface.png +0 -0
README.md CHANGED
@@ -1 +1,17 @@
1
- # Chat-with-Mistral-7B
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Chat-with-Mistral-7B
2
+
3
+ ![image](https://img.shields.io/badge/License-MIT-orange)
4
+
5
+ This project aims to build a web interface for you as a user to chat with [Mistral-7B-Instruct-v0.1 ](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) and provides the following features:
6
+ - Easily change the [Instruction prompt](https://www.promptingguide.ai/models/mistral-7b#chat-template-for-mistral-7b-instruct) to instruct the model to generate accordingly.
7
+ - Easily change the parameters for output generations.
8
+ - Re-generates the output to observe (maybe)different outputs.
9
+ - Remove past conversations.
10
+
11
+
12
+ ![](./asset/interface.png)
13
+
14
+ ---
15
+ Reference:
16
+ - https://www.promptingguide.ai/models/mistral-7b
17
+ - https://github.com/Shekswess/Mistral-7B-Healthcare
asset/interface.png ADDED