From d340cece78f0a34622492a12f8b361f7924c6f7d Mon Sep 17 00:00:00 2001 From: ajzhanghk Date: Mon, 28 Oct 2024 10:29:59 -0400 Subject: [PATCH] Update TextClassification_DistilBERT_RottenTomatoes.ipynb --- .../TextClassification_DistilBERT_RottenTomatoes.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Workshop/202410IntroLLM/TextClassification_DistilBERT_RottenTomatoes.ipynb b/docs/Workshop/202410IntroLLM/TextClassification_DistilBERT_RottenTomatoes.ipynb index 76da428..53c337e 100644 --- a/docs/Workshop/202410IntroLLM/TextClassification_DistilBERT_RottenTomatoes.ipynb +++ b/docs/Workshop/202410IntroLLM/TextClassification_DistilBERT_RottenTomatoes.ipynb @@ -3,7 +3,7 @@ { "cell_type": "markdown", "source": [ - "# Text Classifcation using DistilBERT (a demo based on Rotten Tomatoes)" + "# Text Classification using DistilBERT (a demo based on Rotten Tomatoes)" ], "metadata": { "id": "kP84CfQocG5m" @@ -6008,4 +6008,4 @@ }, "nbformat": 4, "nbformat_minor": 5 -} \ No newline at end of file +}