wins1502 commited on
Commit
43555dd
1 Parent(s): 3108f45

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.1569
24
- - Precision: 0.4752
25
- - Recall: 0.5541
26
- - F1: 0.5116
27
- - Accuracy: 0.9544
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.3317 | 1.0 | 679 | 0.1753 | 0.3832 | 0.4923 | 0.4309 | 0.9436 |
59
- | 0.1765 | 2.0 | 1358 | 0.1625 | 0.4394 | 0.5531 | 0.4897 | 0.9496 |
60
- | 0.1057 | 3.0 | 2037 | 0.1569 | 0.4752 | 0.5541 | 0.5116 | 0.9544 |
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.1566
24
+ - Precision: 0.4828
25
+ - Recall: 0.5685
26
+ - F1: 0.5222
27
+ - Accuracy: 0.9542
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.329 | 1.0 | 679 | 0.1783 | 0.375 | 0.5154 | 0.4341 | 0.9407 |
59
+ | 0.1756 | 2.0 | 1358 | 0.1703 | 0.4751 | 0.5521 | 0.5107 | 0.9520 |
60
+ | 0.1045 | 3.0 | 2037 | 0.1566 | 0.4828 | 0.5685 | 0.5222 | 0.9542 |
61
 
62
 
63
  ### Framework versions