Skip to content

Commit 180542b

Browse files
author
EC2 Default User
committed
edit ground_truth_labeling_jobs/pretrained_model/pretrained_model_labeling_tutorial.ipynb
1 parent 9a45d5a commit 180542b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ground_truth_labeling_jobs/pretrained_model/pretrained_model_labeling_tutorial.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"cell_type": "markdown",
1818
"metadata": {},
1919
"source": [
20-
"# Introduction\n",
20+
"## Introduction\n",
2121
"\n",
2222
"SageMaker Ground Truth is a fully managed service for labeling datasets for machine learning applications. Ground Truth allows you to start a labeling job with a pre-trained model, which is a great way to accelerate the labeling process. If you have a machine learning model that already encodes some domain knowledge about your dataset, you can use it to \"jump start\" Ground Truth's auto-labeling process. \n",
2323
"\n",
@@ -98,7 +98,7 @@
9898
"cell_type": "markdown",
9999
"metadata": {},
100100
"source": [
101-
"# Iteration #1: Create Initial Labeling Job\n",
101+
"## Iteration #1: Create Initial Labeling Job\n",
102102
"\n",
103103
"## Setup\n",
104104
"\n",
@@ -752,7 +752,7 @@
752752
"cell_type": "markdown",
753753
"metadata": {},
754754
"source": [
755-
"# Iteration #2: Labeling Job with Pre-Trained Model <a class=\"anchor\" id=\"Iteration2\"></a>\n",
755+
"## Iteration #2: Labeling Job with Pre-Trained Model <a class=\"anchor\" id=\"Iteration2\"></a>\n",
756756
"\n",
757757
"Now we'll use the model trained during the first labeling job to help label the second subset of our original dataset."
758758
]
@@ -1066,7 +1066,7 @@
10661066
"cell_type": "markdown",
10671067
"metadata": {},
10681068
"source": [
1069-
"# Iteration #3: Second Data Subset Without Pre-Trained Model <a class=\"anchor\" id=\"Iteration3\"></a>\n",
1069+
"## Iteration #3: Second Data Subset Without Pre-Trained Model <a class=\"anchor\" id=\"Iteration3\"></a>\n",
10701070
"\n",
10711071
"This time, we'll create a new labeling job using the second subset of the data (the one we just used in the previous labeling job), but we'll start it without the pre-trained model. In the previous step, we saw some significant improvements in cost and labeling time by leveraging a pre-trained model, but some of the differences might be due to the fact that the first and second labeling jobs used different datasets. This third labeling job will provide a more fair comparison, since it is identical to the second labeling job without the pre-trained model specification."
10721072
]
@@ -1358,7 +1358,7 @@
13581358
"cell_type": "markdown",
13591359
"metadata": {},
13601360
"source": [
1361-
"# Conclusion <a class=\"anchor\" id=\"Conclusion\"></a>\n",
1361+
"## Conclusion <a class=\"anchor\" id=\"Conclusion\"></a>\n",
13621362
"\n",
13631363
"This marks the conclusion of our sample notebook demonstrating the use of pre-trained models to accelerate labeling jobs. Let's review what we covered.\n",
13641364
"\n",

0 commit comments

Comments
 (0)