dreji18 commited on
Commit
38a8217
1 Parent(s): 24802a2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -23,13 +23,14 @@ model-index:
23
  metrics:
24
  - name: NER Precision
25
  type: precision
26
- value: 1.0
27
  - name: NER Recall
28
  type: recall
29
- value: 1.0
30
  - name: NER F Score
31
  type: f_score
32
- value: 1.0
 
33
  ---
34
  ## About the Model
35
  This model is trained on MBAD Dataset to recognize the biased word/phrases in a sentence. This model was built on top of roberta-base offered by Spacy transformers.
 
23
  metrics:
24
  - name: NER Precision
25
  type: precision
26
+ value: 0.66
27
  - name: NER Recall
28
  type: recall
29
+ value: 0.64
30
  - name: NER F Score
31
  type: f_score
32
+ value: 0.6
33
+
34
  ---
35
  ## About the Model
36
  This model is trained on MBAD Dataset to recognize the biased word/phrases in a sentence. This model was built on top of roberta-base offered by Spacy transformers.