Update README.md
Browse files
README.md
CHANGED
@@ -47,6 +47,14 @@ or check the OpenAccess AI Collective Discord for more information about Axolotl
|
|
47 |
https://discord.gg/5y8STgB3P3
|
48 |
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
# Prompt Template
|
51 |
|
52 |
We used [OpenAI's Chat Markup Language (ChatML)](https://github.com/openai/openai-python/blob/main/chatml.md) format, with `<|im_start|>` and `<|im_end|>` tokens added to support this.
|
|
|
47 |
https://discord.gg/5y8STgB3P3
|
48 |
|
49 |
|
50 |
+
# Quantized Models
|
51 |
+
|
52 |
+
Quantized versions of this model are generously made available by [TheBloke](https://huggingface.co/TheBloke).
|
53 |
+
|
54 |
+
AWQ: https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-AWQ
|
55 |
+
GPTQ: https://huggingface.co/TheBloke/em_german_7b_v01-GPTQ
|
56 |
+
GGUF: https://huggingface.co/TheBloke/Mistral-7B-OpenOrca-GGUF
|
57 |
+
|
58 |
# Prompt Template
|
59 |
|
60 |
We used [OpenAI's Chat Markup Language (ChatML)](https://github.com/openai/openai-python/blob/main/chatml.md) format, with `<|im_start|>` and `<|im_end|>` tokens added to support this.
|