Saving best model of test_TwoWayLoss_25K_bs64_P4_N1 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
@@ -19,12 +19,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
19 |
|
20 |
This model is a fine-tuned version of [allenai/scibert_scivocab_uncased](https://huggingface.co/allenai/scibert_scivocab_uncased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
-
- Loss:
|
23 |
-
- Accuracy: 0.
|
24 |
-
- Precision: 0.
|
25 |
-
- Recall: 0.
|
26 |
-
- F1: 0.
|
27 |
-
- Hamming: 0.
|
28 |
|
29 |
## Model description
|
30 |
|
@@ -56,8 +56,8 @@ The following hyperparameters were used during training:
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Hamming |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-------:|
|
59 |
-
|
|
60 |
-
|
|
61 |
|
62 |
|
63 |
### Framework versions
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [allenai/scibert_scivocab_uncased](https://huggingface.co/allenai/scibert_scivocab_uncased) on the None dataset.
|
21 |
It achieves the following results on the evaluation set:
|
22 |
+
- Loss: 8.8668
|
23 |
+
- Accuracy: 0.5430
|
24 |
+
- Precision: 0.0114
|
25 |
+
- Recall: 0.5359
|
26 |
+
- F1: 0.0224
|
27 |
+
- Hamming: 0.4570
|
28 |
|
29 |
## Model description
|
30 |
|
|
|
56 |
|
57 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 | Hamming |
|
58 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|:-------:|
|
59 |
+
| 8.9097 | 0.0 | 5 | 8.8974 | 0.5287 | 0.0107 | 0.5189 | 0.0210 | 0.4713 |
|
60 |
+
| 8.1387 | 0.0 | 10 | 8.8668 | 0.5430 | 0.0114 | 0.5359 | 0.0224 | 0.4570 |
|
61 |
|
62 |
|
63 |
### 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.524186706542968,
|
4 |
+
"train_runtime": 154.214,
|
5 |
+
"train_samples_per_second": 0.519,
|
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 440249777
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3d65f2875400b17025d15f514772e645724d7858089d28e9d5bf817ba30457d4
|
3 |
size 440249777
|
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.524186706542968,
|
4 |
+
"train_runtime": 154.214,
|
5 |
+
"train_samples_per_second": 0.519,
|
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:a6ebdd479fa67ccc7bfb3638517c7a6d35b947fba4b5974524ea98783b4bdae2
|
3 |
size 4155
|