Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions WIT_Toxicity_Text_Model_Comparison.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -368,4 +368,4 @@
"outputs": []
}
]
}
}