Skip to content

Commit

Permalink
Evaluate on test instead of validation dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMesure committed Oct 26, 2023
1 parent b2523ee commit 9c17b11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8233,7 +8233,7 @@
"output_list = []\n",
"accs = []\n",
"\n",
"dataset = load_dataset(\"naver-clova-ix/cord-v2\", split=\"validation\")\n",
"dataset = load_dataset(\"naver-clova-ix/cord-v2\", split=\"test\")\n",
"\n",
"for idx, sample in tqdm(enumerate(dataset), total=len(dataset)):\n",
" # prepare encoder inputs\n",
Expand Down Expand Up @@ -28079,4 +28079,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 9c17b11

Please sign in to comment.