Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,3 @@
|
|
1 |
-
---
|
2 |
-
license: other
|
3 |
-
license_name: orion
|
4 |
-
license_link: LICENSE
|
5 |
-
pipeline_tag: text-generation
|
6 |
-
---
|
7 |
-
|
8 |
<!-- markdownlint-disable first-line-h1 -->
|
9 |
<!-- markdownlint-disable html -->
|
10 |
![](./assets/imgs/orion_start.png)
|
@@ -15,28 +8,21 @@ pipeline_tag: text-generation
|
|
15 |
</h1>
|
16 |
</div>
|
17 |
|
18 |
-
<p align="center">
|
19 |
-
🤗 <a href="https://huggingface.co/OrionStarAI/OrionStar-14B" target="_blank">HuggingFace 模型下载</a> | 🤖 <a href="https://modelscope.cn/models/OrionStarAI/Orion-14B/summary" target="_blank">ModelScope 模型下载</a>
|
20 |
-
</p>
|
21 |
-
|
22 |
-
|
23 |
-
<p align="center">
|
24 |
-
🤗 <a href="https://modelscope.cn/studios/OrionStarAI/Orion-14B/summary" target="_blank">💡在线Demo</a>
|
25 |
-
</p>
|
26 |
-
|
27 |
-
|
28 |
<div align="center">
|
29 |
|
30 |
|
31 |
<h4 align="center">
|
32 |
<p>
|
33 |
<b>🇨🇳中文</b> |
|
34 |
-
<a href="https://huggingface.co/OrionStarAI/Orion-14B-Base/blob/
|
|
|
35 |
<p>
|
36 |
</h4>
|
37 |
|
38 |
</div>
|
39 |
|
|
|
|
|
40 |
# 目录
|
41 |
|
42 |
- [📖 模型介绍](#模型介绍)
|
@@ -52,6 +38,15 @@ pipeline_tag: text-generation
|
|
52 |
|
53 |
- 在主流的基准评测中,Orion-14B系列模型都具有超强的竞争力,显著超出同规模模型。从公开评估结果来看,Orion-14B系列模型也是首个评估超过三种语言的大语言模型,希望猎户星空全体同仁的贡献能够为多语言LLM研究领域建立一个新的基准
|
54 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
# 下载路径
|
56 |
|
57 |
发布模型和下载链接见下表:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<!-- markdownlint-disable first-line-h1 -->
|
2 |
<!-- markdownlint-disable html -->
|
3 |
![](./assets/imgs/orion_start.png)
|
|
|
8 |
</h1>
|
9 |
</div>
|
10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
<div align="center">
|
12 |
|
13 |
|
14 |
<h4 align="center">
|
15 |
<p>
|
16 |
<b>🇨🇳中文</b> |
|
17 |
+
<a href="https://huggingface.co/OrionStarAI/Orion-14B-Base/blob/master/README_en.md">🌐English</a><br><br>
|
18 |
+
🤗 <a href="https://huggingface.co/OrionStarAI" target="_blank">HuggingFace主页</a> | 🤖 <a href="https://modelscope.cn/organization/OrionStarAI" target="_blank">ModelScope主页 </a>| 🎬 <a href="https://modelscope.cn/studios/OrionStarAI/Orion-14B/summary" target="_blank">在线试用</a>
|
19 |
<p>
|
20 |
</h4>
|
21 |
|
22 |
</div>
|
23 |
|
24 |
+
|
25 |
+
|
26 |
# 目录
|
27 |
|
28 |
- [📖 模型介绍](#模型介绍)
|
|
|
38 |
|
39 |
- 在主流的基准评测中,Orion-14B系列模型都具有超强的竞争力,显著超出同规模模型。从公开评估结果来看,Orion-14B系列模型也是首个评估超过三种语言的大语言模型,希望猎户星空全体同仁的贡献能够为多语言LLM研究领域建立一个新的基准
|
40 |
|
41 |
+
- Orion-14B系列大语言模型包含:
|
42 |
+
- **Orion-14B-Base:** 基于2.5万亿令牌多样化数据集训练处的140亿参数量级的多语言基座模型。
|
43 |
+
- **Orion-14B-Chat:** 基于高质量语料库微调的对话类模型,旨在为大模型社区提供更好的用户交互体验。
|
44 |
+
- **Orion-14B-LongChat:** 支持长度超过200K令牌上下文的交互,在长文本评估集上性能比肩专有模型。
|
45 |
+
- **Orion-14B-RAG:** 在一个定制的检索增强生成数据集上进行微调的聊天模型,在检索增强生成任务中取得了卓越的性能。
|
46 |
+
- **Orion-14B-PlugIn:** 专门针对插件和函数调用任务定制的聊天模型,非常适用于使用代理的相关场景,其中大语言模型充当插件和函数调用系统。
|
47 |
+
- **Orion-14B-Base-Int4:** 一个使用4位整数进行量化的基座模型。它将模型大小显著减小了70%,同时提高了推理速度30%,仅引入了1%的最小性能损失。
|
48 |
+
- **Orion-14B-Chat-Int4:** 一个使用4位整数进行量化的对话模型。
|
49 |
+
|
50 |
# 下载路径
|
51 |
|
52 |
发布模型和下载链接见下表:
|