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,28 +44,23 @@ More information needed
|
|
| 44 |
### Training hyperparameters
|
| 45 |
|
| 46 |
The following hyperparameters were used during training:
|
| 47 |
-
- learning_rate:
|
| 48 |
- train_batch_size: 16
|
| 49 |
- eval_batch_size: 16
|
| 50 |
- seed: 42
|
| 51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 52 |
- lr_scheduler_type: linear
|
| 53 |
-
- num_epochs:
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.091 | 6.0 | 2916 | 0.5458 | 0.8960 | 0.3883 | 0.6897 | 0.4969 |
|
| 65 |
-
| 0.0571 | 7.0 | 3402 | 0.5855 | 0.9191 | 0.4684 | 0.6379 | 0.5401 |
|
| 66 |
-
| 0.0397 | 8.0 | 3888 | 0.5846 | 0.9153 | 0.4524 | 0.6552 | 0.5352 |
|
| 67 |
-
| 0.0317 | 9.0 | 4374 | 0.5929 | 0.9191 | 0.4699 | 0.6724 | 0.5532 |
|
| 68 |
-
| 0.0196 | 10.0 | 4860 | 0.6219 | 0.9230 | 0.4875 | 0.6724 | 0.5652 |
|
| 69 |
|
| 70 |
|
| 71 |
### 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.1962
|
| 25 |
+
- Accuracy: 0.9127
|
| 26 |
+
- Precision: 0.4457
|
| 27 |
+
- Recall: 0.7069
|
| 28 |
+
- F1: 0.5467
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 44 |
### Training hyperparameters
|
| 45 |
|
| 46 |
The following hyperparameters were used during training:
|
| 47 |
+
- learning_rate: 4.253164784470222e-05
|
| 48 |
- train_batch_size: 16
|
| 49 |
- eval_batch_size: 16
|
| 50 |
- seed: 42
|
| 51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 52 |
- lr_scheduler_type: linear
|
| 53 |
+
- num_epochs: 5
|
| 54 |
|
| 55 |
### Training results
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
|
| 59 |
+
| 0.3038 | 1.0 | 167 | 0.2109 | 0.9089 | 0.3898 | 0.3966 | 0.3932 |
|
| 60 |
+
| 0.2729 | 2.0 | 334 | 0.2530 | 0.9012 | 0.4078 | 0.7241 | 0.5217 |
|
| 61 |
+
| 0.243 | 3.0 | 501 | 0.2277 | 0.9114 | 0.4409 | 0.7069 | 0.5430 |
|
| 62 |
+
| 0.2129 | 4.0 | 668 | 0.1612 | 0.9204 | 0.4767 | 0.7069 | 0.5694 |
|
| 63 |
+
| 0.1673 | 5.0 | 835 | 0.1962 | 0.9127 | 0.4457 | 0.7069 | 0.5467 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|