End of training
Browse files- README.md +16 -11
- 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_cased](https://huggingface.co/AnonymousCS/populism_english_bert_large_cased) 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,9 +55,14 @@ 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_cased](https://huggingface.co/AnonymousCS/populism_english_bert_large_cased) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.6095
|
| 22 |
+
- Accuracy: 0.9699
|
| 23 |
+
- 1-f1: 0.0357
|
| 24 |
+
- 1-recall: 0.0333
|
| 25 |
+
- 1-precision: 0.0385
|
| 26 |
+
- Balanced Acc: 0.5096
|
| 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.6548 | 1.0 | 113 | 0.4252 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 59 |
+
| 0.6664 | 2.0 | 226 | 0.4172 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 60 |
+
| 0.8151 | 3.0 | 339 | 0.5089 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
|
| 61 |
+
| 0.2963 | 4.0 | 452 | 0.3818 | 0.9722 | 0.0 | 0.0 | 0.0 | 0.4943 |
|
| 62 |
+
| 0.3041 | 5.0 | 565 | 0.3744 | 0.9499 | 0.0625 | 0.1 | 0.0455 | 0.5322 |
|
| 63 |
+
| 0.3154 | 6.0 | 678 | 0.4617 | 0.9777 | 0.0476 | 0.0333 | 0.0833 | 0.5136 |
|
| 64 |
+
| 0.3114 | 7.0 | 791 | 0.6197 | 0.9772 | 0.0 | 0.0 | 0.0 | 0.4969 |
|
| 65 |
+
| 0.2294 | 8.0 | 904 | 0.6095 | 0.9699 | 0.0357 | 0.0333 | 0.0385 | 0.5096 |
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1334372264
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:663743a1e3319a012665e1142edc2759626efbfa9776fcfeefe64550fc31f1c8
|
| 3 |
size 1334372264
|
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:995354476832b93f89132ede4812625c451126a7ff882c9f90a2a1ae7fe164b7
|
| 3 |
size 5432
|