yujie07 commited on
Commit
98b1239
1 Parent(s): 8e61367

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -24,16 +24,16 @@ model-index:
24
  metrics:
25
  - name: Precision
26
  type: precision
27
- value: 0.48903878583473864
28
  - name: Recall
29
  type: recall
30
- value: 0.5598455598455598
31
  - name: F1
32
  type: f1
33
- value: 0.522052205220522
34
  - name: Accuracy
35
  type: accuracy
36
- value: 0.9536349138434012
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.1611
47
- - Precision: 0.4890
48
- - Recall: 0.5598
49
- - F1: 0.5221
50
- - Accuracy: 0.9536
51
 
52
  ## Model description
53
 
@@ -78,14 +78,14 @@ The following hyperparameters were used during training:
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
- | 0.3326 | 1.0 | 679 | 0.1749 | 0.4099 | 0.4546 | 0.4311 | 0.9449 |
82
- | 0.175 | 2.0 | 1358 | 0.1616 | 0.4562 | 0.5125 | 0.4827 | 0.9511 |
83
- | 0.1082 | 3.0 | 2037 | 0.1611 | 0.4890 | 0.5598 | 0.5221 | 0.9536 |
84
 
85
 
86
  ### Framework versions
87
 
88
- - Transformers 4.28.0
89
  - Pytorch 2.0.0+cu118
90
  - Datasets 2.11.0
91
  - Tokenizers 0.13.3
 
24
  metrics:
25
  - name: Precision
26
  type: precision
27
+ value: 0.4622186495176849
28
  - name: Recall
29
  type: recall
30
+ value: 0.555019305019305
31
  - name: F1
32
  type: f1
33
+ value: 0.5043859649122807
34
  - name: Accuracy
35
  type: accuracy
36
+ value: 0.9518067602785016
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.1673
47
+ - Precision: 0.4622
48
+ - Recall: 0.5550
49
+ - F1: 0.5044
50
+ - Accuracy: 0.9518
51
 
52
  ## Model description
53
 
 
78
 
79
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
80
  |:-------------:|:-----:|:----:|:---------------:|:---------:|:------:|:------:|:--------:|
81
+ | 0.306 | 1.0 | 679 | 0.1701 | 0.3764 | 0.3938 | 0.3849 | 0.9442 |
82
+ | 0.1752 | 2.0 | 1358 | 0.1638 | 0.4538 | 0.5261 | 0.4873 | 0.9509 |
83
+ | 0.1072 | 3.0 | 2037 | 0.1673 | 0.4622 | 0.5550 | 0.5044 | 0.9518 |
84
 
85
 
86
  ### Framework versions
87
 
88
+ - Transformers 4.28.1
89
  - Pytorch 2.0.0+cu118
90
  - Datasets 2.11.0
91
  - Tokenizers 0.13.3