kthammana commited on
Commit
ac87e92
1 Parent(s): 4e3ec46

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 an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.1182
24
- - Precision: 0.75
25
- - Recall: 0.6486
26
- - F1: 0.6957
27
- - Accuracy: 0.9772
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.2878 | 1.0 | 679 | 0.1882 | 0.5667 | 0.4595 | 0.5075 | 0.9642 |
59
- | 0.1976 | 2.0 | 1358 | 0.1157 | 0.7241 | 0.5676 | 0.6364 | 0.9740 |
60
- | 0.1096 | 3.0 | 2037 | 0.1182 | 0.75 | 0.6486 | 0.6957 | 0.9772 |
61
 
62
 
63
  ### Framework versions
 
20
 
21
  This model is a fine-tuned version of [microsoft/biogpt](https://huggingface.co/microsoft/biogpt) on an unknown dataset.
22
  It achieves the following results on the evaluation set:
23
+ - Loss: 0.1519
24
+ - Precision: 0.4616
25
+ - Recall: 0.5578
26
+ - F1: 0.5052
27
+ - Accuracy: 0.9580
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.3151 | 1.0 | 679 | 0.1658 | 0.3299 | 0.4066 | 0.3643 | 0.9487 |
59
+ | 0.1695 | 2.0 | 1358 | 0.1571 | 0.4186 | 0.5095 | 0.4596 | 0.9542 |
60
+ | 0.0994 | 3.0 | 2037 | 0.1519 | 0.4616 | 0.5578 | 0.5052 | 0.9580 |
61
 
62
 
63
  ### Framework versions