End of training
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -8,23 +8,23 @@ metrics:
|
|
8 |
- precision
|
9 |
- recall
|
10 |
model-index:
|
11 |
-
- name:
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
#
|
19 |
|
20 |
-
This model is a fine-tuned version of [
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss: 0.
|
23 |
-
- Accuracy: 0.
|
24 |
-
- F1-score: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- Auc: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -55,8 +55,8 @@ The following hyperparameters were used during training:
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-score | Precision | Recall | Auc |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|:------:|
|
58 |
-
| 0.
|
59 |
-
| 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
1 |
---
|
2 |
+
license: cc
|
3 |
+
base_model: davidmasip/racism
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
8 |
- precision
|
9 |
- recall
|
10 |
model-index:
|
11 |
+
- name: racism-finetuned-detests-wandb24
|
12 |
results: []
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
+
# racism-finetuned-detests-wandb24
|
19 |
|
20 |
+
This model is a fine-tuned version of [davidmasip/racism](https://huggingface.co/davidmasip/racism) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 0.3916
|
23 |
+
- Accuracy: 0.8380
|
24 |
+
- F1-score: 0.7712
|
25 |
+
- Precision: 0.7692
|
26 |
+
- Recall: 0.7733
|
27 |
+
- Auc: 0.7733
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
55 |
|
56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1-score | Precision | Recall | Auc |
|
57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:---------:|:------:|:------:|
|
58 |
+
| 0.357 | 1.0 | 39 | 0.3343 | 0.8576 | 0.7614 | 0.8374 | 0.7277 | 0.7277 |
|
59 |
+
| 0.1109 | 2.0 | 78 | 0.3916 | 0.8380 | 0.7712 | 0.7692 | 0.7733 | 0.7733 |
|
60 |
|
61 |
|
62 |
### Framework versions
|