Amna100 commited on
Commit
05e1c5a
1 Parent(s): be46ea8

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.0091
24
- - Precision: 0.7601
25
- - Recall: 0.7219
26
- - F1: 0.7405
27
- - Accuracy: 0.9976
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.0461 | 1.0 | 635 | 0.0107 | 0.7529 | 0.5858 | 0.6589 | 0.9972 |
59
- | 0.0098 | 2.0 | 1270 | 0.0087 | 0.7176 | 0.7219 | 0.7198 | 0.9974 |
60
- | 0.0068 | 3.0 | 1905 | 0.0091 | 0.7601 | 0.7219 | 0.7405 | 0.9976 |
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.0098
24
+ - Precision: 0.7014
25
+ - Recall: 0.6918
26
+ - F1: 0.6966
27
+ - Accuracy: 0.9975
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.0445 | 1.0 | 708 | 0.0106 | 0.6792 | 0.4932 | 0.5714 | 0.9971 |
59
+ | 0.0098 | 2.0 | 1416 | 0.0095 | 0.6875 | 0.6781 | 0.6828 | 0.9974 |
60
+ | 0.0035 | 3.0 | 2124 | 0.0098 | 0.7014 | 0.6918 | 0.6966 | 0.9975 |
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