Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
<img src="https://raw.githubusercontent.com/InternLM/InternLM/main/assets/logo.svg" width="200"/>
|
6 |
<div> </div>
|
7 |
<div align="center">
|
8 |
-
<b><font size="5">InternLM2-WQX
|
9 |
<sup>
|
10 |
<a href="https://internlm.intern-ai.org.cn/">
|
11 |
<i><font size="4">HOT</font></i>
|
@@ -18,14 +18,20 @@
|
|
18 |
|
19 |
|
20 |
|
21 |
-
|
22 |
</div>
|
23 |
|
24 |
# Introduction
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
# MD5 Check
|
28 |
-
|
29 |
```
|
30 |
md5sum ./*
|
31 |
158657dbae9bc369d67cf4bfbdfaaf71 ./pytorch_model-00001-of-00005.bin
|
@@ -36,4 +42,15 @@ eaa393a66dc632d0a6f0f7d815c439bb ./pytorch_model-00004-of-00005.bin
|
|
36 |
|
37 |
./clip_l_560_pro7b/*
|
38 |
97b05f40ee9826eda467489eed65f85c ./clip_l_560_pro7b/pytorch_model.bin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
```
|
|
|
5 |
<img src="https://raw.githubusercontent.com/InternLM/InternLM/main/assets/logo.svg" width="200"/>
|
6 |
<div> </div>
|
7 |
<div align="center">
|
8 |
+
<b><font size="5">InternLM2-WQX</font></b>
|
9 |
<sup>
|
10 |
<a href="https://internlm.intern-ai.org.cn/">
|
11 |
<i><font size="4">HOT</font></i>
|
|
|
18 |
|
19 |
|
20 |
|
21 |
+
InternLM2-WQX-20B <a href="https://huggingface.co/internlm/internlm2-wqx-20b">🤗</a> <a href="https://modelscope.cn/models/Shanghai_AI_Laboratory/internlm2-wqx-20b/summary"><img src="https://raw.githubusercontent.com/InternLM/InternLM/main/assets/modelscope_logo.png" width="20px"></a> | InternLM2-WQX-VL-20B <a href="https://huggingface.co/internlm/internlm2-wqx-vl-20b">🤗</a> <a href="https://modelscope.cn/models/Shanghai_AI_Laboratory/internlm2-wqx-vl-20b/summary"><img src="https://raw.githubusercontent.com/InternLM/InternLM/main/assets/modelscope_logo.png" width="20px"></a>
|
22 |
</div>
|
23 |
|
24 |
# Introduction
|
25 |
+
|
26 |
+
InternLM2-WQX与InternLM2-WQX-VL是InternLM团队于2024年高考前夕最新推出的文曲星系列模型。
|
27 |
+
|
28 |
+
高考覆盖各类学科及题型,同时因其开考前的“绝密性”,被视作中国最具权威的考试之一,成为评估考生综合能力的“试金石”。这一面向人类设计的高难度综合性测试,目前普遍被研究者用于考察大模型的智能水平。InternLM2-WQX系列模型在2024年高考评测集[GAOKAO-Eval](https://github.com/open-compass/GAOKAO-Eval)上取得了优异的成绩,综合表现与GPT-4o相当,且超越了国内外一系列开源大模型,体现了InternLM2-WQX系列模型优秀的性能。
|
29 |
+
|
30 |
+
我们即将更新关于文曲星系列模型数据准备的相关说明,敬请期待。
|
31 |
+
|
32 |
|
33 |
# MD5 Check
|
34 |
+
|
35 |
```
|
36 |
md5sum ./*
|
37 |
158657dbae9bc369d67cf4bfbdfaaf71 ./pytorch_model-00001-of-00005.bin
|
|
|
42 |
|
43 |
./clip_l_560_pro7b/*
|
44 |
97b05f40ee9826eda467489eed65f85c ./clip_l_560_pro7b/pytorch_model.bin
|
45 |
+
```
|
46 |
+
|
47 |
+
# Citation
|
48 |
+
|
49 |
+
```bibtex
|
50 |
+
@misc{2024internlm2wqx,
|
51 |
+
title={https://github.com/InternLM/InternLM-WQX},
|
52 |
+
author={InternLM Team},
|
53 |
+
howpublished = {\url{https://github.com/InternLM/InternLM-WQX}},
|
54 |
+
year={2024}
|
55 |
+
}
|
56 |
```
|