End of training
Browse files- README.md +8 -8
- model.safetensors +1 -1
- training_args.bin +1 -1
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-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.
|
24 |
-
- Accuracy: 0.
|
25 |
-
- F1: 0.
|
26 |
-
- Precision: 0.
|
27 |
-
- Recall: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -56,9 +56,9 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
59 |
-
| No log | 1.0 | 90 | 0.
|
60 |
-
| No log | 2.0 | 180 | 0.
|
61 |
-
| No log | 3.0 | 270 | 0.
|
62 |
|
63 |
|
64 |
### Framework versions
|
|
|
20 |
|
21 |
This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 0.3998
|
24 |
+
- Accuracy: 0.8667
|
25 |
+
- F1: 0.5913
|
26 |
+
- Precision: 0.5783
|
27 |
+
- Recall: 0.6071
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | F1 | Precision | Recall |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:------:|:---------:|:------:|
|
59 |
+
| No log | 1.0 | 90 | 0.6253 | 0.7732 | 0.5277 | 0.5181 | 0.5425 |
|
60 |
+
| No log | 2.0 | 180 | 0.4288 | 0.8541 | 0.5827 | 0.5704 | 0.5985 |
|
61 |
+
| No log | 3.0 | 270 | 0.3998 | 0.8667 | 0.5913 | 0.5783 | 0.6071 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437961724
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8307a07c9d0e9a5fee00cab95b0f66833dbd53d9af737e5723c8adfa9fb36789
|
3 |
size 437961724
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3937f98c17c78fe21f281db955f34bee64505af3f944564cb8a1c60d09d06c53
|
3 |
size 5112
|