Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,42 @@
|
|
1 |
-
---
|
2 |
-
license:
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
<div align="center">
|
5 |
+
|
6 |
+
<picture>
|
7 |
+
<img src="https://raw.githubusercontent.com/01-ai/Yi/main/assets/img/Yi_logo_icon_light.svg" width="150px">
|
8 |
+
</picture>
|
9 |
+
|
10 |
+
</div>
|
11 |
+
|
12 |
+
|
13 |
+
# Intro
|
14 |
+
A Chinese law fine-tuned Yi-1.5-6B-Chat model. Personal test.
|
15 |
+
|
16 |
+
Yi-1.5 is an upgraded version of Yi. It is continuously pre-trained on Yi with a high-quality corpus of 500B tokens and fine-tuned on 3M diverse fine-tuning samples.
|
17 |
+
|
18 |
+
Compared with Yi, Yi-1.5 delivers stronger performance in coding, math, reasoning, and instruction-following capability, while still maintaining excellent capabilities in language understanding, commonsense reasoning, and reading comprehension.
|
19 |
+
|
20 |
+
<div align="center">
|
21 |
+
|
22 |
+
Model | Context Length | Pre-trained Tokens
|
23 |
+
| :------------: | :------------: | :------------: |
|
24 |
+
| Yi-1.5 | 4K | 3.6T
|
25 |
+
|
26 |
+
</div>
|
27 |
+
|
28 |
+
# Models
|
29 |
+
|
30 |
+
- Chat models
|
31 |
+
|
32 |
+
<div align="center">
|
33 |
+
|
34 |
+
| Name | Download |
|
35 |
+
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
36 |
+
| Yi-1.5-6B-Chat | • [🤗 Hugging Face](https://huggingface.co/collections/01-ai/yi-15-2024-05-663f3ecab5f815a3eaca7ca8) • [🤖 ModelScope](https://www.modelscope.cn/organization/01ai) |
|
37 |
+
|
38 |
+
</div>
|
39 |
+
|
40 |
+
# Fine-tuned
|
41 |
+
|
42 |
+
Fine-tuned By [Unsloth](https://huggingface.co/unsloth) and [Skepsun/lawyer_llama_data](https://huggingface.co/datasets/Skepsun/lawyer_llama_data)
|