Skip to content

Commit 8f1c6ec

Browse files
committed
Update examples
1 parent d74ab35 commit 8f1c6ec

1 file changed

Lines changed: 4 additions & 13 deletions

File tree

examples/log_artifact.ipynb

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,9 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"# Dreadnode Artifact Logging\n",
7+
"## Dreadnode Artifact Logging\n",
88
"\n",
9-
"This notebook demonstrates how to log artifacts (files and directories) to your Dreadnode platform projects. Artifacts are preserved with their original structure and can be used to track assets.\n",
10-
"\n",
11-
"### Benefits of Artifact Logging\n",
12-
"\n",
13-
"Artifact logging provides several key benefits for your workflow:\n",
14-
"\n",
15-
"- **Reproducibility**: Ensure your runs can reference the exact files used.\n",
16-
"- **Organization**: Maintain the structure of complex file hierarchies.\n",
17-
"- **Efficiency**: Content-based deduplication saves storage space.\n",
18-
"- **Traceability**: Connect inputs, outputs, and code in one place.\n"
9+
"This notebook demonstrates how to log artifacts (files and directories) to your Dreadnode platform projects. Artifacts are preserved with their original structure and can be used to track assets.\n"
1910
]
2011
},
2112
{
@@ -36,7 +27,7 @@
3627
"cell_type": "markdown",
3728
"metadata": {},
3829
"source": [
39-
"## Logging Entire Directory as an Artifact\n",
30+
"### Logging Entire Directory as an Artifact\n",
4031
"\n",
4132
"When you log a directory, Dreadnode SDK will preserve the entire directory structure and all files within it. This could be useful for keeping track of datasets, model checkpoints, or collections of related files in a project.\n"
4233
]
@@ -59,7 +50,7 @@
5950
"cell_type": "markdown",
6051
"metadata": {},
6152
"source": [
62-
"## Logging a Single File as an Artifact\n",
53+
"### Logging a Single File as an Artifact\n",
6354
"\n",
6455
"For individual files like pkl, image, or standalone models, you can log them directly:\n"
6556
]

0 commit comments

Comments
 (0)