wu981526092 commited on
Commit
5c75e03
1 Parent(s): 5436278

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,11 +15,11 @@ metrics:
15
 
16
  # Sentence-Level Stereotype Classifier
17
 
18
- The Sentence-Level Stereotype Classifier is a transformer-based model developed to detect and classify different types of stereotypes present in text at the sentence level. It is designed to recognize stereotypical and anti-stereotypical stereotypes towards gender, race, profession, and religion. The model can help in developing applications aimed at mitigating Stereotypical language use and promoting fairness and inclusivity in natural language processing tasks.
19
 
20
  ## Model Architecture
21
 
22
- The model is built using the pretrained Distilbert model. It is fine-tuned on a custom dataset for the task of sentence-level stereotype classification. The model uses a Sentence Classification architecture, typically used for Text Classification tasks.
23
 
24
 
25
  ## Classes
 
15
 
16
  # Sentence-Level Stereotype Classifier
17
 
18
+ The Sentence-Level Stereotype Classifier is a transformer-based model developed to detect and classify different types of stereotypes present in the text at the sentence level. It is designed to recognize stereotypical and anti-stereotypical stereotypes towards gender, race, profession, and religion. The model can help in developing applications aimed at mitigating Stereotypical language use and promoting fairness and inclusivity in natural language processing tasks.
19
 
20
  ## Model Architecture
21
 
22
+ The model is built using the pre-trained Distilbert model. It is fine-tuned on MGS Dataset for the task of sentence-level stereotype classification.
23
 
24
 
25
  ## Classes