End of training
Browse files- README.md +18 -13
- 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_base_uncased](https://huggingface.co/AnonymousCS/populism_english_bert_base_uncased) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 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,11 +55,16 @@ 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 |
|
| 64 |
|
| 65 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [AnonymousCS/populism_english_bert_base_uncased](https://huggingface.co/AnonymousCS/populism_english_bert_base_uncased) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.1382
|
| 22 |
+
- Accuracy: 0.9939
|
| 23 |
+
- 1-f1: 0.8929
|
| 24 |
+
- 1-recall: 0.8772
|
| 25 |
+
- 1-precision: 0.9091
|
| 26 |
+
- Balanced Acc: 0.9373
|
| 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.188 | 1.0 | 124 | 0.1878 | 0.96 | 0.5269 | 0.7719 | 0.4 | 0.8688 |
|
| 59 |
+
| 0.0717 | 2.0 | 248 | 0.1507 | 0.9635 | 0.5663 | 0.8246 | 0.4312 | 0.8961 |
|
| 60 |
+
| 0.0532 | 3.0 | 372 | 0.1856 | 0.9792 | 0.6555 | 0.6842 | 0.6290 | 0.8361 |
|
| 61 |
+
| 0.0114 | 4.0 | 496 | 0.1190 | 0.9818 | 0.7391 | 0.8947 | 0.6296 | 0.9395 |
|
| 62 |
+
| 0.001 | 5.0 | 620 | 0.1292 | 0.9833 | 0.7660 | 0.9474 | 0.6429 | 0.9659 |
|
| 63 |
+
| 0.0012 | 6.0 | 744 | 0.1184 | 0.9899 | 0.8333 | 0.8772 | 0.7937 | 0.9352 |
|
| 64 |
+
| 0.0013 | 7.0 | 868 | 0.1127 | 0.9853 | 0.7852 | 0.9298 | 0.6795 | 0.9584 |
|
| 65 |
+
| 0.0005 | 8.0 | 992 | 0.1341 | 0.9853 | 0.7852 | 0.9298 | 0.6795 | 0.9584 |
|
| 66 |
+
| 0.0003 | 9.0 | 1116 | 0.2046 | 0.9909 | 0.8393 | 0.8246 | 0.8545 | 0.9102 |
|
| 67 |
+
| 0.0002 | 10.0 | 1240 | 0.1382 | 0.9939 | 0.8929 | 0.8772 | 0.9091 | 0.9373 |
|
| 68 |
|
| 69 |
|
| 70 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437958648
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d98c390df1bca198ef06ee99a383289f138aebd2aaaf734c8dba61d950954ba
|
| 3 |
size 437958648
|
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:70e5b8181fc96c2e46ea720b46f52cb22b2a72198b265d5cac44a97886e49ce6
|
| 3 |
size 5432
|