File size: 505 Bytes
4b11aff
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## 模型介绍

这个版本是基于Phi-3.5-mini-instruct模型,经过特殊处理的中文sft版。与原始的instruct版类似,模型对中文内容理解的更加准确,输出的内容也更偏向中文,并且确保了问答性能与用户体验的优化。

![example1](./images/example1.png)

![example2](./images/example2.png)

左边为Chinese微调后的版本,右边为原始的模型。

```shell
git lfs install
git clone https://opencsg.com/models/OpenCSG/Phi-3.5-Chinese.git
```