End of training
Browse files- README.md +12 -10
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -18,12 +18,12 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [AnonymousCS/populism_english_bert_large_uncased](https://huggingface.co/AnonymousCS/populism_english_bert_large_uncased) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
- Accuracy: 0.9857
|
| 23 |
-
- 1-f1: 0.
|
| 24 |
-
- 1-recall: 0.
|
| 25 |
-
- 1-precision: 0.
|
| 26 |
-
- Balanced Acc: 0.
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
@@ -43,8 +43,8 @@ More information needed
|
|
| 43 |
|
| 44 |
The following hyperparameters were used during training:
|
| 45 |
- learning_rate: 1e-05
|
| 46 |
-
- train_batch_size:
|
| 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,9 +55,11 @@ 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 |
|
| 62 |
|
| 63 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [AnonymousCS/populism_english_bert_large_uncased](https://huggingface.co/AnonymousCS/populism_english_bert_large_uncased) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.3161
|
| 22 |
- Accuracy: 0.9857
|
| 23 |
+
- 1-f1: 0.9057
|
| 24 |
+
- 1-recall: 0.8889
|
| 25 |
+
- 1-precision: 0.9231
|
| 26 |
+
- Balanced Acc: 0.9413
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 43 |
|
| 44 |
The following hyperparameters were used during training:
|
| 45 |
- learning_rate: 1e-05
|
| 46 |
+
- train_batch_size: 64
|
| 47 |
+
- eval_batch_size: 64
|
| 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.3105 | 1.0 | 22 | 0.1109 | 0.9542 | 0.7647 | 0.9630 | 0.6341 | 0.9582 |
|
| 59 |
+
| 0.0309 | 2.0 | 44 | 0.0905 | 0.9857 | 0.9123 | 0.9630 | 0.8667 | 0.9753 |
|
| 60 |
+
| 0.0059 | 3.0 | 66 | 0.1699 | 0.9799 | 0.8727 | 0.8889 | 0.8571 | 0.9382 |
|
| 61 |
+
| 0.0009 | 4.0 | 88 | 0.4152 | 0.9771 | 0.84 | 0.7778 | 0.9130 | 0.8858 |
|
| 62 |
+
| 0.0004 | 5.0 | 110 | 0.3161 | 0.9857 | 0.9057 | 0.8889 | 0.9231 | 0.9413 |
|
| 63 |
|
| 64 |
|
| 65 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1340622760
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:33eddc5c48fcd49565a0ec9551aab618e2dbc37bcafa0c3ce31e76827dc7bf4b
|
| 3 |
size 1340622760
|
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:3c91641488e81b48d24772e3e9877b8dbaa1f99bd96e55f2ed75643e770f997a
|
| 3 |
size 5432
|