File size: 1,320 Bytes
583266e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
license: apache-2.0
language:
- zh
- en
base_model: hfl/llama-3-chinese-8b-instruct-v3
pipeline_tag: text-generation
---

# QuantFactory/llama-3-chinese-8b-instruct-v3-GGUF

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

# Llama-3-Chinese-8B-Instruct-v3

<p align="center">
    <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>
</p>

[**[๐Ÿ‘‰๐Ÿ‘‰๐Ÿ‘‰ Chat with Llama-3-Chinese-8B-Instruct-v3 @ HF Space]**](https://huggingface.co/spaces/hfl-rc/llama-3-chinese-8b-instruct-demo)

This repository contains **Llama-3-Chinese-8B-Instruct-v3**, which is further finetuned based on a mix of the following models:
- [hfl/Llama-3-Chinese-8B-Instruct](https://huggingface.co/hfl/llama-3-chinese-8b-instruct)
- [hfl/Llama-3-Chinese-8B-Instruct-v2](https://huggingface.co/hfl/llama-3-chinese-8b-instruct-v2)
- [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)

**Note: This is an instruction (chat) model, which can be used for conversation, QA, etc.**

Further details (performance, usage, etc.) should refer to GitHub project page: https://github.com/ymcui/Chinese-LLaMA-Alpaca-3