wenge-research
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,6 @@ license: apache-2.0
|
|
28 |
通过雅意IE大模型的开源为促进中文预训练大模型开源社区的发展,贡献自己的一份力量,通过开源,与每一位合作伙伴共建雅意大模型生态。如果您想了解更多关于 YAYI UIE 模型的细节,我们建议您参阅 [GitHub](https://github.com/wenge-research/yayi_uie) 仓库。更多技术细节,欢迎阅读我们的技术报告🔥[YAYI-UIE: A Chat-Enhanced Instruction Tuning Framework for Universal
|
29 |
Information Extraction](https://arxiv.org/abs/2312.15548)。
|
30 |
|
31 |
-
模型下载地址是 https://huggingface.co/wenge-research/yayi-uie
|
32 |
|
33 |
The YAYI Unified Information Extraction Large Language Model (YAYI UIE), fine-tuned on millions of high-quality data, integrates training across tasks such as Named Entity
|
34 |
Recognition (NER), Relation Extraction (RE), and Event Extraction (EE). The model is able to extract structured outputs across diverse fields including general, security,
|
@@ -39,7 +38,6 @@ Information Extraction.
|
|
39 |
|
40 |
![instruction](./assets/YAYI-UIE-1.png)
|
41 |
|
42 |
-
The downloand link is https://huggingface.co/wenge-research/yayi-uie
|
43 |
|
44 |
#### 模型推理/Model Inference
|
45 |
```python
|
|
|
28 |
通过雅意IE大模型的开源为促进中文预训练大模型开源社区的发展,贡献自己的一份力量,通过开源,与每一位合作伙伴共建雅意大模型生态。如果您想了解更多关于 YAYI UIE 模型的细节,我们建议您参阅 [GitHub](https://github.com/wenge-research/yayi_uie) 仓库。更多技术细节,欢迎阅读我们的技术报告🔥[YAYI-UIE: A Chat-Enhanced Instruction Tuning Framework for Universal
|
29 |
Information Extraction](https://arxiv.org/abs/2312.15548)。
|
30 |
|
|
|
31 |
|
32 |
The YAYI Unified Information Extraction Large Language Model (YAYI UIE), fine-tuned on millions of high-quality data, integrates training across tasks such as Named Entity
|
33 |
Recognition (NER), Relation Extraction (RE), and Event Extraction (EE). The model is able to extract structured outputs across diverse fields including general, security,
|
|
|
38 |
|
39 |
![instruction](./assets/YAYI-UIE-1.png)
|
40 |
|
|
|
41 |
|
42 |
#### 模型推理/Model Inference
|
43 |
```python
|