--- 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 prompt pattern to interact with the model: ```verbatim [INST] {user_prompt_1} [/INST] model_answer_1[INST] {user_prompt_2} [/INST] model_answer_2 ```