Update README.md
Browse files
README.md
CHANGED
@@ -4,4 +4,15 @@ language:
|
|
4 |
- zh
|
5 |
- en
|
6 |
---
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
- zh
|
5 |
- en
|
6 |
---
|
7 |
+
|
8 |
+
# Chinese-Mixtral
|
9 |
+
|
10 |
+
This repository contains **Chinese-Mixtral**, which is further pre-trained on [Mixtral-8x7B-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1).
|
11 |
+
|
12 |
+
**Note: this is a foundation model, which is not suitable for conversation, QA, etc.**
|
13 |
+
|
14 |
+
For LoRA-only model, please see: https://huggingface.co/hfl/chinese-mixtral-lora
|
15 |
+
|
16 |
+
For GGUF model (llama.cpp compatible), please see: https://huggingface.co/hfl/chinese-mixtral-gguf
|
17 |
+
|
18 |
+
Please refer to [https://github.com/ymcui/Chinese-Mixtral/](https://github.com/ymcui/Chinese-Mixtral/) for more details.
|