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-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None 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 |
|
@@ -58,8 +58,8 @@ The following hyperparameters were used during training:
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
61 |
-
| No log | 1.0 | 231 | 0.
|
62 |
-
| No log | 2.0 | 462 | 0.
|
63 |
|
64 |
|
65 |
### Framework versions
|
|
|
21 |
|
22 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
23 |
It achieves the following results on the evaluation set:
|
24 |
+
- Loss: 0.0716
|
25 |
+
- Precision: 0.8064
|
26 |
+
- Recall: 0.8175
|
27 |
+
- F1: 0.8119
|
28 |
+
- Accuracy: 0.9787
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
58 |
|
59 |
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|
60 |
|:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
|
61 |
+
| No log | 1.0 | 231 | 0.0922 | 0.7461 | 0.7911 | 0.7680 | 0.9725 |
|
62 |
+
| No log | 2.0 | 462 | 0.0716 | 0.8064 | 0.8175 | 0.8119 | 0.9787 |
|
63 |
|
64 |
|
65 |
### Framework versions
|
runs/Sep05_11-51-11_83295d15965e/events.out.tfevents.1725537073.83295d15965e.5325.0
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef29341fc6795977119da572ce8394effbcf35a952b4bdd25cc069fe1a6ad5c5
|
3 |
+
size 7044
|