rupav02gmail commited on
Commit
326922a
1 Parent(s): c2632e2

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.1575
24
- - Precision: 0.4327
25
- - Recall: 0.5311
26
- - F1: 0.4769
27
- - Accuracy: 0.9551
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.2993 | 1.0 | 679 | 0.1742 | 0.3244 | 0.3990 | 0.3578 | 0.9458 |
59
- | 0.169 | 2.0 | 1358 | 0.1540 | 0.4128 | 0.5172 | 0.4591 | 0.9523 |
60
- | 0.0958 | 3.0 | 2037 | 0.1575 | 0.4327 | 0.5311 | 0.4769 | 0.9551 |
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.1507
24
+ - Precision: 0.4388
25
+ - Recall: 0.5464
26
+ - F1: 0.4867
27
+ - Accuracy: 0.9562
28
 
29
  ## Model description
30
 
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
57
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
58
+ | 0.2973 | 1.0 | 679 | 0.1688 | 0.3128 | 0.4447 | 0.3673 | 0.9464 |
59
+ | 0.1679 | 2.0 | 1358 | 0.1500 | 0.4156 | 0.5070 | 0.4568 | 0.9555 |
60
+ | 0.0985 | 3.0 | 2037 | 0.1507 | 0.4388 | 0.5464 | 0.4867 | 0.9562 |
61
 
62
 
63
  ### Framework versions