End of training
Browse files- README.md +16 -9
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [google/rembert](https://huggingface.co/google/rembert) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
- Accuracy: 0.9833
|
| 23 |
- 1-f1: 0.0
|
| 24 |
- 1-recall: 0.0
|
|
@@ -56,14 +56,21 @@ The following hyperparameters were used during training:
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | 1-f1 | 1-recall | 1-precision | Balanced Acc |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|:--------:|:-----------:|:------------:|
|
| 59 |
-
| 1.
|
| 60 |
-
| 2.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 67 |
|
| 68 |
|
| 69 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [google/rembert](https://huggingface.co/google/rembert) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.5525
|
| 22 |
- Accuracy: 0.9833
|
| 23 |
- 1-f1: 0.0
|
| 24 |
- 1-recall: 0.0
|
|
|
|
| 56 |
|
| 57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | 1-f1 | 1-recall | 1-precision | Balanced Acc |
|
| 58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|:--------:|:-----------:|:------------:|
|
| 59 |
+
| 1.2242 | 1.0 | 449 | 0.6769 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 60 |
+
| 2.4482 | 2.0 | 898 | 0.7154 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 61 |
+
| 0.0054 | 3.0 | 1347 | 0.6086 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 62 |
+
| 0.0083 | 4.0 | 1796 | 0.5472 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 63 |
+
| 0.0095 | 5.0 | 2245 | 0.5068 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 64 |
+
| 0.9129 | 6.0 | 2694 | 0.4756 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 65 |
+
| 0.8618 | 7.0 | 3143 | 0.5492 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 66 |
+
| 1.624 | 8.0 | 3592 | 0.5120 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 67 |
+
| 0.0052 | 9.0 | 4041 | 0.6046 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 68 |
+
| 0.0201 | 10.0 | 4490 | 0.4285 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 69 |
+
| 0.0109 | 11.0 | 4939 | 0.5213 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 70 |
+
| 0.0068 | 12.0 | 5388 | 0.5858 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 71 |
+
| 0.8892 | 13.0 | 5837 | 0.5636 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 72 |
+
| 0.8009 | 14.0 | 6286 | 0.5437 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 73 |
+
| 0.8449 | 15.0 | 6735 | 0.5525 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 74 |
|
| 75 |
|
| 76 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2303755328
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:207d81e6b8d937e35242e937ba368f144037369b71fc9036081765a20e8c6995
|
| 3 |
size 2303755328
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1f623c155780da346f7db133e795f9a56ff84c160cccc26dab0043da2c21e1fc
|
| 3 |
size 5432
|