Trained on custom dataset
Browse files
README.md
CHANGED
@@ -18,10 +18,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
18 |
|
19 |
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
-
- Loss: 0.
|
22 |
-
- Precision Macro: 0.
|
23 |
-
- Recall Macro: 0.
|
24 |
-
- F1 Macro: 0.
|
25 |
- Accuracy: 0.8265
|
26 |
|
27 |
## Model description
|
@@ -47,15 +47,14 @@ The following hyperparameters were used during training:
|
|
47 |
- seed: 42
|
48 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
49 |
- lr_scheduler_type: linear
|
50 |
-
- num_epochs:
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precision Macro | Recall Macro | F1 Macro | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:---------------:|:------------:|:--------:|:--------:|
|
56 |
-
| 0.
|
57 |
-
| 0.
|
58 |
-
| 0.3 | 3.0 | 810 | 0.4171 | 0.8237 | 0.8122 | 0.8150 | 0.8182 |
|
59 |
|
60 |
|
61 |
### Framework versions
|
|
|
18 |
|
19 |
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on the None dataset.
|
20 |
It achieves the following results on the evaluation set:
|
21 |
+
- Loss: 0.3722
|
22 |
+
- Precision Macro: 0.8399
|
23 |
+
- Recall Macro: 0.8127
|
24 |
+
- F1 Macro: 0.8177
|
25 |
- Accuracy: 0.8265
|
26 |
|
27 |
## Model description
|
|
|
47 |
- seed: 42
|
48 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
49 |
- lr_scheduler_type: linear
|
50 |
+
- num_epochs: 2
|
51 |
|
52 |
### Training results
|
53 |
|
54 |
| Training Loss | Epoch | Step | Validation Loss | Precision Macro | Recall Macro | F1 Macro | Accuracy |
|
55 |
|:-------------:|:-----:|:----:|:---------------:|:---------------:|:------------:|:--------:|:--------:|
|
56 |
+
| 0.4766 | 1.0 | 270 | 0.3801 | 0.8110 | 0.8230 | 0.8160 | 0.8089 |
|
57 |
+
| 0.3689 | 2.0 | 540 | 0.3722 | 0.8399 | 0.8127 | 0.8177 | 0.8265 |
|
|
|
58 |
|
59 |
|
60 |
### Framework versions
|