Commit ·
7b4d71e
1
Parent(s): abf2b6a
End of training
Browse files- README.md +8 -8
- pytorch_model.bin +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-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 |
-
- F1: 0.
|
| 25 |
-
- Precision: 0.
|
| 26 |
-
- Recall: 0.
|
| 27 |
-
- Accuracy: 0.
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall | Accuracy |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|:--------:|
|
| 58 |
-
| 1.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
|
| 62 |
|
| 63 |
### 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.7978
|
| 24 |
+
- F1: 0.6692
|
| 25 |
+
- Precision: 0.6343
|
| 26 |
+
- Recall: 0.7099
|
| 27 |
+
- Accuracy: 0.7099
|
| 28 |
|
| 29 |
## Model description
|
| 30 |
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | F1 | Precision | Recall | Accuracy |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:------:|:---------:|:------:|:--------:|
|
| 58 |
+
| 1.365 | 1.0 | 46 | 1.1002 | 0.6205 | 0.5925 | 0.6543 | 0.6543 |
|
| 59 |
+
| 0.9613 | 2.0 | 92 | 0.8974 | 0.6263 | 0.6046 | 0.6605 | 0.6605 |
|
| 60 |
+
| 0.7465 | 3.0 | 138 | 0.7978 | 0.6692 | 0.6343 | 0.7099 | 0.7099 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 433324849
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:21652386ae73efbb40120428f12c9398c1ad154d4ca4a2f1774f5854661c8b9b
|
| 3 |
size 433324849
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4027
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09e9066f1a56c9a2d41047611d2e6e4d9ee096fed34246927d8f30319bd164a1
|
| 3 |
size 4027
|