Saving best model of test_twowayloss_implementation to hub
Browse files- README.md +8 -8
- all_results.json +4 -4
- pytorch_model.bin +1 -1
- train_results.json +4 -4
- training_args.bin +1 -1
README.md
CHANGED
@@ -20,12 +20,12 @@ 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 the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss:
|
24 |
-
- Accuracy: 0.
|
25 |
-
- Precision: 0.
|
26 |
-
- Recall: 0.
|
27 |
-
- F1: 0.
|
28 |
-
- Hamming: 0.
|
29 |
|
30 |
## Model description
|
31 |
|
@@ -57,8 +57,8 @@ The following hyperparameters were used during training:
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Hamming |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-------:|
|
60 |
-
|
|
61 |
-
|
|
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 the None dataset.
|
22 |
It achieves the following results on the evaluation set:
|
23 |
+
- Loss: 8.9001
|
24 |
+
- Accuracy: 0.5659
|
25 |
+
- Precision: 0.0114
|
26 |
+
- Recall: 0.5082
|
27 |
+
- F1: 0.0223
|
28 |
+
- Hamming: 0.4341
|
29 |
|
30 |
## Model description
|
31 |
|
|
|
57 |
|
58 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Hamming |
|
59 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-------:|
|
60 |
+
| 8.8818 | 0.0 | 5 | 8.9210 | 0.5632 | 0.0110 | 0.4947 | 0.0216 | 0.4368 |
|
61 |
+
| 8.124 | 0.0 | 10 | 8.9001 | 0.5659 | 0.0114 | 0.5082 | 0.0223 | 0.4341 |
|
62 |
|
63 |
|
64 |
### Framework versions
|
all_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"epoch": 0.0,
|
3 |
-
"train_loss":
|
4 |
-
"train_runtime":
|
5 |
-
"train_samples_per_second": 0.
|
6 |
-
"train_steps_per_second": 0.
|
7 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.0,
|
3 |
+
"train_loss": 8.502942276000976,
|
4 |
+
"train_runtime": 154.8734,
|
5 |
+
"train_samples_per_second": 0.517,
|
6 |
+
"train_steps_per_second": 0.065
|
7 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438504881
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19985ac5ee7026eea15edaecf82666acace1cff376f3e301042b1e825e2e7d3a
|
3 |
size 438504881
|
train_results.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"epoch": 0.0,
|
3 |
-
"train_loss":
|
4 |
-
"train_runtime":
|
5 |
-
"train_samples_per_second": 0.
|
6 |
-
"train_steps_per_second": 0.
|
7 |
}
|
|
|
1 |
{
|
2 |
"epoch": 0.0,
|
3 |
+
"train_loss": 8.502942276000976,
|
4 |
+
"train_runtime": 154.8734,
|
5 |
+
"train_samples_per_second": 0.517,
|
6 |
+
"train_steps_per_second": 0.065
|
7 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4155
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b6b52aae65c467a7d54043cc8619251ca4a230efd81c944edd307319e9a18c93
|
3 |
size 4155
|