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,7 +44,7 @@ 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: 8
|
| 49 |
- seed: 100
|
| 50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
@@ -55,10 +55,10 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Precision | Recall |
|
| 57 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:--------:|:---------:|:------:|
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 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.2661
|
| 24 |
+
- F1: 0.9386
|
| 25 |
+
- Accuracy: 0.9557
|
| 26 |
+
- Precision: 0.9403
|
| 27 |
+
- Recall: 0.9370
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 44 |
|
| 45 |
The following hyperparameters were used during training:
|
| 46 |
- learning_rate: 2e-05
|
| 47 |
+
- train_batch_size: 16
|
| 48 |
- eval_batch_size: 8
|
| 49 |
- seed: 100
|
| 50 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Accuracy | Precision | Recall |
|
| 57 |
|:-------------:|:-----:|:-----:|:---------------:|:------:|:--------:|:---------:|:------:|
|
| 58 |
+
| 0.2173 | 1.0 | 5084 | 0.2008 | 0.8888 | 0.9212 | 0.9076 | 0.8708 |
|
| 59 |
+
| 0.1684 | 2.0 | 10168 | 0.2277 | 0.9216 | 0.9436 | 0.9276 | 0.9156 |
|
| 60 |
+
| 0.1212 | 3.0 | 15252 | 0.2288 | 0.9320 | 0.9503 | 0.9228 | 0.9414 |
|
| 61 |
+
| 0.0683 | 4.0 | 20336 | 0.2502 | 0.9424 | 0.9584 | 0.9429 | 0.9419 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|