AnonymousCS commited on
Commit
ac39319
·
verified ·
1 Parent(s): c60247f

End of training

Browse files
Files changed (4) hide show
  1. README.md +17 -11
  2. config.json +3 -3
  3. model.safetensors +1 -1
  4. training_args.bin +1 -1
README.md CHANGED
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [AnonymousCS/populism_xlmr_large](https://huggingface.co/AnonymousCS/populism_xlmr_large) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.3694
22
  - Accuracy: 0.9833
23
  - 1-f1: 0.0
24
  - 1-recall: 0.0
@@ -42,9 +42,9 @@ More information needed
42
  ### Training hyperparameters
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,13 +55,19 @@ 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.4897 | 1.0 | 113 | 0.3760 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
59
- | 0.6267 | 2.0 | 226 | 0.3701 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
60
- | 0.6068 | 3.0 | 339 | 0.3943 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
61
- | 0.2588 | 4.0 | 452 | 0.3679 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
62
- | 0.3673 | 5.0 | 565 | 0.3675 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
63
- | 0.258 | 6.0 | 678 | 0.3676 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
64
- | 0.4862 | 7.0 | 791 | 0.3694 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
 
 
 
 
 
 
65
 
66
 
67
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [AnonymousCS/populism_xlmr_large](https://huggingface.co/AnonymousCS/populism_xlmr_large) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0907
22
  - Accuracy: 0.9833
23
  - 1-f1: 0.0
24
  - 1-recall: 0.0
 
42
  ### Training hyperparameters
43
 
44
  The following hyperparameters were used during training:
45
+ - learning_rate: 3e-05
46
+ - train_batch_size: 16
47
+ - eval_batch_size: 16
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.1424 | 1.0 | 449 | 0.0955 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
59
+ | 0.3507 | 2.0 | 898 | 0.1060 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
60
+ | 0.005 | 3.0 | 1347 | 0.0973 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
61
+ | 0.009 | 4.0 | 1796 | 0.0911 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
62
+ | 0.0094 | 5.0 | 2245 | 0.0904 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
63
+ | 0.1388 | 6.0 | 2694 | 0.0878 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
64
+ | 0.1593 | 7.0 | 3143 | 0.0939 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
65
+ | 0.2585 | 8.0 | 3592 | 0.0863 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
66
+ | 0.0036 | 9.0 | 4041 | 0.1011 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
67
+ | 0.0177 | 10.0 | 4490 | 0.0850 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
68
+ | 0.0098 | 11.0 | 4939 | 0.0886 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
69
+ | 0.0047 | 12.0 | 5388 | 0.0965 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
70
+ | 0.1851 | 13.0 | 5837 | 0.0907 | 0.9833 | 0.0 | 0.0 | 0.0 | 0.5 |
71
 
72
 
73
  ### Framework versions
config.json CHANGED
@@ -3,12 +3,12 @@
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
7
  "bos_token_id": 0,
8
- "classifier_dropout": null,
9
  "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
  "hidden_size": 1024,
13
  "initializer_range": 0.02,
14
  "intermediate_size": 4096,
 
3
  "architectures": [
4
  "XLMRobertaForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.2,
7
  "bos_token_id": 0,
8
+ "classifier_dropout": 0.2,
9
  "eos_token_id": 2,
10
  "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.2,
12
  "hidden_size": 1024,
13
  "initializer_range": 0.02,
14
  "intermediate_size": 4096,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:60724450da296a677daa1a624c7d824071d82a7df25af312e1dc0325079358d9
3
  size 2239618672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e37559e20ebc5f0b855d49729847c33e9238724456bed05bc30c77e04b76e24
3
  size 2239618672
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3639e3dfc50f61455afa69524197af884f465a751e6f94845bf50ac364c0ec51
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3df7c7e712038c4a0cb46f75cbcf938b459ca23ba711532ca27505bcf860430
3
  size 5432