End of training
Browse files
README.md
CHANGED
|
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
-
- F1: 0.
|
| 25 |
-
- Accuracy: 0.
|
| 26 |
-
- Precision: 0.
|
| 27 |
-
- Recall: 0.
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
@@ -44,24 +44,26 @@ More information needed
|
|
| 44 |
|
| 45 |
The following hyperparameters were used during training:
|
| 46 |
- learning_rate: 2e-05
|
| 47 |
-
- train_batch_size:
|
| 48 |
-
- eval_batch_size:
|
| 49 |
-
- seed:
|
| 50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 51 |
- lr_scheduler_type: linear
|
| 52 |
-
- num_epochs:
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Precision | Recall |
|
| 57 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:--------:|:---------:|:------:|
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
|
|
|
|
|
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
| 63 |
|
| 64 |
-
- Transformers 4.
|
| 65 |
-
- Pytorch 2.
|
| 66 |
-
- Datasets 2.
|
| 67 |
- Tokenizers 0.15.2
|
|
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [FacebookAI/roberta-base](https://huggingface.co/FacebookAI/roberta-base) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.2184
|
| 24 |
+
- F1: 0.9369
|
| 25 |
+
- Accuracy: 0.9544
|
| 26 |
+
- Precision: 0.9395
|
| 27 |
+
- Recall: 0.9343
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 44 |
|
| 45 |
The following hyperparameters were used during training:
|
| 46 |
- learning_rate: 2e-05
|
| 47 |
+
- train_batch_size: 32
|
| 48 |
+
- eval_batch_size: 8
|
| 49 |
+
- seed: 100
|
| 50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 51 |
- lr_scheduler_type: linear
|
| 52 |
+
- num_epochs: 4
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Precision | Recall |
|
| 57 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:--------:|:---------:|:------:|
|
| 58 |
+
| 0.2241 | 1.0 | 2542 | 0.1977 | 0.8902 | 0.9193 | 0.8768 | 0.9040 |
|
| 59 |
+
| 0.1488 | 2.0 | 5084 | 0.1627 | 0.9187 | 0.9418 | 0.9287 | 0.9090 |
|
| 60 |
+
| 0.0994 | 3.0 | 7626 | 0.1759 | 0.9339 | 0.9524 | 0.9383 | 0.9297 |
|
| 61 |
+
| 0.0687 | 4.0 | 10168 | 0.2099 | 0.9396 | 0.9563 | 0.9391 | 0.9401 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
| 65 |
|
| 66 |
+
- Transformers 4.39.3
|
| 67 |
+
- Pytorch 2.1.2
|
| 68 |
+
- Datasets 2.18.0
|
| 69 |
- Tokenizers 0.15.2
|