Training complete
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 [google-bert/bert-base-cased](https://huggingface.co/google-bert/bert-base-cased) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
-
- Loss: 0.
|
| 25 |
-
- Precision: 0.
|
| 26 |
-
- Recall: 0.
|
| 27 |
-
- F1: 0.
|
| 28 |
-
- Accuracy: 0.
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
@@ -45,25 +45,22 @@ More information needed
|
|
| 45 |
|
| 46 |
The following hyperparameters were used during training:
|
| 47 |
- learning_rate: 2e-05
|
| 48 |
-
- train_batch_size:
|
| 49 |
-
- eval_batch_size:
|
| 50 |
- seed: 42
|
| 51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH 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
|
| 58 |
-
|:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.0611 | 6.0 | 57000 | 0.1742 | 0.8268 | 0.8520 | 0.8392 | 0.9638 |
|
| 65 |
-
| 0.0601 | 7.0 | 66500 | 0.1814 | 0.8274 | 0.8533 | 0.8402 | 0.9640 |
|
| 66 |
-
| 0.0554 | 8.0 | 76000 | 0.1881 | 0.8282 | 0.8524 | 0.8401 | 0.9640 |
|
| 67 |
|
| 68 |
|
| 69 |
### Framework versions
|
|
|
|
| 21 |
|
| 22 |
This model is a fine-tuned version of [google-bert/bert-base-cased](https://huggingface.co/google-bert/bert-base-cased) on an unknown dataset.
|
| 23 |
It achieves the following results on the evaluation set:
|
| 24 |
+
- Loss: 0.2239
|
| 25 |
+
- Precision: 0.8342
|
| 26 |
+
- Recall: 0.8511
|
| 27 |
+
- F1: 0.8426
|
| 28 |
+
- Accuracy: 0.9648
|
| 29 |
|
| 30 |
## Model description
|
| 31 |
|
|
|
|
| 45 |
|
| 46 |
The following hyperparameters were used during training:
|
| 47 |
- learning_rate: 2e-05
|
| 48 |
+
- train_batch_size: 1
|
| 49 |
+
- eval_batch_size: 1
|
| 50 |
- seed: 42
|
| 51 |
- optimizer: Use OptimizerNames.ADAMW_TORCH 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 | Precision | Recall | F1 | Accuracy |
|
| 58 |
+
|:-------------:|:-----:|:------:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 59 |
+
| 0.1257 | 1.0 | 38000 | 0.1357 | 0.8006 | 0.8311 | 0.8155 | 0.9604 |
|
| 60 |
+
| 0.0954 | 2.0 | 76000 | 0.1530 | 0.8278 | 0.8347 | 0.8312 | 0.9627 |
|
| 61 |
+
| 0.0897 | 3.0 | 114000 | 0.1539 | 0.8302 | 0.8449 | 0.8375 | 0.9647 |
|
| 62 |
+
| 0.0411 | 4.0 | 152000 | 0.1971 | 0.8321 | 0.8504 | 0.8411 | 0.9648 |
|
| 63 |
+
| 0.0205 | 5.0 | 190000 | 0.2239 | 0.8342 | 0.8511 | 0.8426 | 0.9648 |
|
|
|
|
|
|
|
|
|
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|