This commit is contained in:
Awni Hannun
2023-12-14 16:56:50 -08:00
parent e434e7e5c2
commit b863e7cca0
8 changed files with 33 additions and 11 deletions

View File

@@ -62,6 +62,12 @@ For more options including how to prompt the model, run:
python mixtral.py --help
```
[^mixtral]: Refer to Mistral's [blog post](https://mistral.ai/news/mixtral-of-experts/) for more details.
For the Instruction model, make sure to follow the prompt format:
```
[INST] Instruction prompt [/INST]
```
[^mixtral]: Refer to Mistral's [blog post](https://mistral.ai/news/mixtral-of-experts/) and the [Hugging Face blog post](https://huggingface.co/blog/mixtral) for more details.
[^instruc]: Refer to the [Hugging Face repo](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) for more
details