munish0838
commited on
Commit
β’
583266e
1
Parent(s):
516c275
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- zh
|
5 |
+
- en
|
6 |
+
base_model: hfl/llama-3-chinese-8b-instruct-v3
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
---
|
9 |
+
|
10 |
+
# QuantFactory/llama-3-chinese-8b-instruct-v3-GGUF
|
11 |
+
|
12 |
+
This is quantized vrsion of [hfl/llama-3-chinese-8b-instruct-v3](https://huggingface.co/hfl/llama-3-chinese-8b-instruct-v3) created using llama.pp
|
13 |
+
|
14 |
+
# Llama-3-Chinese-8B-Instruct-v3
|
15 |
+
|
16 |
+
<p align="center">
|
17 |
+
<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>
|
18 |
+
</p>
|
19 |
+
|
20 |
+
[**[πππ Chat with Llama-3-Chinese-8B-Instruct-v3 @ HF Space]**](https://huggingface.co/spaces/hfl-rc/llama-3-chinese-8b-instruct-demo)
|
21 |
+
|
22 |
+
This repository contains **Llama-3-Chinese-8B-Instruct-v3**, which is further finetuned based on a mix of the following models:
|
23 |
+
- [hfl/Llama-3-Chinese-8B-Instruct](https://huggingface.co/hfl/llama-3-chinese-8b-instruct)
|
24 |
+
- [hfl/Llama-3-Chinese-8B-Instruct-v2](https://huggingface.co/hfl/llama-3-chinese-8b-instruct-v2)
|
25 |
+
- [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)
|
26 |
+
|
27 |
+
**Note: This is an instruction (chat) model, which can be used for conversation, QA, etc.**
|
28 |
+
|
29 |
+
Further details (performance, usage, etc.) should refer to GitHub project page: https://github.com/ymcui/Chinese-LLaMA-Alpaca-3
|