sofia-todeschini commited on
Commit
0c0830a
·
1 Parent(s): df8952e

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ metrics:
5
+ - accuracy
6
+ model-index:
7
+ - name: BioBERT-LitCovid-v1.3hh
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ # BioBERT-LitCovid-v1.3hh
15
+
16
+ This model is a fine-tuned version of [dmis-lab/biobert-v1.1](https://huggingface.co/dmis-lab/biobert-v1.1) on an unknown dataset.
17
+ It achieves the following results on the evaluation set:
18
+ - Loss: 0.9050
19
+ - Hamming loss: 0.0147
20
+ - F1 micro: 0.8717
21
+ - F1 macro: 0.4368
22
+ - F1 weighted: 0.8882
23
+ - F1 samples: 0.8857
24
+ - Precision micro: 0.8176
25
+ - Precision macro: 0.3560
26
+ - Precision weighted: 0.8520
27
+ - Precision samples: 0.8728
28
+ - Recall micro: 0.9334
29
+ - Recall macro: 0.7011
30
+ - Recall weighted: 0.9334
31
+ - Recall samples: 0.9438
32
+ - Roc Auc: 0.9608
33
+ - Accuracy: 0.7014
34
+
35
+ ## Model description
36
+
37
+ More information needed
38
+
39
+ ## Intended uses & limitations
40
+
41
+ More information needed
42
+
43
+ ## Training and evaluation data
44
+
45
+ More information needed
46
+
47
+ ## Training procedure
48
+
49
+ ### Training hyperparameters
50
+
51
+ The following hyperparameters were used during training:
52
+ - learning_rate: 5e-05
53
+ - train_batch_size: 16
54
+ - eval_batch_size: 16
55
+ - seed: 42
56
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
57
+ - lr_scheduler_type: linear
58
+ - lr_scheduler_warmup_ratio: 0.11492820779210673
59
+ - num_epochs: 5
60
+ - mixed_precision_training: Native AMP
61
+
62
+ ### Training results
63
+
64
+ | Training Loss | Epoch | Step | Validation Loss | Hamming loss | F1 micro | F1 macro | F1 weighted | F1 samples | Precision micro | Precision macro | Precision weighted | Precision samples | Recall micro | Recall macro | Recall weighted | Recall samples | Roc Auc | Accuracy |
65
+ |:-------------:|:-----:|:-----:|:---------------:|:------------:|:--------:|:--------:|:-----------:|:----------:|:---------------:|:---------------:|:------------------:|:-----------------:|:------------:|:------------:|:---------------:|:--------------:|:-------:|:--------:|
66
+ | 1.1889 | 1.0 | 2272 | 0.4213 | 0.0512 | 0.6596 | 0.2446 | 0.8084 | 0.7608 | 0.5126 | 0.1941 | 0.7385 | 0.7077 | 0.9250 | 0.8376 | 0.9250 | 0.9404 | 0.9376 | 0.4492 |
67
+ | 0.8405 | 2.0 | 4544 | 0.4523 | 0.0234 | 0.8101 | 0.3434 | 0.8586 | 0.8435 | 0.7177 | 0.2700 | 0.8104 | 0.8130 | 0.9296 | 0.7802 | 0.9296 | 0.9421 | 0.9544 | 0.5954 |
68
+ | 0.6991 | 3.0 | 6816 | 0.5218 | 0.0214 | 0.8253 | 0.3595 | 0.8703 | 0.8563 | 0.7327 | 0.2829 | 0.8184 | 0.8238 | 0.9447 | 0.7721 | 0.9447 | 0.9534 | 0.9626 | 0.6190 |
69
+ | 0.3865 | 4.0 | 9088 | 0.8428 | 0.0155 | 0.8655 | 0.4279 | 0.8826 | 0.8808 | 0.8092 | 0.3453 | 0.8458 | 0.8667 | 0.9302 | 0.6992 | 0.9302 | 0.9417 | 0.9589 | 0.6917 |
70
+ | 0.1332 | 5.0 | 11360 | 0.9050 | 0.0147 | 0.8717 | 0.4368 | 0.8882 | 0.8857 | 0.8176 | 0.3560 | 0.8520 | 0.8728 | 0.9334 | 0.7011 | 0.9334 | 0.9438 | 0.9608 | 0.7014 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.28.0
76
+ - Pytorch 2.1.0+cu121
77
+ - Datasets 2.18.0
78
+ - Tokenizers 0.13.3