初始化项目,由ModelHub XC社区提供模型

Model: hfl/llama-3-chinese-8b-instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-02 03:47:00 +08:00
commit 44ed4ad71c
13 changed files with 2493 additions and 0 deletions

28
README.md Normal file
View File

@@ -0,0 +1,28 @@
---
base_model: hfl/llama-3-chinese-8b
license: apache-2.0
language:
- zh
- en
---
# Llama-3-Chinese-8B-Instruct
<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>
This repository contains **Llama-3-Chinese-8B-Instruct**, which is further tuned with 5M instruction data on [Llama-3-Chinese-8B](https://huggingface.co/hfl/llama-3-chinese-8b).
**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
## Others
- For LoRA-only model, please see: https://huggingface.co/hfl/llama-3-chinese-8b-instruct-lora
- For GGUF model (llama.cpp compatible), please see: https://huggingface.co/hfl/llama-3-chinese-8b-instruct-gguf
- If you have questions/issues regarding this model, please submit an issue through https://github.com/ymcui/Chinese-LLaMA-Alpaca-3