End of training
Browse files- README.md +13 -12
- 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:
|
| 22 |
-
- Accuracy: 0.
|
| 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,10 +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 |
-
| 0.
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
### 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: 1.1526
|
| 22 |
+
- Accuracy: 0.9408
|
| 23 |
+
- 1-f1: 0.5652
|
| 24 |
+
- 1-recall: 0.52
|
| 25 |
+
- 1-precision: 0.6190
|
| 26 |
+
- Balanced Acc: 0.7472
|
| 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.2373 | 1.0 | 22 | 0.3833 | 0.8136 | 0.4112 | 0.88 | 0.2683 | 0.8442 |
|
| 59 |
+
| 0.5622 | 2.0 | 44 | 0.3790 | 0.8846 | 0.5301 | 0.88 | 0.3793 | 0.8825 |
|
| 60 |
+
| 0.1318 | 3.0 | 66 | 0.4654 | 0.9438 | 0.6275 | 0.64 | 0.6154 | 0.8040 |
|
| 61 |
+
| 0.0603 | 4.0 | 88 | 0.6768 | 0.9556 | 0.7059 | 0.72 | 0.6923 | 0.8472 |
|
| 62 |
+
| 0.0045 | 5.0 | 110 | 1.1526 | 0.9408 | 0.5652 | 0.52 | 0.6190 | 0.7472 |
|
| 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:eebab73dbdd70e9d50cf793a045c3d0d0d9318f307048c130beb791d452760f5
|
| 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:d8482b23c7f563731c04ca86c98484c5458f91ccc467373f875a85ce8efc8935
|
| 3 |
size 5432
|