Training complete
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 [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Loss: 0.
|
| 24 |
-
- Precision: 0.
|
| 25 |
-
- Recall: 0.
|
| 26 |
-
- F1: 0.
|
| 27 |
-
- Accuracy: 0.
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
@@ -43,7 +43,7 @@ More information needed
|
|
| 43 |
### Training hyperparameters
|
| 44 |
|
| 45 |
The following hyperparameters were used during training:
|
| 46 |
-
- learning_rate:
|
| 47 |
- train_batch_size: 8
|
| 48 |
- eval_batch_size: 8
|
| 49 |
- seed: 42
|
|
@@ -53,9 +53,9 @@ The following hyperparameters were used during training:
|
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
-
| Training Loss | Epoch
|
| 57 |
-
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 58 |
-
| 0.
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|
|
|
|
| 20 |
|
| 21 |
This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
+
- Loss: 0.0493
|
| 24 |
+
- Precision: 0.5627
|
| 25 |
+
- Recall: 0.3880
|
| 26 |
+
- F1: 0.4593
|
| 27 |
+
- Accuracy: 0.9888
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 43 |
### Training hyperparameters
|
| 44 |
|
| 45 |
The following hyperparameters were used during training:
|
| 46 |
+
- learning_rate: 2e-05
|
| 47 |
- train_batch_size: 8
|
| 48 |
- eval_batch_size: 8
|
| 49 |
- seed: 42
|
|
|
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
+
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
| 57 |
+
|:-------------:|:------:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
| 58 |
+
| 0.0677 | 0.0444 | 5000 | 0.0493 | 0.5627 | 0.3880 | 0.4593 | 0.9888 |
|
| 59 |
|
| 60 |
|
| 61 |
### Framework versions
|