hfl-rc commited on
Commit
f9cf069
1 Parent(s): fe20cc8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -4,4 +4,15 @@ language:
4
  - zh
5
  - en
6
  ---
7
- Work-in-progress (WIP)
 
 
 
 
 
 
 
 
 
 
 
 
4
  - zh
5
  - en
6
  ---
7
+
8
+ # Chinese-Mixtral-Instruct
9
+
10
+ This repository contains **Chinese-Mixtral-Instruct**, which is further tuned with instruction data on [Chinese-Mixtral](https://huggingface.co/hfl/chinese-mixtral), where Chinese-Mixtral is build on top of [Mixtral-8x7B-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1).
11
+
12
+ **Note: this is an instruction (chat) model, which can be used for conversation, QA, etc.**
13
+
14
+ For LoRA-only model, please see: https://huggingface.co/hfl/chinese-mixtral-instruct-lora
15
+
16
+ For GGUF model (llama.cpp compatible), please see: https://huggingface.co/hfl/chinese-mixtral-instruct-gguf
17
+
18
+ Please refer to [https://github.com/ymcui/Chinese-Mixtral/](https://github.com/ymcui/Chinese-Mixtral/) for more details.