Cyrile commited on
Commit
ac99ef3
1 Parent(s): a708e66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ - fr
6
+ - de
7
+ - es
8
+ - it
9
+ tags:
10
+ - moe
11
  ---
12
+
13
+ Converted version of [Mixtral Instruct](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) to 4-bit using bitsandbytes. For more information about the model, refer to the model's page.
14
+
15
+ ### Prompt Pattern
16
+ Here is a reminder of the prompt pattern to interact with the model:
17
+ ```verbatim
18
+ <s>[INST] {user_prompt_1} [/INST] model_answer_1</s>[INST] {user_prompt_2} [/INST] model_answer_2</s>
19
+ ```