End of training
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
base_model: roberta-
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
@@ -18,13 +18,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
# Imagination_binary
|
20 |
|
21 |
-
This model is a fine-tuned version of [roberta-
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
|
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -53,10 +54,10 @@ The following hyperparameters were used during training:
|
|
53 |
|
54 |
### Training results
|
55 |
|
56 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
57 |
-
|
58 |
-
| No log | 1.0 | 134 | 0.
|
59 |
-
| No log | 2.0 | 268 | 0.
|
60 |
|
61 |
|
62 |
### Framework versions
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
base_model: roberta-large
|
4 |
tags:
|
5 |
- generated_from_trainer
|
6 |
metrics:
|
|
|
18 |
|
19 |
# Imagination_binary
|
20 |
|
21 |
+
This model is a fine-tuned version of [roberta-large](https://huggingface.co/roberta-large) on the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.6415
|
24 |
+
- Accuracy: 0.6446
|
25 |
+
- Precision: 0.6859
|
26 |
+
- Recall: 0.5161
|
27 |
+
- F1: 0.5890
|
28 |
+
- Auc: 0.6429
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
54 |
|
55 |
### Training results
|
56 |
|
57 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Auc |
|
58 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:------:|
|
59 |
+
| No log | 1.0 | 134 | 0.6696 | 0.5756 | 0.5467 | 0.8185 | 0.6556 | 0.5787 |
|
60 |
+
| No log | 2.0 | 268 | 0.6415 | 0.6446 | 0.6859 | 0.5161 | 0.5890 | 0.6429 |
|
61 |
|
62 |
|
63 |
### Framework versions
|