AnonymousCS commited on
Commit
409a0d4
·
verified ·
1 Parent(s): 6eb91b3

End of training

Browse files
Files changed (4) hide show
  1. README.md +11 -13
  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.5793
22
  - Accuracy: 0.9581
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,15 +55,13 @@ 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.6997 | 1.0 | 24 | 0.5882 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
59
- | 0.5428 | 2.0 | 48 | 0.5808 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
60
- | 0.6787 | 3.0 | 72 | 0.5793 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
61
- | 0.7025 | 4.0 | 96 | 0.5798 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
62
- | 0.6538 | 5.0 | 120 | 0.5792 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
63
- | 0.676 | 6.0 | 144 | 0.5793 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
64
- | 0.4549 | 7.0 | 168 | 0.5791 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
65
- | 0.5427 | 8.0 | 192 | 0.5802 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
66
- | 0.5667 | 9.0 | 216 | 0.5793 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
67
 
68
 
69
  ### 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.2072
22
  - Accuracy: 0.9581
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.4109 | 1.0 | 96 | 0.2241 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
59
+ | 0.0126 | 2.0 | 192 | 0.2105 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
60
+ | 0.3376 | 3.0 | 288 | 0.2040 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
61
+ | 0.0187 | 4.0 | 384 | 0.1921 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
62
+ | 0.3191 | 5.0 | 480 | 0.2003 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
63
+ | 0.173 | 6.0 | 576 | 0.2228 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
64
+ | 0.0172 | 7.0 | 672 | 0.2072 | 0.9581 | 0.0 | 0.0 | 0.0 | 0.5 |
 
 
65
 
66
 
67
  ### 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:53cfe6545576bd7552f5ff704dc26222d8e45494b78a8d7600500b5d0dffb372
3
  size 2239618672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7215806bc2afef900a2be9a2eba55c23ca31bb27ff70065db9cc900874c3f46a
3
  size 2239618672
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ac14b7c59eb8b949cb4061316fcc01638d62653ffd8a67703ed2be70fef2e30d
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00cd2c8a48c6f0fbfa8a3c197f14b7bfc1d67a9c35e66d3995274beb8897be0d
3
  size 5432