OpenCompass/opencompass/configs/datasets/gsm8k
Linchen Xiao aa05993922
[Update] Add dataset configurations of no max_out_len (#1967)
* [Update] Add dataset configurations of no max_out_len

* update test torch version

* update test torch version

* update test torch version

* update test torch version
2025-03-24 14:24:12 +08:00
..
deprecated_gsm8k_agent_gen_be1606.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_0shot_gen_a58960.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_0shot_nocot_gen_6cbf22.py [Update] Update Fullbench (#1712) 2024-11-26 14:26:55 +08:00
gsm8k_0shot_v2_gen_6e39a4.py [Update] Update max_out_len for datasets (#1726) 2024-12-02 11:42:07 +08:00
gsm8k_0shot_v2_gen_17d799.py [Update] Add dataset configurations of no max_out_len (#1967) 2025-03-24 14:24:12 +08:00
gsm8k_0shot_v2_gen_a58960.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_agent_gen_c3dff3.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_gen_1d7fe4.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_gen_1dce88.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_gen_17d0dc.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_gen_57b0b1.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_gen_3309bd.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_gen_701491.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_gen_a3e34a.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_gen_d6de81.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_gen_e9e91e.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_gen_ee684f.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_gen.py [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00
gsm8k_model_postprocess_gen_a58960.py [Feature] Add custom model postprocess function (#1519) 2024-09-18 14:40:51 +08:00
gsm8k_xfinder_gen_a58960.py [Feature] Add model postprocess function (#1484) 2024-09-05 21:10:29 +08:00
README.md [Feature] Support import configs/models/summarizers from whl (#1376) 2024-08-01 00:42:48 +08:00

GSM8K

python3 run.py --models hf_internlm2_7b --datasets gsm8k_gen_17d0dc --debug
python3 run.py --models hf_internlm2_chat_7b --datasets gsm8k_gen_1d7fe4 --debug

Base Models

model gsm8k
llama-7b-turbomind 10.31
llama-13b-turbomind 20.55
llama-30b-turbomind 42.08
llama-65b-turbomind 54.81
llama-2-7b-turbomind 16.76
llama-2-13b-turbomind 29.87
llama-2-70b-turbomind 63.53
llama-3-8b-turbomind 54.28
llama-3-70b-turbomind 69.98
internlm2-1.8b-turbomind 30.40
internlm2-7b-turbomind 69.98
internlm2-20b-turbomind 76.80
qwen-1.8b-turbomind 23.73
qwen-7b-turbomind 54.36
qwen-14b-turbomind 61.64
qwen-72b-turbomind 79.68
qwen1.5-0.5b-hf 13.27
qwen1.5-1.8b-hf 34.87
qwen1.5-4b-hf 47.61
qwen1.5-7b-hf 54.36
qwen1.5-14b-hf 63.53
qwen1.5-32b-hf 72.71
qwen1.5-72b-hf 79.53
qwen1.5-moe-a2-7b-hf 61.26
mistral-7b-v0.1-hf 47.61
mistral-7b-v0.2-hf 45.19
mixtral-8x7b-v0.1-hf 66.26
mixtral-8x22b-v0.1-hf 82.87
yi-6b-hf 39.58
yi-34b-hf 67.70
deepseek-7b-base-hf 20.17
deepseek-67b-base-hf 68.16

Chat Models

model gsm8k
qwen1.5-0.5b-chat-hf 8.79
qwen1.5-1.8b-chat-hf 27.60
qwen1.5-4b-chat-hf 47.61
qwen1.5-7b-chat-hf 56.25
qwen1.5-14b-chat-hf 64.90
qwen1.5-32b-chat-hf 79.91
qwen1.5-72b-chat-hf 77.03
qwen1.5-110b-chat-hf 79.53
internlm2-chat-1.8b-hf 39.73
internlm2-chat-1.8b-sft-hf 36.85
internlm2-chat-7b-hf 69.90
internlm2-chat-7b-sft-hf 69.83
internlm2-chat-20b-hf 75.21
internlm2-chat-20b-sft-hf 76.95
llama-3-8b-instruct-hf 79.53
llama-3-70b-instruct-hf 89.76
llama-3-8b-instruct-lmdeploy 78.77
llama-3-70b-instruct-lmdeploy 89.31
mistral-7b-instruct-v0.1-hf 42.23
mistral-7b-instruct-v0.2-hf 45.56
mixtral-8x7b-instruct-v0.1-hf 65.13