File size: 611 Bytes
a708e66
 
ac99ef3
 
 
 
 
 
 
 
a708e66
ac99ef3
 
 
 
f71a5a2
ac99ef3
bc2e5de
ac99ef3
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
license: apache-2.0
language:
- en
- fr
- de
- es
- it
tags:
- moe
---

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.

### Prompt Pattern
Here is a reminder of the command pattern to interact with the model if the add_special_tokens option is disabled (otherwise, do not include the BOS symbol and space at the beginning of the sequence):
```verbatim
<s> [INST] {user_prompt_1} [/INST] model_answer_1</s> [INST] {user_prompt_2} [/INST] model_answer_2</s>
```