Amna100 commited on
Commit
3f0891a
1 Parent(s): 15fd445

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.0090
24
- - Precision: 0.7446
25
- - Recall: 0.7718
26
- - F1: 0.7580
27
- - Accuracy: 0.9975
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.0403 | 1.0 | 635 | 0.0103 | 0.6230 | 0.6563 | 0.6392 | 0.9968 |
59
- | 0.0097 | 2.0 | 1270 | 0.0082 | 0.7291 | 0.7352 | 0.7321 | 0.9974 |
60
- | 0.0056 | 3.0 | 1905 | 0.0090 | 0.7446 | 0.7718 | 0.7580 | 0.9975 |
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.0102
24
+ - Precision: 0.6842
25
+ - Recall: 0.7772
26
+ - F1: 0.7277
27
+ - Accuracy: 0.9969
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.0362 | 1.0 | 708 | 0.0109 | 0.6517 | 0.6304 | 0.6409 | 0.9963 |
59
+ | 0.0087 | 2.0 | 1416 | 0.0092 | 0.6618 | 0.7337 | 0.6959 | 0.9968 |
60
+ | 0.0029 | 3.0 | 2124 | 0.0102 | 0.6842 | 0.7772 | 0.7277 | 0.9969 |
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