|
@@ -1253,7 +1253,11 @@
|
|
|
"id": "7d637ab9-3797-46e3-88d1-56e2ef61a8d4",
|
|
|
"metadata": {},
|
|
|
"source": [
|
|
|
- "### Testing Labelling Script"
|
|
|
+ "### Testing Labelling Script\n",
|
|
|
+ "\n",
|
|
|
+ "The results from labelling above look promising, we can now start building a script skeleton in the notebook (don't worry script kiddies we will leave the notebook soon). \n",
|
|
|
+ "\n",
|
|
|
+ "Let's test our approach for first 50 images after which we can let this run on multi-GPUs in a script:"
|
|
|
]
|
|
|
},
|
|
|
{
|
|
@@ -1353,6 +1357,14 @@
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
+ "cell_type": "markdown",
|
|
|
+ "id": "fcf2a894",
|
|
|
+ "metadata": {},
|
|
|
+ "source": [
|
|
|
+ "It's always a great idea to ~~have trust issues~~ validate LLM outputs, we can check our labels here:"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
"cell_type": "code",
|
|
|
"execution_count": 48,
|
|
|
"id": "7dae4854-e7e0-4c8a-92ef-61d35f045cbd",
|