Update README.md
Browse files
README.md
CHANGED
|
@@ -25,10 +25,10 @@ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co
|
|
| 25 |
It achieves the following results on the evaluation set:
|
| 26 |
- Train Loss: 0.0168
|
| 27 |
- Validation Loss: 0.0518
|
| 28 |
-
-
|
| 29 |
-
-
|
| 30 |
-
-
|
| 31 |
-
-
|
| 32 |
- Epoch: 9
|
| 33 |
|
| 34 |
## Model description
|
|
@@ -53,7 +53,7 @@ The following hyperparameters were used during training:
|
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
-
| Train Loss | Validation Loss |
|
| 57 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
| 58 |
| 0.1130 | 0.0547 | 0.7364 | 0.7916 | 0.7630 | 0.9832 | 0 |
|
| 59 |
| 0.0335 | 0.0497 | 0.7836 | 0.8513 | 0.8161 | 0.9850 | 1 |
|
|
|
|
| 25 |
It achieves the following results on the evaluation set:
|
| 26 |
- Train Loss: 0.0168
|
| 27 |
- Validation Loss: 0.0518
|
| 28 |
+
- Precision: 0.8
|
| 29 |
+
- Recall: 0.8640
|
| 30 |
+
- F1: 0.8308
|
| 31 |
+
- Accuracy: 0.9860
|
| 32 |
- Epoch: 9
|
| 33 |
|
| 34 |
## Model description
|
|
|
|
| 53 |
|
| 54 |
### Training results
|
| 55 |
|
| 56 |
+
| Train Loss | Validation Loss | Precision | Recall | F1 | Accuracy | Epoch |
|
| 57 |
|:----------:|:---------------:|:---------------:|:------------:|:--------:|:--------------:|:-----:|
|
| 58 |
| 0.1130 | 0.0547 | 0.7364 | 0.7916 | 0.7630 | 0.9832 | 0 |
|
| 59 |
| 0.0335 | 0.0497 | 0.7836 | 0.8513 | 0.8161 | 0.9850 | 1 |
|