Skip to content

Commit 9015d35

Browse files
authored
Add files via upload
1 parent 2e1c79b commit 9015d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/03_optimizing_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@
414414
"outputs": [],
415415
"source": [
416416
"subset = tokenized_datasets[\"test\"].num_rows\n",
417-
"subset = 100\n",
417+
"subset = 20\n",
418418
"\n",
419419
"test_dataset = tokenized_datasets[\"test\"].shuffle(42).select(range(subset)) \n",
420420
"test_dataset.set_format(type='torch' )"

0 commit comments

Comments
 (0)