wu981526092
commited on
Commit
•
5c75e03
1
Parent(s):
5436278
Update README.md
Browse files
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
|
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
|