wu981526092 commited on
Commit
558a4bd
1 Parent(s): cc25700

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ The Token-Level Bias Classifier is a transformer-based model developed to detect
18
 
19
  ## Model Architecture
20
 
21
- The model is built using the `distilbert-base-uncased` pretrained model, a smaller and faster version of BERT. It is fine-tuned on a custom dataset for the task of token-level bias classification. The model uses a Token Classification architecture, typically used for Named Entity Recognition (NER) tasks.
22
 
23
  ## Model Performance
24
 
 
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 bias classification. The model uses a Sentence Classification architecture, typically used for Text Classification tasks.
22
 
23
  ## Model Performance
24