End of training
Browse files- README.md +9 -14
- 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.9332
|
| 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,18 +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 |
-
| 0.
|
| 65 |
-
| 0.5765 | 8.0 | 808 | 0.6304 | 0.9332 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 66 |
-
| 0.7317 | 9.0 | 909 | 0.6275 | 0.9332 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 67 |
-
| 0.6877 | 10.0 | 1010 | 0.6363 | 0.9332 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 68 |
-
| 0.5739 | 11.0 | 1111 | 0.6312 | 0.9332 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 69 |
-
| 0.5852 | 12.0 | 1212 | 0.6316 | 0.9332 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 70 |
|
| 71 |
|
| 72 |
### 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.6684
|
| 22 |
- Accuracy: 0.9332
|
| 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.7055 | 1.0 | 101 | 0.6621 | 0.9332 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 59 |
+
| 0.6021 | 2.0 | 202 | 0.6646 | 0.9332 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 60 |
+
| 0.8043 | 3.0 | 303 | 0.6611 | 0.9332 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 61 |
+
| 0.7283 | 4.0 | 404 | 0.6673 | 0.9332 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 62 |
+
| 0.6756 | 5.0 | 505 | 0.6608 | 0.9332 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 63 |
+
| 0.6906 | 6.0 | 606 | 0.6643 | 0.9332 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 64 |
+
| 0.3813 | 7.0 | 707 | 0.6684 | 0.9332 | 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:595b2afac99c296c44595703b66a0fc1d3ab48b241ad30d112999b70b9ccaad0
|
| 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:09cf93e8423da1f8fd0bdfff678de5e9b652139abfaba59a254318e2fb6c9af1
|
| 3 |
size 5432
|