Update README.md
Browse files
README.md
CHANGED
@@ -90,13 +90,13 @@ Model release and download links are provided in the table below:
|
|
90 |
|
91 |
| Model Name | HuggingFace Download Links | ModelScope Download Links |
|
92 |
|------------|----------------------------|---------------------------|
|
93 |
-
| ⚾Orion-MOE8x7B
|
94 |
|
95 |
|
96 |
<a name="model-benchmark"></a><br>
|
97 |
# 3. Model Benchmarks
|
98 |
|
99 |
-
## 3.1.
|
100 |
### 3.1.1. LLM evaluation results on examination and professional knowledge
|
101 |
|
102 |
<style>
|
@@ -220,7 +220,7 @@ device, you can use something like `export CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7`
|
|
220 |
|
221 |
```shell
|
222 |
|
223 |
-
#
|
224 |
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 python demo/text_generation_base.py --model OrionStarAI/Orion-MOE8x7B-Base --tokenizer OrionStarAI/Orion-MOE8x7B-Base --prompt hello
|
225 |
|
226 |
```
|
|
|
90 |
|
91 |
| Model Name | HuggingFace Download Links | ModelScope Download Links |
|
92 |
|------------|----------------------------|---------------------------|
|
93 |
+
| ⚾Orion-MOE8x7B | [Orion-MOE8x7B](https://huggingface.co/OrionStarAI/Orion-MOE8x7B-Base) | [Orion-MOE8x7B](https://modelscope.cn/models/OrionStarAI/Orion-MOE8x7B-Base/summary) |
|
94 |
|
95 |
|
96 |
<a name="model-benchmark"></a><br>
|
97 |
# 3. Model Benchmarks
|
98 |
|
99 |
+
## 3.1. Orion-MOE8x7B Benchmarks
|
100 |
### 3.1.1. LLM evaluation results on examination and professional knowledge
|
101 |
|
102 |
<style>
|
|
|
220 |
|
221 |
```shell
|
222 |
|
223 |
+
# foundation model
|
224 |
CUDA_VISIBLE_DEVICES=0,1,2,3,4,5,6,7 python demo/text_generation_base.py --model OrionStarAI/Orion-MOE8x7B-Base --tokenizer OrionStarAI/Orion-MOE8x7B-Base --prompt hello
|
225 |
|
226 |
```
|