Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,25 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
-
|
6 |
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
- en
|
6 |
---
|
7 |
|
8 |
+
# Llama-3-Chinese-8B-Instruct-v3
|
9 |
|
10 |
+
<p align="center">
|
11 |
+
<a href="https://github.com/ymcui/Chinese-LLaMA-Alpaca-3"><img src="https://ymcui.com/images/chinese-llama-alpaca-3-banner.png" width="600"/></a>
|
12 |
+
</p>
|
13 |
+
|
14 |
+
This repository contains **Llama-3-Chinese-8B-Instruct-v3**.
|
15 |
+
|
16 |
+
**Note: This is an instruction (chat) model, which can be used for conversation, QA, etc.**
|
17 |
+
|
18 |
+
Further details (performance, usage, etc.) should refer to GitHub project page: https://github.com/ymcui/Chinese-LLaMA-Alpaca-3
|
19 |
+
|
20 |
+
|
21 |
+
## Others
|
22 |
+
|
23 |
+
- For GGUF model (llama.cpp compatible), please see: https://huggingface.co/hfl/llama-3-chinese-8b-instruct-v3-gguf
|
24 |
+
|
25 |
+
- If you have questions/issues regarding this model, please submit an issue through https://github.com/ymcui/Chinese-LLaMA-Alpaca-3
|