Kevin201217 commited on
Commit
1d03c98
1 Parent(s): bf9b516

Training complete

Browse files
Files changed (1) hide show
  1. README.md +8 -8
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 [microsoft/biogpt](https://huggingface.co/microsoft/biogpt) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.0922
24
- - Precision: 0.6758
25
- - Recall: 0.7814
26
- - F1: 0.7248
27
- - Accuracy: 0.9791
28
 
29
  ## Model description
30
 
@@ -55,9 +55,9 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
- | 0.1026 | 1.0 | 679 | 0.0663 | 0.6242 | 0.7853 | 0.6956 | 0.9772 |
59
- | 0.0487 | 2.0 | 1358 | 0.0710 | 0.6842 | 0.8094 | 0.7416 | 0.9789 |
60
- | 0.014 | 3.0 | 2037 | 0.0922 | 0.6758 | 0.7814 | 0.7248 | 0.9791 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [microsoft/biogpt](https://huggingface.co/microsoft/biogpt) on the None dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.0925
24
+ - Precision: 0.6771
25
+ - Recall: 0.7942
26
+ - F1: 0.7310
27
+ - Accuracy: 0.9787
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.1015 | 1.0 | 679 | 0.0678 | 0.6033 | 0.7827 | 0.6814 | 0.9765 |
59
+ | 0.0476 | 2.0 | 1358 | 0.0707 | 0.6835 | 0.8094 | 0.7411 | 0.9791 |
60
+ | 0.0136 | 3.0 | 2037 | 0.0925 | 0.6771 | 0.7942 | 0.7310 | 0.9787 |
61
 
62
 
63
  ### Framework versions