Update README.md
Browse filesAdded link to gradio testing of the model
README.md
CHANGED
@@ -41,6 +41,11 @@ model-index:
|
|
41 |
# Ethical-Content-Moderation
|
42 |
Fine-Tuning DistilBERT for Ethical Content Moderation
|
43 |
|
|
|
|
|
|
|
|
|
|
|
44 |
## Model description
|
45 |
|
46 |
This model fine-tunes distilbert-base-uncased on the Davidson et al. (2017) hate speech and offensive language dataset loaded from HuggingFace. The classifier predicts whether a tweet is:
|
|
|
41 |
# Ethical-Content-Moderation
|
42 |
Fine-Tuning DistilBERT for Ethical Content Moderation
|
43 |
|
44 |
+
## Live Demo
|
45 |
+
Try the model directly in your browser here:
|
46 |
+
➡️ [Ethical Content Moderator Space](https://huggingface.co/spaces/will-rads/ethical-content-moderator)
|
47 |
+
|
48 |
+
|
49 |
## Model description
|
50 |
|
51 |
This model fine-tunes distilbert-base-uncased on the Davidson et al. (2017) hate speech and offensive language dataset loaded from HuggingFace. The classifier predicts whether a tweet is:
|