5300-biased-word-detection
Browse files- README.md +11 -11
- model.safetensors +1 -1
README.md
CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
21 |
|
22 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
28 |
-
- Accuracy: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -56,12 +56,12 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
-
| 0.
|
64 |
-
| 0.
|
65 |
|
66 |
|
67 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.2755
|
25 |
+
- Precision: 0.4545
|
26 |
+
- Recall: 0.0935
|
27 |
+
- F1: 0.1550
|
28 |
+
- Accuracy: 0.9109
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
58 |
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
59 |
+
| 0.3038 | 0.4292 | 100 | 0.2895 | 0.0 | 0.0 | 0.0 | 0.9125 |
|
60 |
+
| 0.2835 | 0.8584 | 200 | 0.2731 | 0.0 | 0.0 | 0.0 | 0.9125 |
|
61 |
+
| 0.2383 | 1.2876 | 300 | 0.2710 | 0.5606 | 0.0384 | 0.0719 | 0.9132 |
|
62 |
+
| 0.2385 | 1.7167 | 400 | 0.2685 | 0.6786 | 0.0197 | 0.0383 | 0.9134 |
|
63 |
+
| 0.2356 | 2.1459 | 500 | 0.2734 | 0.4466 | 0.0955 | 0.1574 | 0.9105 |
|
64 |
+
| 0.2067 | 2.5751 | 600 | 0.2719 | 0.4703 | 0.0987 | 0.1631 | 0.9114 |
|
65 |
|
66 |
|
67 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 496250232
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4d7df4d8f17e5c6c115b23e753f6a86878780d1d0e8b25eb227064fc63610b31
|
3 |
size 496250232
|