uboza10300 commited on
Commit
00129a1
·
verified ·
1 Parent(s): 4c86867

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.7629
27
- - Accuracy: 0.6959
28
- - Precision: 0.6889
29
- - Recall: 0.6959
30
- - F1: 0.6905
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.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
 
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.7617
27
+ - Accuracy: 0.6954
28
+ - Precision: 0.6905
29
+ - Recall: 0.6954
30
+ - F1: 0.6911
31
 
32
  ## Model description
33
 
 
58
 
59
  | Training Loss | Epoch | Step | Validation Loss | Accuracy | Precision | Recall | F1 |
60
  |:-------------:|:-----:|:----:|:---------------:|:--------:|:---------:|:------:|:------:|
61
+ | 0.6763 | 1.0 | 1923 | 0.7699 | 0.6629 | 0.6552 | 0.6629 | 0.6429 |
62
+ | 0.8192 | 2.0 | 3846 | 0.7648 | 0.6712 | 0.6620 | 0.6712 | 0.6628 |
63
+ | 0.7806 | 3.0 | 5769 | 0.7657 | 0.6571 | 0.6682 | 0.6571 | 0.6585 |
64
+ | 0.6273 | 4.0 | 7692 | 0.8046 | 0.6769 | 0.6727 | 0.6769 | 0.6740 |
65
 
66
 
67
  ### Framework versions