liuyongq commited on
Commit
22299eb
1 Parent(s): e0e0c69

Update README_en.md

Browse files
Files changed (1) hide show
  1. README_en.md +13 -6
README_en.md CHANGED
@@ -1,6 +1,6 @@
1
  <!-- markdownlint-disable first-line-h1 -->
2
  <!-- markdownlint-disable html -->
3
- ![](./assets/imgs/orion_start.png)
4
 
5
  <div align="center">
6
  <h1>
@@ -8,22 +8,21 @@
8
  </h1>
9
  </div>
10
 
11
- <p align="center">
12
- 🤗 <a href="https://huggingface.co/OrionStarAI/Orion-14B" target="_blank">HuggingFace Model Download</a> | 🤖 <a href="https://modelscope.cn/models/OrionStarAI/Orion-14B/summary" target="_blank">ModelScope Download</a>
13
- </p>
14
-
15
  <div align="center">
16
 
17
 
18
  <h4 align="center">
19
  <p>
20
  <b>🌐English</b> |
21
- <a href="https://huggingface.co/OrionStarAI/Orion-14B-Base/blob/main/README.md">🇨🇳中文</a>
 
22
  <p>
23
  </h4>
24
 
25
  </div>
26
 
 
 
27
  # Table of Contents
28
 
29
  - [📖 Model Introduction](#model-introduction)
@@ -39,6 +38,14 @@
39
 
40
  - In mainstream benchmark evaluations, the Orion-14B series models demonstrate outstanding competitiveness, significantly surpassing models of similar scales. Based on benchmark results, the Orion-14B series models are also the first to be evaluated across more than three languages in the domain of LLM. We hope that the contributions of all Orion Star colleagues establish a new benchmark for the research field of multilingual LLMs.
41
 
 
 
 
 
 
 
 
 
42
 
43
  # Model Download
44
 
 
1
  <!-- markdownlint-disable first-line-h1 -->
2
  <!-- markdownlint-disable html -->
3
+ ![](./pics/orion_start.png)
4
 
5
  <div align="center">
6
  <h1>
 
8
  </h1>
9
  </div>
10
 
 
 
 
 
11
  <div align="center">
12
 
13
 
14
  <h4 align="center">
15
  <p>
16
  <b>🌐English</b> |
17
+ <a href="https://huggingface.co/OrionStarAI/Orion-14B-Base/blob/master/README.MD">🇨🇳中文</a><br><br>
18
+ 🤗 <a href="https://huggingface.co/OrionStarAI" target="_blank">HuggingFace Mainpage</a> | 🤖 <a href="https://modelscope.cn/organization/OrionStarAI" target="_blank">ModelScope Mainpage</a> | 🎬 <a href="https://modelscope.cn/studios/OrionStarAI/Orion-14B/summary" target="_blank">Online Demo</a>
19
  <p>
20
  </h4>
21
 
22
  </div>
23
 
24
+
25
+
26
  # Table of Contents
27
 
28
  - [📖 Model Introduction](#model-introduction)
 
38
 
39
  - In mainstream benchmark evaluations, the Orion-14B series models demonstrate outstanding competitiveness, significantly surpassing models of similar scales. Based on benchmark results, the Orion-14B series models are also the first to be evaluated across more than three languages in the domain of LLM. We hope that the contributions of all Orion Star colleagues establish a new benchmark for the research field of multilingual LLMs.
40
 
41
+ - Orion-14B series models including:
42
+ - **Orion-14B-Base:** A multilingual large language foundational model with 14 billion parameters, pretrained on a diverse dataset of 2.5 trillion tokens.
43
+ - **Orion-14B-Chat:** A chat-model fine-tuned on a high-quality corpus aims to provide an excellence interactive experience for users in the large model community.
44
+ - **Orion-14B-LongChat:** This model is optimized for long context lengths more than 200k tokens and demonstrates performance comparable to proprietary models on long context evaluation sets.
45
+ - **Orion-14B-RAG:** A chat-model fine-tuned on a custom retrieval augmented generation dataset, achieving superior performance in retrieval augmented generation tasks.
46
+ - **Orion-14B-PlugIn:** A chat-model specifically tailored for plugin and function calling tasks, ideal for agent-related scenarios where the LLM acts as a plugin and function call system.
47
+ - **Orion-14B-Base-Int4:** A quantized base model utilizing 4-bit integer weights. It significantly reduces the model size by 70% and increases the inference speed by 30% while incurring a minimal performance loss of only 1%.
48
+ - **Orion-14B-Chat-Int4:** A quantized chat model utilizing 4-bit integer weights.
49
 
50
  # Model Download
51