maiurilorenzo commited on
Commit
c13572e
·
verified ·
1 Parent(s): 7f84543

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -1
README.md CHANGED
@@ -11,4 +11,19 @@ license: cc-by-nc-sa-4.0
11
  short_description: Misogyny Detection in Italian Text
12
  ---
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  short_description: Misogyny Detection in Italian Text
12
  ---
13
 
14
+ # Misogyny Detection in Italian Text
15
+
16
+ This Hugging Face Space demonstrates a **misogyny detection system** fine-tuned on the **AMI (Automatic Misogyny Identification)** dataset for Italian text. The model is based on **BERT** and classifies text into two categories:
17
+ - **Non-Misogynous (Label = 0)**: Texts that do not contain misogynistic content.
18
+ - **Misogynous (Label = 1)**: Texts that contain misogynistic content.
19
+
20
+ ### How to Use
21
+ To test the model, simply enter an Italian text in the input field and click "Submit". The model will classify the text as either **Misogynous** or **Non-Misogynous**.
22
+
23
+ ### Model Details
24
+ - **Model Type**: BERT-based model for text classification.
25
+ - **Language**: Italian.
26
+ - **License**: CC BY-NC-SA 4.0.
27
+ - **Repository**: [Hugging Face Model Repository](https://huggingface.co/maiurilorenzo/misogyny-detection-it).
28
+ - **Dataset**: The model is fine-tuned on the [AMI (Automatic Misogyny Identification) dataset](https://huggingface.co/datasets/sapienzanlp/ami).
29
+