From 385f3686063c7e694f9af0d211dcaba611c9bf94 Mon Sep 17 00:00:00 2001 From: Kris Smith <63202817+kristopher-smith@users.noreply.github.com> Date: Tue, 19 Sep 2023 13:57:58 -0700 Subject: [PATCH] Update WIT_Toxicity_Text_Model_Comparison.ipynb Link to adjectives_people.txt data file was broken. Updated with link to file in unintended bias lates repo structure. --- WIT_Toxicity_Text_Model_Comparison.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WIT_Toxicity_Text_Model_Comparison.ipynb b/WIT_Toxicity_Text_Model_Comparison.ipynb index 41f9368..81ec1f8 100644 --- a/WIT_Toxicity_Text_Model_Comparison.ipynb +++ b/WIT_Toxicity_Text_Model_Comparison.ipynb @@ -337,7 +337,7 @@ }, "source": [ "#@title Add a feature column for each identity term to indicate if it exists in the comment\n", - "!wget https://raw.githubusercontent.com/conversationai/unintended-ml-bias-analysis/master/unintended_ml_bias/bias_madlibs_data/adjectives_people.txt\n", + "!wget https://raw.githubusercontent.com/conversationai/unintended-ml-bias-analysis/main/archive/unintended_ml_bias/bias_madlibs_data/adjectives_people.txt\n", "\n", "import re\n", "import six\n", @@ -368,4 +368,4 @@ "outputs": [] } ] -} \ No newline at end of file +}