munish0838
commited on
Commit
•
e7ec58a
1
Parent(s):
7b288b1
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
base_model: hfl/llama-3-chinese-8b-instruct-v2
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- zh
|
7 |
+
pipeline_tag: text-generation
|
8 |
+
tags:
|
9 |
+
- llama
|
10 |
+
- conversational
|
11 |
+
---
|
12 |
+
|
13 |
+
# QuantFactory/llama-3-chinese-8b-instruct-v2-GGUF
|
14 |
+
This is quantized version of [hfl/llama-3-chinese-8b-instruct-v2](https://huggingface.co/hfl/llama-3-chinese-8b-instruct-v2) created using llama.cpp
|
15 |
+
|
16 |
+
|
17 |
+
# Model Description
|
18 |
+
|
19 |
+
This repository contains Llama-3-Chinese-8B-Instruct-v2, which is directly tuned with 5M instruction data on Meta-Llama-3-8B-Instruct.
|
20 |
+
|
21 |
+
Note: This is an instruction (chat) model, which can be used for conversation, QA, etc.
|
22 |
+
|
23 |
+
Further details (performance, usage, etc.) should refer to GitHub project page: https://github.com/ymcui/Chinese-LLaMA-Alpaca-3
|