callmesan commited on
Commit
5f7a887
·
verified ·
1 Parent(s): d4bac37

End of training

Browse files
Files changed (2) hide show
  1. README.md +20 -20
  2. model.safetensors +1 -1
README.md CHANGED
@@ -21,11 +21,11 @@ should probably proofread and complete it, then remove this comment. -->
21
 
22
  This model is a fine-tuned version of [cardiffnlp/twitter-roberta-large-hate-latest](https://huggingface.co/cardiffnlp/twitter-roberta-large-hate-latest) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
- - Loss: 0.4201
25
- - Accuracy: 0.8178
26
- - Precision: 0.8218
27
- - Recall: 0.8178
28
- - F1: 0.8172
29
 
30
  ## Model description
31
 
@@ -44,30 +44,30 @@ More information needed
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
- - learning_rate: 1e-05
48
- - train_batch_size: 16
49
  - eval_batch_size: 128
50
  - seed: 42
51
  - gradient_accumulation_steps: 2
52
- - total_train_batch_size: 32
53
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
  - lr_scheduler_type: linear
55
  - num_epochs: 10
56
 
57
  ### Training results
58
 
59
- | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
60
- |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
61
- | 0.5941 | 1.0 | 61 | 0.6001 | 0.6940 | 0.6990 | 0.6938 | 0.6919 |
62
- | 0.5937 | 2.0 | 122 | 0.6043 | 0.7036 | 0.7076 | 0.7034 | 0.7021 |
63
- | 0.4383 | 3.0 | 183 | 0.6916 | 0.6723 | 0.6828 | 0.6720 | 0.6673 |
64
- | 0.3597 | 4.0 | 244 | 0.6627 | 0.6988 | 0.7001 | 0.6987 | 0.6982 |
65
- | 0.2675 | 5.0 | 305 | 0.8241 | 0.6723 | 0.6723 | 0.6723 | 0.6722 |
66
- | 0.2511 | 6.0 | 366 | 1.1261 | 0.6337 | 0.6613 | 0.6332 | 0.6169 |
67
- | 0.2169 | 7.0 | 427 | 1.0857 | 0.6723 | 0.6723 | 0.6723 | 0.6723 |
68
- | 0.1566 | 8.0 | 488 | 1.2781 | 0.6723 | 0.6782 | 0.6721 | 0.6694 |
69
- | 0.0971 | 9.0 | 549 | 1.3272 | 0.6867 | 0.6874 | 0.6867 | 0.6864 |
70
- | 0.083 | 10.0 | 610 | 1.4338 | 0.6795 | 0.6807 | 0.6794 | 0.6789 |
71
 
72
 
73
  ### Framework versions
 
21
 
22
  This model is a fine-tuned version of [cardiffnlp/twitter-roberta-large-hate-latest](https://huggingface.co/cardiffnlp/twitter-roberta-large-hate-latest) on the None dataset.
23
  It achieves the following results on the evaluation set:
24
+ - Loss: 0.0281
25
+ - Accuracy: 0.9938
26
+ - Precision: 0.9938
27
+ - Recall: 0.9938
28
+ - F1: 0.9938
29
 
30
  ## Model description
31
 
 
44
  ### Training hyperparameters
45
 
46
  The following hyperparameters were used during training:
47
+ - learning_rate: 5e-05
48
+ - train_batch_size: 32
49
  - eval_batch_size: 128
50
  - seed: 42
51
  - gradient_accumulation_steps: 2
52
+ - total_train_batch_size: 64
53
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
54
  - lr_scheduler_type: linear
55
  - num_epochs: 10
56
 
57
  ### Training results
58
 
59
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
60
+ |:-------------:|:------:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
61
+ | 0.6832 | 0.9836 | 30 | 0.6742 | 0.5084 | 0.7524 | 0.5072 | 0.3498 |
62
+ | 0.5977 | 2.0 | 61 | 0.8033 | 0.5253 | 0.6631 | 0.5242 | 0.3960 |
63
+ | 0.5943 | 2.9836 | 91 | 0.6655 | 0.6482 | 0.6846 | 0.6487 | 0.6304 |
64
+ | 0.3755 | 4.0 | 122 | 0.7484 | 0.6916 | 0.6983 | 0.6918 | 0.6891 |
65
+ | 0.4144 | 4.9836 | 152 | 0.6091 | 0.6988 | 0.6992 | 0.6988 | 0.6987 |
66
+ | 0.2831 | 6.0 | 183 | 0.7688 | 0.7205 | 0.7330 | 0.7208 | 0.7169 |
67
+ | 0.1818 | 6.9836 | 213 | 0.9114 | 0.7277 | 0.7361 | 0.7279 | 0.7254 |
68
+ | 0.0987 | 8.0 | 244 | 1.0269 | 0.7205 | 0.7207 | 0.7205 | 0.7204 |
69
+ | 0.0523 | 8.9836 | 274 | 1.1469 | 0.7301 | 0.7344 | 0.7303 | 0.7290 |
70
+ | 0.0329 | 9.8361 | 300 | 1.3097 | 0.7253 | 0.7301 | 0.7255 | 0.7240 |
71
 
72
 
73
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0404a370c325d621a020021d7ef4f7bf53c52736a406ed9e4e3c9533c49a63e5
3
  size 1421495416
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f004798464c6bcb6821d1cd04c816148c9a86f17fdf2c8609bd26570da76f287
3
  size 1421495416