初始化项目,由ModelHub XC社区提供模型
Model: QuantFactory/llama-3-chinese-8b-instruct-v2-GGUF Source: Original Platform
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
library_name: transformers
|
||||
base_model: hfl/llama-3-chinese-8b-instruct-v2
|
||||
language:
|
||||
- en
|
||||
- zh
|
||||
pipeline_tag: text-generation
|
||||
tags:
|
||||
- llama
|
||||
- conversational
|
||||
---
|
||||
|
||||
# QuantFactory/llama-3-chinese-8b-instruct-v2-GGUF
|
||||
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
|
||||
|
||||
|
||||
# Model Description
|
||||
|
||||
This repository contains Llama-3-Chinese-8B-Instruct-v2, which is directly tuned with 5M instruction data on 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
|
||||
Reference in New Issue
Block a user