End of training
Browse files- README.md +12 -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_multilingual_bert_uncased_v2](https://huggingface.co/AnonymousCS/populism_multilingual_bert_uncased_v2) 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 |
|
|
@@ -42,9 +42,9 @@ More information needed
|
|
| 42 |
### Training hyperparameters
|
| 43 |
|
| 44 |
The following hyperparameters were used during training:
|
| 45 |
-
- learning_rate:
|
| 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,9 @@ 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.0011 | 4.0 | 44 | 0.8719 | 0.8321 | 0.4844 | 0.9118 | 0.3298 | 0.8681 |
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [AnonymousCS/populism_multilingual_bert_uncased_v2](https://huggingface.co/AnonymousCS/populism_multilingual_bert_uncased_v2) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.6048
|
| 22 |
+
- Accuracy: 0.8499
|
| 23 |
+
- 1-f1: 0.5203
|
| 24 |
+
- 1-recall: 0.9412
|
| 25 |
+
- 1-precision: 0.3596
|
| 26 |
+
- Balanced Acc: 0.8912
|
| 27 |
|
| 28 |
## Model description
|
| 29 |
|
|
|
|
| 42 |
### Training hyperparameters
|
| 43 |
|
| 44 |
The following hyperparameters were used during training:
|
| 45 |
+
- learning_rate: 1e-05
|
| 46 |
+
- train_batch_size: 32
|
| 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.0169 | 1.0 | 6 | 0.5501 | 0.8372 | 0.5077 | 0.9706 | 0.3438 | 0.8976 |
|
| 59 |
+
| 0.1135 | 2.0 | 12 | 0.6482 | 0.8804 | 0.5437 | 0.8235 | 0.4058 | 0.8547 |
|
| 60 |
+
| 0.0019 | 3.0 | 18 | 0.6048 | 0.8499 | 0.5203 | 0.9412 | 0.3596 | 0.8912 |
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 669455360
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:20f3ab7846c2f7e0899e797b282bb7819a28f81354274dd19380a8a2a059d6d2
|
| 3 |
size 669455360
|
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:9b61a0532da3da3f37a16449cb443da8ef82d70e5db1925fa516a6d3378aa3c9
|
| 3 |
size 5432
|