End of training
Browse files
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 [FacebookAI/roberta-large](https://huggingface.co/FacebookAI/roberta-large) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
-
- Loss: 0.
|
25 |
-
- Accuracy: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
-
- F1: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -44,7 +44,7 @@ More information needed
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
-
- learning_rate:
|
48 |
- train_batch_size: 32
|
49 |
- eval_batch_size: 16
|
50 |
- seed: 42
|
@@ -56,10 +56,10 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
-
| 0.
|
60 |
-
| 0.
|
61 |
-
| 0.
|
62 |
-
| 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [FacebookAI/roberta-large](https://huggingface.co/FacebookAI/roberta-large) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.4714
|
25 |
+
- Accuracy: 0.8023
|
26 |
+
- Precision: 0.6350
|
27 |
+
- Recall: 0.8735
|
28 |
+
- F1: 0.7354
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
47 |
+
- learning_rate: 1.669740264596789e-05
|
48 |
- train_batch_size: 32
|
49 |
- eval_batch_size: 16
|
50 |
- seed: 42
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
59 |
+
| 0.5351 | 1.0 | 243 | 0.4195 | 0.8151 | 0.7095 | 0.6980 | 0.7037 |
|
60 |
+
| 0.4572 | 2.0 | 486 | 0.4694 | 0.7189 | 0.5294 | 0.9551 | 0.6812 |
|
61 |
+
| 0.3823 | 3.0 | 729 | 0.4196 | 0.8010 | 0.6398 | 0.8408 | 0.7266 |
|
62 |
+
| 0.301 | 4.0 | 972 | 0.4714 | 0.8023 | 0.6350 | 0.8735 | 0.7354 |
|
63 |
|
64 |
|
65 |
### Framework versions
|