hfl-rc commited on
Commit
625f48c
1 Parent(s): bc7f161

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -3,4 +3,16 @@ license: apache-2.0
3
  language:
4
  - zh
5
  - en
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  language:
4
  - zh
5
  - en
6
+ ---
7
+
8
+ # Chinese-Mixtral-LoRA
9
+
10
+ This repository contains **Chinese-Mixtral-LoRA**, which is further pre-trained on [Mixtral-8x7B-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1).
11
+
12
+ **Note: You must combine LoRA with the original [Mixtral-8x7B-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1) to obtain full weight.**
13
+
14
+ For full model, please see: https://huggingface.co/hfl/chinese-mixtral
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.