maiurilorenzo commited on
Commit
e9d73b7
·
verified ·
1 Parent(s): e4b10fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -90,10 +90,15 @@ This model is specifically designed for detecting misogynistic content in Italia
90
  - **Repository:** [Hugging Face Model Repository](https://huggingface.co/maiurilorenzo/misogyny-detection-it)
91
  - **Dataset:** [AMI (Automatic Misogyny Identification)](https://huggingface.co/datasets/sapienzanlp/ami)
92
  - **Kaggle Notebook:** [Link to Kaggle Notebook](https://www.kaggle.com/code/lorenzomaiuri/misogyny-detection-it)
 
93
 
94
  ## Uses
95
 
96
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
 
 
 
 
97
 
98
  ### Direct Use
99
 
 
90
  - **Repository:** [Hugging Face Model Repository](https://huggingface.co/maiurilorenzo/misogyny-detection-it)
91
  - **Dataset:** [AMI (Automatic Misogyny Identification)](https://huggingface.co/datasets/sapienzanlp/ami)
92
  - **Kaggle Notebook:** [Link to Kaggle Notebook](https://www.kaggle.com/code/lorenzomaiuri/misogyny-detection-it)
93
+ - **Demo:** [Misogyny Detection IT Space](https://huggingface.co/spaces/maiurilorenzo/misogyny-detection-it-space)
94
 
95
  ## Uses
96
 
97
  <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
98
+ ### Try It Out
99
+
100
+ You can try this model interactively using the [Misogyny Detection IT Space](https://huggingface.co/spaces/maiurilorenzo/misogyny-detection-it-space).
101
+ Simply enter a text prompt, and the model will classify it as 'Misogynistic' or 'Non-Misogynistic' along with a confidence score
102
 
103
  ### Direct Use
104