kthammana commited on
Commit
fd5990a
1 Parent(s): 9f69d79

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.1493
24
- - Precision: 0.4385
25
- - Recall: 0.5438
26
- - F1: 0.4855
27
- - Accuracy: 0.9567
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.2947 | 1.0 | 679 | 0.1679 | 0.3119 | 0.4307 | 0.3618 | 0.9454 |
59
- | 0.1696 | 2.0 | 1358 | 0.1627 | 0.3868 | 0.5273 | 0.4462 | 0.9518 |
60
- | 0.0969 | 3.0 | 2037 | 0.1493 | 0.4385 | 0.5438 | 0.4855 | 0.9567 |
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.1455
24
+ - Precision: 0.4444
25
+ - Recall: 0.5388
26
+ - F1: 0.4871
27
+ - Accuracy: 0.9572
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.3222 | 1.0 | 679 | 0.1763 | 0.3318 | 0.4574 | 0.3846 | 0.9472 |
59
+ | 0.1664 | 2.0 | 1358 | 0.1612 | 0.3817 | 0.5044 | 0.4346 | 0.9522 |
60
+ | 0.096 | 3.0 | 2037 | 0.1455 | 0.4444 | 0.5388 | 0.4871 | 0.9572 |
61
 
62
 
63
  ### Framework versions