AnonymousCS commited on
Commit
9ad8496
·
verified ·
1 Parent(s): 38fde9b

End of training

Browse files
Files changed (4) hide show
  1. README.md +8 -12
  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.6804
22
  - Accuracy: 0.9170
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,14 +55,10 @@ 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.682 | 1.0 | 17 | 0.6878 | 0.9170 | 0.0 | 0.0 | 0.0 | 0.5 |
59
- | 0.6987 | 2.0 | 34 | 0.6863 | 0.9170 | 0.0 | 0.0 | 0.0 | 0.5 |
60
- | 0.7298 | 3.0 | 51 | 0.6753 | 0.9170 | 0.0 | 0.0 | 0.0 | 0.5 |
61
- | 0.6706 | 4.0 | 68 | 0.6804 | 0.9170 | 0.0 | 0.0 | 0.0 | 0.5 |
62
- | 0.6565 | 5.0 | 85 | 0.6751 | 0.9170 | 0.0 | 0.0 | 0.0 | 0.5 |
63
- | 0.7222 | 6.0 | 102 | 0.6749 | 0.9170 | 0.0 | 0.0 | 0.0 | 0.5 |
64
- | 0.706 | 7.0 | 119 | 0.6787 | 0.9170 | 0.0 | 0.0 | 0.0 | 0.5 |
65
- | 0.7057 | 8.0 | 136 | 0.6804 | 0.9170 | 0.0 | 0.0 | 0.0 | 0.5 |
66
 
67
 
68
  ### 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.3807
22
  - Accuracy: 0.9170
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.4198 | 1.0 | 67 | 0.2955 | 0.9170 | 0.0 | 0.0 | 0.0 | 0.5 |
59
+ | 0.1337 | 2.0 | 134 | 0.3397 | 0.9170 | 0.0 | 0.0 | 0.0 | 0.5 |
60
+ | 0.6178 | 3.0 | 201 | 0.3545 | 0.9170 | 0.0 | 0.0 | 0.0 | 0.5 |
61
+ | 0.1533 | 4.0 | 268 | 0.3807 | 0.9170 | 0.0 | 0.0 | 0.0 | 0.5 |
 
 
 
 
62
 
63
 
64
  ### 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:c1fd0d2beb1c733499edc595bc9c786c064fcc0c8b2bbe5cc251b30b5a53c13e
3
  size 2239618672
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4cd9ba3a60101ee2c6e4a91ed97bcfa1ecc255c0b087d3bcb97208b9b6052c0
3
  size 2239618672
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bdf114564645783076aa566bf06b70e26fa92dd1eb8a361e31b2de6a05534457
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1da76ecdf98d92b16631e7cdb712ed18d69c8eac29614ed1d9503fb6c487b96
3
  size 5432