wu981526092
commited on
Commit
•
31ce833
1
Parent(s):
11d1a6f
Update README.md
Browse files
README.md
CHANGED
@@ -2,10 +2,14 @@
|
|
2 |
license: mit
|
3 |
datasets:
|
4 |
- stereoset
|
|
|
5 |
language:
|
6 |
- en
|
7 |
metrics:
|
8 |
-
-
|
|
|
|
|
|
|
9 |
---
|
10 |
|
11 |
# Multidimensional Token-Level Bias Classifier
|
@@ -64,4 +68,4 @@ The performance of the model can vary depending on the specifics of the text bei
|
|
64 |
|
65 |
## Limitations and Bias
|
66 |
|
67 |
-
While the model is designed to detect bias, it may not be perfect in its detections due to the complexities and subtleties of language. Biases detected by the model do not represent endorsement of these biases. The model may also misclassify some tokens due to the limitation of BERT's WordPiece tokenization approach.
|
|
|
2 |
license: mit
|
3 |
datasets:
|
4 |
- stereoset
|
5 |
+
- crows_pairs
|
6 |
language:
|
7 |
- en
|
8 |
metrics:
|
9 |
+
- f1
|
10 |
+
- recall
|
11 |
+
- precision
|
12 |
+
- accuracy
|
13 |
---
|
14 |
|
15 |
# Multidimensional Token-Level Bias Classifier
|
|
|
68 |
|
69 |
## Limitations and Bias
|
70 |
|
71 |
+
While the model is designed to detect bias, it may not be perfect in its detections due to the complexities and subtleties of language. Biases detected by the model do not represent endorsement of these biases. The model may also misclassify some tokens due to the limitation of BERT's WordPiece tokenization approach.
|