End of training
Browse files- README.md +9 -8
- 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.9530
|
| 23 |
- 1-f1: 0.0
|
| 24 |
- 1-recall: 0.0
|
|
@@ -44,7 +44,7 @@ More information needed
|
|
| 44 |
The following hyperparameters were used during training:
|
| 45 |
- learning_rate: 1e-05
|
| 46 |
- train_batch_size: 16
|
| 47 |
-
- eval_batch_size:
|
| 48 |
- seed: 42
|
| 49 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 50 |
- lr_scheduler_type: linear
|
|
@@ -55,12 +55,13 @@ The following hyperparameters were used during training:
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | 1-f1 | 1-recall | 1-precision | Balanced Acc |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|:--------:|:-----------:|:------------:|
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
|
|
|
| 64 |
|
| 65 |
|
| 66 |
### 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.7044
|
| 22 |
- Accuracy: 0.9530
|
| 23 |
- 1-f1: 0.0
|
| 24 |
- 1-recall: 0.0
|
|
|
|
| 44 |
The following hyperparameters were used during training:
|
| 45 |
- learning_rate: 1e-05
|
| 46 |
- train_batch_size: 16
|
| 47 |
+
- eval_batch_size: 32
|
| 48 |
- seed: 42
|
| 49 |
- optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 50 |
- lr_scheduler_type: linear
|
|
|
|
| 55 |
|
| 56 |
| Training Loss | Epoch | Step | Validation Loss | Accuracy | 1-f1 | 1-recall | 1-precision | Balanced Acc |
|
| 57 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|:--------:|:-----------:|:------------:|
|
| 58 |
+
| 0.6373 | 1.0 | 133 | 0.5998 | 0.9530 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 59 |
+
| 0.4957 | 2.0 | 266 | 0.6975 | 0.9530 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 60 |
+
| 0.3033 | 3.0 | 399 | 0.5994 | 0.9530 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 61 |
+
| 0.7451 | 4.0 | 532 | 0.6012 | 0.9530 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 62 |
+
| 0.5134 | 5.0 | 665 | 0.5994 | 0.9530 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 63 |
+
| 0.7544 | 6.0 | 798 | 0.6013 | 0.9530 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 64 |
+
| 0.522 | 7.0 | 931 | 0.7044 | 0.9530 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 65 |
|
| 66 |
|
| 67 |
### 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:29f1eb4ede265a5bc4736bd2da3ce301a3b49159a07598cf4859d4081fcea6e7
|
| 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:210f09a61d2423aa8fd92c45d3a0ea7ee80492c1c21526223ed3bd78bd14210b
|
| 3 |
size 5432
|