MatteoWood
commited on
Commit
•
04abfe2
1
Parent(s):
0b2c57b
Update README.md
Browse files
README.md
CHANGED
@@ -1,18 +1,23 @@
|
|
1 |
-
|
2 |
---
|
3 |
tags:
|
4 |
-
- autotrain
|
5 |
- text-classification
|
|
|
6 |
widget:
|
7 |
-
- text:
|
8 |
datasets:
|
9 |
-
- MatteoWood/
|
10 |
---
|
11 |
|
12 |
# Model Trained Using AutoTrain
|
13 |
|
14 |
- Problem type: Text Classification
|
15 |
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
## Validation Metrics
|
17 |
loss: 0.36799120903015137
|
18 |
|
@@ -24,4 +29,4 @@ recall: 0.6848484848484848
|
|
24 |
|
25 |
auc: 0.8958072418537535
|
26 |
|
27 |
-
accuracy: 0.85775
|
|
|
|
|
1 |
---
|
2 |
tags:
|
|
|
3 |
- text-classification
|
4 |
+
- sexism
|
5 |
widget:
|
6 |
+
- text: I hate women
|
7 |
datasets:
|
8 |
+
- MatteoWood/bert-sexism-classifier-dataset
|
9 |
---
|
10 |
|
11 |
# Model Trained Using AutoTrain
|
12 |
|
13 |
- Problem type: Text Classification
|
14 |
|
15 |
+
# Training parameters
|
16 |
+
|
17 |
+
- lr: 0.00003
|
18 |
+
- epochs: 5
|
19 |
+
- batch size: 2
|
20 |
+
|
21 |
## Validation Metrics
|
22 |
loss: 0.36799120903015137
|
23 |
|
|
|
29 |
|
30 |
auc: 0.8958072418537535
|
31 |
|
32 |
+
accuracy: 0.85775
|