kthammana commited on
Commit
2cf94af
1 Parent(s): 710f4f5

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.0765
24
- - Precision: 0.6889
25
- - Recall: 0.7925
26
- - F1: 0.7371
27
- - Accuracy: 0.9738
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.2229 | 1.0 | 591 | 0.1379 | 0.5462 | 0.5324 | 0.5392 | 0.9513 |
59
- | 0.1379 | 2.0 | 1182 | 0.0994 | 0.6547 | 0.6352 | 0.6448 | 0.9646 |
60
- | 0.1028 | 3.0 | 1773 | 0.0765 | 0.6889 | 0.7925 | 0.7371 | 0.9738 |
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.0648
24
+ - Precision: 0.7018
25
+ - Recall: 0.8301
26
+ - F1: 0.7605
27
+ - Accuracy: 0.9752
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.2223 | 1.0 | 665 | 0.1261 | 0.5357 | 0.6135 | 0.5719 | 0.9529 |
59
+ | 0.1479 | 2.0 | 1330 | 0.0855 | 0.6373 | 0.7977 | 0.7085 | 0.9687 |
60
+ | 0.111 | 3.0 | 1995 | 0.0648 | 0.7018 | 0.8301 | 0.7605 | 0.9752 |
61
 
62
 
63
  ### Framework versions