uboza10300 commited on
Commit
826ca34
·
verified ·
1 Parent(s): 383929c

End of training

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -23,11 +23,11 @@ should probably proofread and complete it, then remove this comment. -->
23
 
24
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the hatexplain dataset.
25
  It achieves the following results on the evaluation set:
26
- - Loss: 0.7613
27
- - Accuracy: 0.6840
28
- - Precision: 0.6769
29
- - Recall: 0.6840
30
- - F1: 0.6782
31
 
32
  ## Model description
33
 
@@ -58,10 +58,10 @@ The following hyperparameters were used during training:
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
60
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
61
- | 0.698 | 1.0 | 1923 | 0.7705 | 0.6608 | 0.6516 | 0.6608 | 0.6462 |
62
- | 0.8176 | 2.0 | 3846 | 0.7565 | 0.6707 | 0.6614 | 0.6707 | 0.6575 |
63
- | 0.8348 | 3.0 | 5769 | 0.7628 | 0.6774 | 0.6874 | 0.6774 | 0.6785 |
64
- | 0.5882 | 4.0 | 7692 | 0.8069 | 0.6790 | 0.6754 | 0.6790 | 0.6765 |
65
 
66
 
67
  ### Framework versions
 
23
 
24
  This model is a fine-tuned version of [gpt2](https://huggingface.co/gpt2) on the hatexplain dataset.
25
  It achieves the following results on the evaluation set:
26
+ - Loss: 0.7629
27
+ - Accuracy: 0.6959
28
+ - Precision: 0.6889
29
+ - Recall: 0.6959
30
+ - F1: 0.6905
31
 
32
  ## Model description
33
 
 
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
60
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
61
+ | 0.6609 | 1.0 | 1923 | 0.7755 | 0.6727 | 0.6629 | 0.6727 | 0.6600 |
62
+ | 0.8019 | 2.0 | 3846 | 0.7507 | 0.6831 | 0.6761 | 0.6831 | 0.6776 |
63
+ | 0.8548 | 3.0 | 5769 | 0.7452 | 0.6800 | 0.6781 | 0.6800 | 0.6780 |
64
+ | 0.6595 | 4.0 | 7692 | 0.7943 | 0.6831 | 0.6770 | 0.6831 | 0.6784 |
65
 
66
 
67
  ### Framework versions