Kevin201217 commited on
Commit
d18698c
1 Parent(s): 5ce08b6

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.1481
24
- - Precision: 0.4569
25
- - Recall: 0.5654
26
- - F1: 0.5054
27
- - Accuracy: 0.9576
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.3322 | 1.0 | 679 | 0.1699 | 0.3188 | 0.4460 | 0.3718 | 0.9463 |
59
- | 0.1707 | 2.0 | 1358 | 0.1551 | 0.4017 | 0.5375 | 0.4598 | 0.9527 |
60
- | 0.0966 | 3.0 | 2037 | 0.1481 | 0.4569 | 0.5654 | 0.5054 | 0.9576 |
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.1767
24
+ - Precision: 0.4995
25
+ - Recall: 0.6213
26
+ - F1: 0.5538
27
+ - Accuracy: 0.9585
28
 
29
  ## Model description
30
 
 
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