wu981526092 commited on
Commit
5d15f6f
1 Parent(s): 1d8175f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ The Sentence-Level Bias Classifier is a transformer-based model developed to det
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 sentence-level bias classification. The model uses a Sentence Classification architecture, typically used for Text Classification 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