Skip to content

Commit abe2783

Browse files
committed
update classification data save path
1 parent f9720b6 commit abe2783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/examples/step2_classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"outputs": [],
295295
"source": [
296296
"# Create output directory\n",
297-
"output_dir = examples_dir / 'data' / 'step2_classification'\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",

0 commit comments

Comments
 (0)