wu981526092 commited on
Commit
29d7233
1 Parent(s): c5a27a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -16
README.md CHANGED
@@ -14,25 +14,11 @@ metrics:
14
 
15
  # Token-Level Stereotype Classifier
16
 
17
- The Token-Level Stereotype Classifier is a transformer-based model developed to detect and classify different types of stereotypes present in text at the token 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.
18
 
19
  ## Model Architecture
20
 
21
- The model is built using the pretrained 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.
22
-
23
- ## Model Performance
24
-
25
- | Metric | Value |
26
- |------------------------|-------------------------|
27
- | eval_loss | 0.03554883599281311 |
28
- | eval_precision | 0.7868185694908753 |
29
- | eval_recall | 0.7662314481801649 |
30
- | eval_f1 | 0.7739129932274338 |
31
- | eval_balanced accuracy | 0.7662314481801649 |
32
- | eval_runtime | 4.5554 |
33
- | eval_samples_per_second| 1196.818 |
34
- | eval_steps_per_second | 74.856 |
35
- | epoch | 6.0 |
36
 
37
 
38
  ## Classes
 
14
 
15
  # Token-Level Stereotype Classifier
16
 
17
+ The Token-Level Stereotype Classifier is a transformer-based model developed to detect and classify different types of stereotypes present in the text at the token 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.
18
 
19
  ## Model Architecture
20
 
21
+ The model is built using the pretrained Distilbert model. It is fine-tuned on MGS Dataset for the task of token-level classification.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
 
24
  ## Classes