AnonymousCS commited on
Commit
179d336
·
verified ·
1 Parent(s): 6e65a00

End of training

Browse files
Files changed (4) hide show
  1. README.md +11 -10
  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.6058
22
  - Accuracy: 0.9523
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
@@ -53,12 +53,13 @@ The following hyperparameters were used during training:
53
 
54
  ### Training results
55
 
56
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | 1-f1 | 1-recall | 1-precision | Balanced Acc |
57
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:----:|:--------:|:-----------:|:------------:|
58
- | 0.6126 | 1.0 | 871 | 0.6169 | 0.9523 | 0.0 | 0.0 | 0.0 | 0.5 |
59
- | 0.6354 | 2.0 | 1742 | 0.6044 | 0.9523 | 0.0 | 0.0 | 0.0 | 0.5 |
60
- | 0.6321 | 3.0 | 2613 | 0.6073 | 0.9523 | 0.0 | 0.0 | 0.0 | 0.5 |
61
- | 0.5058 | 4.0 | 3484 | 0.6058 | 0.9523 | 0.0 | 0.0 | 0.0 | 0.5 |
 
62
 
63
 
64
  ### 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.2016
22
  - Accuracy: 0.9523
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
 
53
 
54
  ### Training results
55
 
56
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | 1-f1 | 1-recall | 1-precision | Balanced Acc |
57
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|:----:|:--------:|:-----------:|:------------:|
58
+ | 0.0183 | 1.0 | 3484 | 0.2156 | 0.9523 | 0.0 | 0.0 | 0.0 | 0.5 |
59
+ | 0.2729 | 2.0 | 6968 | 0.1968 | 0.9523 | 0.0 | 0.0 | 0.0 | 0.5 |
60
+ | 0.1379 | 3.0 | 10452 | 0.2050 | 0.9523 | 0.0 | 0.0 | 0.0 | 0.5 |
61
+ | 0.0329 | 4.0 | 13936 | 0.2010 | 0.9523 | 0.0 | 0.0 | 0.0 | 0.5 |
62
+ | 0.1365 | 5.0 | 17420 | 0.2016 | 0.9523 | 0.0 | 0.0 | 0.0 | 0.5 |
63
 
64
 
65
  ### 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:954919203d2d8e3f1a45530c650c31515139b6801eb28952a25e0a88f8010abb
3
  size 2239618672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ae3fe03dbc3b6fcee2fcfa8e54e17866a6f46a9058671170d2ba7f75d365f8b
3
  size 2239618672
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9503be030af6574646e84bbb1da85ae50f5f8a9b2a0c92004beb0106768da5f1
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2fc13791fb2b12a79325cd82564d22141d973df11a01f4690f18b87c099f9dc
3
  size 5432