Amna100 commited on
Commit
23eaa07
·
verified ·
1 Parent(s): a6c08a0

End of training

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -20,11 +20,11 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model is a fine-tuned version of [austin/Austin-MeDeBERTa](https://huggingface.co/austin/Austin-MeDeBERTa) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0102
24
- - Precision: 0.7108
25
- - Recall: 0.6507
26
- - F1: 0.6794
27
- - Accuracy: 0.9972
28
 
29
  ## Model description
30
 
@@ -55,14 +55,14 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.0447 | 1.0 | 635 | 0.0125 | 0.5988 | 0.5549 | 0.5760 | 0.9964 |
59
- | 0.0106 | 2.0 | 1270 | 0.0097 | 0.6728 | 0.6197 | 0.6452 | 0.9970 |
60
- | 0.0067 | 3.0 | 1905 | 0.0102 | 0.7108 | 0.6507 | 0.6794 | 0.9972 |
61
 
62
 
63
  ### Framework versions
64
 
65
- - Transformers 4.37.0.dev0
66
  - Pytorch 2.1.0+cu121
67
- - Datasets 2.16.1
68
- - Tokenizers 0.15.0
 
20
 
21
  This model is a fine-tuned version of [austin/Austin-MeDeBERTa](https://huggingface.co/austin/Austin-MeDeBERTa) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0106
24
+ - Precision: 0.7077
25
+ - Recall: 0.7188
26
+ - F1: 0.7132
27
+ - Accuracy: 0.9971
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.0405 | 1.0 | 708 | 0.0124 | 0.6111 | 0.6302 | 0.6205 | 0.9964 |
59
+ | 0.0096 | 2.0 | 1416 | 0.0100 | 0.8311 | 0.6406 | 0.7235 | 0.9973 |
60
+ | 0.0037 | 3.0 | 2124 | 0.0106 | 0.7077 | 0.7188 | 0.7132 | 0.9971 |
61
 
62
 
63
  ### Framework versions
64
 
65
+ - Transformers 4.39.0.dev0
66
  - Pytorch 2.1.0+cu121
67
+ - Datasets 2.17.1
68
+ - Tokenizers 0.15.2