Kevin201217 commited on
Commit
f5da983
1 Parent(s): f8e2a92

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.1767
24
- - Precision: 0.4995
25
- - Recall: 0.6213
26
- - F1: 0.5538
27
- - Accuracy: 0.9585
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.1027 | 1.0 | 679 | 0.1725 | 0.4706 | 0.5794 | 0.5194 | 0.9566 |
59
- | 0.0712 | 2.0 | 1358 | 0.1856 | 0.4722 | 0.5832 | 0.5219 | 0.9580 |
60
- | 0.0459 | 3.0 | 2037 | 0.1767 | 0.4995 | 0.6213 | 0.5538 | 0.9585 |
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.1491
24
+ - Precision: 0.4416
25
+ - Recall: 0.5578
26
+ - F1: 0.4930
27
+ - Accuracy: 0.9576
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.3004 | 1.0 | 679 | 0.1688 | 0.3313 | 0.4244 | 0.3721 | 0.9476 |
59
+ | 0.1682 | 2.0 | 1358 | 0.1706 | 0.3805 | 0.5667 | 0.4553 | 0.9503 |
60
+ | 0.0935 | 3.0 | 2037 | 0.1491 | 0.4416 | 0.5578 | 0.4930 | 0.9576 |
61
 
62
 
63
  ### Framework versions