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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -6,13 +6,16 @@ language:
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.
 
6
  ---
7
 
8
  # Chinese-Mixtral-LoRA
9
+ <p align="center">
10
+ <img src="https://ymcui.com/images/chinese-mixtral-banner.png" width="600"/>
11
+ </p>
12
 
13
  This repository contains **Chinese-Mixtral-LoRA**, which is further pre-trained on [Mixtral-8x7B-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1).
14
 
15
  **Note: You must combine LoRA with the original [Mixtral-8x7B-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1) to obtain full weight.**
16
 
17
+ - For full model, please see: https://huggingface.co/hfl/chinese-mixtral
18
 
19
+ - For GGUF model (llama.cpp compatible), please see: https://huggingface.co/hfl/chinese-mixtral-gguf
20
 
21
  Please refer to [https://github.com/ymcui/Chinese-Mixtral/](https://github.com/ymcui/Chinese-Mixtral/) for more details.