浏览代码

Part 1-fin

Sanyam Bhutani 6 月之前
父节点
当前提交
d77aa308b5
共有 1 个文件被更改,包括 13 次插入1 次删除
  1. 13 1
      recipes/quickstart/Multi-Modal-RAG/notebooks/Part_1_Data_Preperation.ipynb

+ 13 - 1
recipes/quickstart/Multi-Modal-RAG/notebooks/Part_1_Data_Preperation.ipynb

@@ -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",