Skip to content

Commit 11b4389

Browse files
committed
Update main notebook.
1 parent 794d10c commit 11b4389

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"\n",
5252
"run_llm_code_bias_experiment(\n",
5353
" bias_type=\"library\",\n",
54-
" dataset_file=\"data/library/benchmark_tasks/bigcodebench_ext.json\",\n",
54+
" dataset_file=\"data/library/benchmark_tasks/bigcodebench.json\",\n",
5555
" models=models,\n",
5656
" samples=3,\n",
5757
")"
@@ -84,8 +84,8 @@
8484
" \"webserver\",\n",
8585
"]:\n",
8686
" run_llm_code_bias_experiment(\n",
87-
" bias_type=\"language\",\n",
88-
" dataset_file=f\"data/language/project_tasks/{dataset}.json\",\n",
87+
" bias_type=\"library\",\n",
88+
" dataset_file=f\"data/library/project_tasks/{dataset}.json\",\n",
8989
" models=models,\n",
9090
" samples=100,\n",
9191
" )"

0 commit comments

Comments
 (0)