Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Qwen1.5-110B-Chat self-report results #291

Merged
merged 2 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4,832 changes: 4,832 additions & 0 deletions results/Qwen1.5-110B-Chat/model_outputs.json

Large diffs are not rendered by default.

64,022 changes: 64,022 additions & 0 deletions results/Qwen1.5-110B-Chat/weighted_alpaca_eval_gpt4_turbo/annotations.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ gpt-4-turbo-2024-04-09,46.11526538763708,1.474073957743638,370,426,9,805,46.5217
gpt4_1106_preview_verbose,64.30360147101865,1.3348590089025316,525,268,12,805,65.96273291925466,dev,2402,51.57500797967598
gpt4_1106_preview,50.0,0.0,0,0,805,805,50.0,minimal,2049,50.0
Nanbeige-Plus-Chat-v0.1,56.70300973017392,1.482841874951873,456,347,2,805,56.77018633540373,community,2587,44.45966240337981
Qwen1.5-110B-Chat,33.77709527565118,1.3776163153661627,255,545,5,805,31.987577639751553,community,1631,43.905552210786915
gpt4_1106_preview_concise,22.92019444047205,1.232517714329424,172,622,11,805,22.049689440993788,dev,1136,41.896601591245386
aligner-2b_claude-3-opus-20240229,34.46337362321739,1.314666526302454,225,475,105,805,34.47204968944099,community,1669,41.823071715247664
claude-3-opus-20240229,29.10526953334248,1.3941539442369442,223,579,3,805,27.888198757763977,minimal,1388,40.5095080124761
Expand All @@ -12,7 +13,7 @@ Qwen1.5-72B-Chat,26.49828339562733,1.304236164893057,201,600,4,805,25.2173913043
gpt4_0314,22.073258928708075,1.2466725494608204,172,627,6,805,21.73913043478261,verified,1371,35.30706121640206
Ein-70B-v0.1,24.84472049689441,1.521406431103307,199,604,2,805,24.84472049689441,community,1467,35.029054008520646
claude-3-sonnet-20240229,25.556325292273296,1.3419811051815638,193,608,4,805,24.22360248447205,minimal,1420,34.87247436243302
FsfairX-Zephyr-Chat-v0.1,35.94648644102434,1.4410058098036143,285,517,3,805,35.59006211180124,community,2275,34.78744762311656
FsfairX-Zephyr-Chat-v0.1,35.94648644102434,1.4410058098036145,285,517,3,805,35.59006211180124,community,2275,34.78744762311656
Meta-Llama-3-70B-Instruct,33.17785695886864,1.3886514096065603,266,537,2,805,33.16770186335404,minimal,1919,34.42459717459881
gpt4_0613_verbose,23.237360043453418,1.283539505582624,171,630,4,805,21.490683229813666,dev,1473,33.82126688658535
mistral-large-2402,21.43877598137888,1.2485232545097724,166,638,1,805,20.6832298136646,verified,1362,32.65207998531868
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,4 @@ claude-3-opus-20240229,-1.8843310811133909,0.8954346955719651,-0.389621288645205
Mixtral-8x22B-Instruct-v0.1,-1.8414212836636803,1.0995359505985356,-1.0235354211704557
Meta-Llama-3-8B-Instruct,-1.5260415796284870,1.0601549714712668,-1.6185347123220444
Meta-Llama-3-70B-Instruct,-1.2842806707166317,0.9032146562678472,-0.7442957089262047
Qwen1.5-110B-Chat,-1.4481674391207744,0.9102999775192785,-0.2004892206655888
15 changes: 15 additions & 0 deletions src/alpaca_eval/models_configs/Qwen1.5-110B-Chat/configs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Qwen1.5-110B-Chat:
prompt_template: "Qwen1.5-110B-Chat/prompt.txt"
fn_completions: "openai_completions"
completions_kwargs:
model_name: "Qwen1.5-110B-Chat"
requires_chatml: True
temperature: 0.7
num_procs: 8
max_tokens: 4096
top_p: 0.8
price_per_token: 9e-7
client_kwargs:
base_url: "http://47.94.4.86:7909/v1"
pretty_name: "Qwen1.5 110B Chat"
link: "https://huggingface.co/Qwen/Qwen1.5-110B-Chat"
4 changes: 4 additions & 0 deletions src/alpaca_eval/models_configs/Qwen1.5-110B-Chat/prompt.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<|im_start|>system
You are a helpful assistant.<|im_end|>
<|im_start|>user
{instruction}<|im_end|>
Loading