End of training
Browse files- README.md +15 -15
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 1.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
-
- Auc:
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
@@ -49,18 +49,18 @@ The following hyperparameters were used during training:
|
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc
|
| 53 |
-
|:-------------:|:-----:|:----:|:---------------:|:--------:|:---:|
|
| 54 |
-
| 1.
|
| 55 |
-
| 1.
|
| 56 |
-
| 1.
|
| 57 |
-
| 1.
|
| 58 |
-
| 1.
|
| 59 |
-
| 1.
|
| 60 |
-
| 1.
|
| 61 |
-
| 1.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
|
| 65 |
|
| 66 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [google-bert/bert-base-uncased](https://huggingface.co/google-bert/bert-base-uncased) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 1.0546
|
| 22 |
+
- Accuracy: 0.46
|
| 23 |
+
- Auc: 0.636
|
| 24 |
|
| 25 |
## Model description
|
| 26 |
|
|
|
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Auc |
|
| 53 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----:|
|
| 54 |
+
| 1.0854 | 1.0 | 560 | 1.0647 | 0.43 | 0.619 |
|
| 55 |
+
| 1.0549 | 2.0 | 1120 | 1.0566 | 0.453 | 0.62 |
|
| 56 |
+
| 1.0372 | 3.0 | 1680 | 1.0591 | 0.421 | 0.627 |
|
| 57 |
+
| 1.0232 | 4.0 | 2240 | 1.0514 | 0.46 | 0.633 |
|
| 58 |
+
| 1.0203 | 5.0 | 2800 | 1.0655 | 0.439 | 0.634 |
|
| 59 |
+
| 1.0237 | 6.0 | 3360 | 1.0529 | 0.469 | 0.636 |
|
| 60 |
+
| 1.006 | 7.0 | 3920 | 1.0576 | 0.442 | 0.635 |
|
| 61 |
+
| 1.0035 | 8.0 | 4480 | 1.0529 | 0.444 | 0.637 |
|
| 62 |
+
| 0.9947 | 9.0 | 5040 | 1.0544 | 0.447 | 0.635 |
|
| 63 |
+
| 0.9897 | 10.0 | 5600 | 1.0546 | 0.46 | 0.636 |
|
| 64 |
|
| 65 |
|
| 66 |
### 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:a02f8f249ae1b00a492afcc9e153709b627aebd7dfab8a37f8df392bb23b9744
|
| 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 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2bd0697d9cba08c52485b762930534be1eb08411925f7de2abc7a08ff529295
|
| 3 |
size 5304
|