From 01958689877ba8b5cd21edd9efedd3d6cf589dc6 Mon Sep 17 00:00:00 2001 From: Max Hammer Date: Wed, 27 Nov 2024 10:20:55 +0100 Subject: [PATCH] docs(PHS-880): remove unused .pynb cells --- src/documentation/evaluate_with_studio.ipynb | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/documentation/evaluate_with_studio.ipynb b/src/documentation/evaluate_with_studio.ipynb index 94c2774d..06261c58 100644 --- a/src/documentation/evaluate_with_studio.ipynb +++ b/src/documentation/evaluate_with_studio.ipynb @@ -43,7 +43,7 @@ "source": [ "# Evaluate with Studio\n", "\n", - "This notebook shows how you can debug a `Task` using Studio. This notebook focuses on the `PromptBasedClassify` for demonstration purposes.\n", + "This notebook shows how you can evaluate the performance of `Task`s using Studio. This notebook focuses on the `PromptBasedClassify` for demonstration purposes.\n", "\n", "First, we need to instantiate the `StudioClient`. We can either pass an existing project or let the `StudioClient` create it by setting the `create_project` flag to `True.`" ] @@ -84,6 +84,13 @@ "Therefore, let's check out what it looks like." ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + }, { "cell_type": "code", "execution_count": null,