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

adding gpt-4-turbo-2024-04-09 to tested models #18

Merged
merged 1 commit into from
Apr 11, 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
470 changes: 470 additions & 0 deletions data/samples_gpt-4-turbo-2024-04-09.jsonl

Large diffs are not rendered by default.

470 changes: 470 additions & 0 deletions data/samples_gpt-4-turbo-2024-04-09.jsonl_results.jsonl

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions data/samples_gpt-4-turbo-2024-04-09_passk_results.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
,pass@1,pass@5,pass@10
0,0.3765957446808511,0.5940560621411686,0.6170212765957447
991 changes: 511 additions & 480 deletions demo/create_samples.ipynb

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions demo/evaluate_samples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"name": "stderr",
"output_type": "stream",
"text": [
"470it [00:00, 17539.71it/s]\n"
"470it [00:00, 10962.39it/s]\n"
]
},
{
Expand All @@ -68,21 +68,21 @@
"name": "stderr",
"output_type": "stream",
"text": [
"100%|████████████████████████████████████████████████████████████████████████████████| 470/470 [07:40<00:00, 1.02it/s]\n"
"100%|████████████████████████████████████████████████████████████████████████████████| 470/470 [04:42<00:00, 1.66it/s]\n"
]
},
{
"name": "stdout",
"output_type": "stream",
"text": [
"Writing results to ../data/samples_canonical.jsonl_results.jsonl...\n"
"Writing results to ../data/samples_gpt-4-turbo-2024-04-09.jsonl_results.jsonl...\n"
]
},
{
"name": "stderr",
"output_type": "stream",
"text": [
"100%|█████████████████████████████████████████████████████████████████████████████| 470/470 [00:00<00:00, 15743.13it/s]\n"
"100%|█████████████████████████████████████████████████████████████████████████████| 470/470 [00:00<00:00, 30041.95it/s]\n"
]
}
],
Expand Down
Loading