Files
ModelHub XC 64a3ff3794 初始化项目,由ModelHub XC社区提供模型
Model: UnicomAI/Unichat-llama3.2-Chinese-1B
Source: Original Platform
2026-07-28 23:06:08 +08:00

54 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
frameworks:
- Pytorch
license: Apache License 2.0
tasks:
- text-generation
model-type:
- gpt
domain:
- nlp
language:
- en
- zn
---
# Unichat-llama3.2-Chinese-1B
## 介绍
* llama3.2-10亿参数中文指令微调模型全参数微调非lora
* 本模型以[**Meta Llama 3.2**](https://huggingface.co/meta-llama/Llama-3.2-1B-Instruct)为基础,增加中文数据进行训练,实现llama3.2模型中文问答能力
* 模型使用llama3官方对话模板
* 基础模型 [**Meta-Llama-3.2-1B**](https://huggingface.co/meta-llama/Llama-3.2-1B)
### 数据
- 高质量指令数据,覆盖多个领域和行业,为模型训练提供充足的数据支持
- 微调指令数据经过严格的人工筛查,保证优质的指令数据用于模型微调
### 下载
#### 您可以通过如下git clone命令或者ModelScope SDK来下载模型
#### SDK下载
```bash
安装ModelScope
pip install modelscope
```
```python
SDK模型下载
from modelscope import snapshot_download
model_dir = snapshot_download('UnicomAI/Unichat-llama3.2-Chinese-1B')
```
#### Git下载
```
Git模型下载
git clone https://www.modelscope.cn/UnicomAI/Unichat-llama3.2-Chinese-1B.git
```