girinlp-i2i commited on
Commit
05c27b3
1 Parent(s): a7dc94a

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -10
README.md CHANGED
@@ -18,11 +18,11 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [dmis-lab/biobert-v1.1](https://huggingface.co/dmis-lab/biobert-v1.1) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.0232
22
- - Precision: 0.9592
23
- - Recall: 0.9418
24
- - F1: 0.9504
25
- - Accuracy: 0.9967
26
 
27
  ## Model description
28
 
@@ -47,16 +47,15 @@ The following hyperparameters were used during training:
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
- - num_epochs: 4
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
  |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
- | 0.0284 | 1.0 | 6062 | 0.0296 | 0.9073 | 0.8991 | 0.9032 | 0.9943 |
57
- | 0.0146 | 2.0 | 12124 | 0.0240 | 0.9431 | 0.9224 | 0.9326 | 0.9961 |
58
- | 0.0106 | 3.0 | 18186 | 0.0208 | 0.9527 | 0.9379 | 0.9452 | 0.9966 |
59
- | 0.0049 | 4.0 | 24248 | 0.0232 | 0.9592 | 0.9418 | 0.9504 | 0.9967 |
60
 
61
 
62
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [dmis-lab/biobert-v1.1](https://huggingface.co/dmis-lab/biobert-v1.1) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.0293
22
+ - Precision: 0.9238
23
+ - Recall: 0.9213
24
+ - F1: 0.9226
25
+ - Accuracy: 0.9950
26
 
27
  ## Model description
28
 
 
47
  - seed: 42
48
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
+ - num_epochs: 3
51
 
52
  ### Training results
53
 
54
  | Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
55
  |:-------------:|:-----:|:-----:|:---------------:|:---------:|:------:|:------:|:--------:|
56
+ | 0.0309 | 1.0 | 5728 | 0.0305 | 0.8977 | 0.9042 | 0.9009 | 0.9939 |
57
+ | 0.0131 | 2.0 | 11456 | 0.0308 | 0.9089 | 0.9114 | 0.9102 | 0.9939 |
58
+ | 0.008 | 3.0 | 17184 | 0.0293 | 0.9238 | 0.9213 | 0.9226 | 0.9950 |
 
59
 
60
 
61
  ### Framework versions