JoeyHeisenberg
commited on
Commit
•
e6cb06c
1
Parent(s):
9c4f598
Update README.md
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ BlueLM 是由 vivo AI 全球研究院自主研发的大规模预训练语言模
|
|
21 |
|
22 |
BlueLM is a large-scale open-source language model independently developed by the vivo AI Lab. This release includes 2K and 32K context length versions for both Base and Chat models.
|
23 |
|
24 |
-
- **High-quality Data**: BlueLM is trained on a high-quality data with 2.6 trillion tokens. Our train corpus
|
25 |
- **Stronger Performance**: BlueLM-7B-Chat achieves a strong competitive performance in C-Eval and CMMLU benchmarks of the same size.
|
26 |
- **Longer Context**: We have extended the context length of both BlueLM-7B-Base-32K and BlueLM-7B-Chat-32K models from 2K to 32K. The models can support longer context understanding while maintaining the same basic capabilities.
|
27 |
- **Model License**: BlueLM weights are open for academic research and commercial use.
|
@@ -37,7 +37,7 @@ The release versions and hugging face download links are listed in the table bel
|
|
37 |
|
38 |
## 评测结果/Benchmark Results
|
39 |
|
40 |
-
为了保证模型评测的一致性,我们采用 [
|
41 |
|
42 |
To ensure the consistency of model evaluation, we use [OpenCompass](https://opencompass.org.cn/leaderboard-llm) to evaluate the performance on relevant leaderboards. We conducted extensive tests on C-Eval, MMLU, CMMLU, GaoKao, AGIEval, BBH, GSM8K, MATH and HumanEval datasets across general ability, mathematical ability and coding ability.
|
43 |
|
|
|
21 |
|
22 |
BlueLM is a large-scale open-source language model independently developed by the vivo AI Lab. This release includes 2K and 32K context length versions for both Base and Chat models.
|
23 |
|
24 |
+
- **High-quality Data**: BlueLM is trained on a high-quality data with 2.6 trillion tokens. Our train corpus mainly consists of Chinese and English data, with a small amount of Japanese and Korean data.
|
25 |
- **Stronger Performance**: BlueLM-7B-Chat achieves a strong competitive performance in C-Eval and CMMLU benchmarks of the same size.
|
26 |
- **Longer Context**: We have extended the context length of both BlueLM-7B-Base-32K and BlueLM-7B-Chat-32K models from 2K to 32K. The models can support longer context understanding while maintaining the same basic capabilities.
|
27 |
- **Model License**: BlueLM weights are open for academic research and commercial use.
|
|
|
37 |
|
38 |
## 评测结果/Benchmark Results
|
39 |
|
40 |
+
为了保证模型评测的一致性,我们采用 [OpenCompass](https://opencompass.org.cn/leaderboard-llm) 进行相关榜单的评测。我们分别在 C-Eval、MMLU、CMMLU、GaoKao、AGIEval、BBH、GSM8K、MATH 和 HumanEval 榜单对 BlueLM 的通用能力、数学能力和代码能力进行了测试。
|
41 |
|
42 |
To ensure the consistency of model evaluation, we use [OpenCompass](https://opencompass.org.cn/leaderboard-llm) to evaluate the performance on relevant leaderboards. We conducted extensive tests on C-Eval, MMLU, CMMLU, GaoKao, AGIEval, BBH, GSM8K, MATH and HumanEval datasets across general ability, mathematical ability and coding ability.
|
43 |
|