End of training
Browse files
README.md
CHANGED
@@ -10,22 +10,22 @@ metrics:
|
|
10 |
- recall
|
11 |
- f1
|
12 |
model-index:
|
13 |
-
- name:
|
14 |
results: []
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
should probably proofread and complete it, then remove this comment. -->
|
19 |
|
20 |
-
#
|
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 |
- Accuracy: 0.7047
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -56,8 +56,8 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
-
| No log | 1.0 |
|
60 |
-
| No log | 2.0 |
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
10 |
- recall
|
11 |
- f1
|
12 |
model-index:
|
13 |
+
- name: psychopathy_binary
|
14 |
results: []
|
15 |
---
|
16 |
|
17 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
18 |
should probably proofread and complete it, then remove this comment. -->
|
19 |
|
20 |
+
# psychopathy_binary
|
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.5869
|
25 |
- Accuracy: 0.7047
|
26 |
+
- Precision: 0.7698
|
27 |
+
- Recall: 0.4609
|
28 |
+
- F1: 0.5766
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
+
| No log | 1.0 | 140 | 0.5715 | 0.6993 | 0.7254 | 0.5 | 0.5920 |
|
60 |
+
| No log | 2.0 | 280 | 0.5869 | 0.7047 | 0.7698 | 0.4609 | 0.5766 |
|
61 |
|
62 |
|
63 |
### Framework versions
|