lee0ray commited on
Commit
b6a717e
1 Parent(s): cebd552

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -11,9 +11,13 @@ pipeline_tag: text-generation
11
 
12
  ## 介绍
13
  * 中国联通发布业界第一个llama3中文模型
14
- * 本模型以Meta-Llama-3-8B-Instruct为基础,增加中文数据进行微调,解决llama3模型中文能力弱的问题
15
  * 基础模型 [**Meta-Llama-3-8B-Instruct**](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)
16
 
 
 
 
 
17
  ## 快速开始
18
 
19
  ```python
 
11
 
12
  ## 介绍
13
  * 中国联通发布业界第一个llama3中文模型
14
+ * 本模型以[**Meta Llama 3**](https://huggingface.co/collections/meta-llama/meta-llama-3-66214712577ca38149ebb2b6)为基础,增加中文数据进行训练,实现llama3模型高质量中文问答
15
  * 基础模型 [**Meta-Llama-3-8B-Instruct**](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct)
16
 
17
+ ### 📊 数据
18
+ - 中国联通自有数据,覆盖多个领域和行业,为模型训练提供充足的数据支持。
19
+ - 基于中国联通统一数据中台,归集公司内外部等多种类型数据,构建中国联通高质量数据集
20
+
21
  ## 快速开始
22
 
23
  ```python