Skip to content

Commit f9720b6

Browse files
committed
update data path
1 parent 2bc6e70 commit f9720b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/examples/step2_classification.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,11 @@
294294
"outputs": [],
295295
"source": [
296296
"# Create output directory\n",
297-
"output_dir = examples_dir / 'data' / 'classification_boundary_output'\n",
297+
"output_dir = examples_dir / 'data' / 'step2_classification'\n",
298298
"output_dir.mkdir(parents=True, exist_ok=True)\n",
299299
"\n",
300300
"# Save classified document\n",
301-
"output_path = output_dir / 'classified_document.json'\n",
301+
"output_path = output_dir / 'document.json'\n",
302302
"with open(output_path, 'w') as f:\n",
303303
" f.write(classified_document.to_json())\n",
304304
" \n",

0 commit comments

Comments
 (0)