timlee14 commited on
Commit
c06480e
1 Parent(s): 8062413

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.4240317775571003
28
  - name: Recall
29
  type: recall
30
- value: 0.542566709021601
31
  - name: F1
32
  type: f1
33
- value: 0.47603121516165
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9570578396670427
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -43,11 +43,11 @@ should probably proofread and complete it, then remove this comment. -->
43
 
44
  This model is a fine-tuned version of [microsoft/biogpt](https://huggingface.co/microsoft/biogpt) on the ncbi_disease dataset.
45
  It achieves the following results on the evaluation set:
46
- - Loss: 0.1491
47
- - Precision: 0.4240
48
- - Recall: 0.5426
49
- - F1: 0.4760
50
- - Accuracy: 0.9571
51
 
52
  ## Model description
53
 
@@ -78,9 +78,9 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | 0.3047 | 1.0 | 679 | 0.1656 | 0.3516 | 0.4231 | 0.3841 | 0.9480 |
82
- | 0.1703 | 2.0 | 1358 | 0.1464 | 0.3940 | 0.4701 | 0.4287 | 0.9549 |
83
- | 0.1027 | 3.0 | 2037 | 0.1491 | 0.4240 | 0.5426 | 0.4760 | 0.9571 |
84
 
85
 
86
  ### Framework versions
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.4699792960662526
28
  - name: Recall
29
  type: recall
30
+ value: 0.576874205844981
31
  - name: F1
32
  type: f1
33
+ value: 0.517969195664575
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9581469524291104
37
  ---
38
 
39
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
43
 
44
  This model is a fine-tuned version of [microsoft/biogpt](https://huggingface.co/microsoft/biogpt) on the ncbi_disease dataset.
45
  It achieves the following results on the evaluation set:
46
+ - Loss: 0.1728
47
+ - Precision: 0.4700
48
+ - Recall: 0.5769
49
+ - F1: 0.5180
50
+ - Accuracy: 0.9581
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.1029 | 1.0 | 679 | 0.1493 | 0.4228 | 0.5845 | 0.4907 | 0.9554 |
82
+ | 0.076 | 2.0 | 1358 | 0.1756 | 0.4138 | 0.5705 | 0.4797 | 0.9533 |
83
+ | 0.0516 | 3.0 | 2037 | 0.1728 | 0.4700 | 0.5769 | 0.5180 | 0.9581 |
84
 
85
 
86
  ### Framework versions