sofia-todeschini commited on
Commit
ec36a06
·
1 Parent(s): 0967547

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +77 -0
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: BioLinkBERT-Large-LitCovid-v1.3.1c
9
+ results: []
10
+ ---
11
+
12
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
+ should probably proofread and complete it, then remove this comment. -->
14
+
15
+ # BioLinkBERT-Large-LitCovid-v1.3.1c
16
+
17
+ This model is a fine-tuned version of [michiyasunaga/BioLinkBERT-large](https://huggingface.co/michiyasunaga/BioLinkBERT-large) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 1.1423
20
+ - Hamming loss: 0.0115
21
+ - F1 micro: 0.8955
22
+ - F1 macro: 0.5189
23
+ - F1 weighted: 0.8999
24
+ - F1 samples: 0.9001
25
+ - Precision micro: 0.8699
26
+ - Precision macro: 0.4571
27
+ - Precision weighted: 0.8797
28
+ - Precision samples: 0.8987
29
+ - Recall micro: 0.9228
30
+ - Recall macro: 0.6461
31
+ - Recall weighted: 0.9228
32
+ - Recall samples: 0.9346
33
+ - Roc Auc: 0.9575
34
+ - Accuracy: 0.7369
35
+
36
+ ## Model description
37
+
38
+ More information needed
39
+
40
+ ## Intended uses & limitations
41
+
42
+ More information needed
43
+
44
+ ## Training and evaluation data
45
+
46
+ More information needed
47
+
48
+ ## Training procedure
49
+
50
+ ### Training hyperparameters
51
+
52
+ The following hyperparameters were used during training:
53
+ - learning_rate: 2e-05
54
+ - train_batch_size: 4
55
+ - eval_batch_size: 4
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: linear
59
+ - num_epochs: 5
60
+
61
+ ### Training results
62
+
63
+ | 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 |
64
+ |:-------------:|:-----:|:-----:|:---------------:|:------------:|:--------:|:--------:|:-----------:|:----------:|:---------------:|:---------------:|:------------------:|:-----------------:|:------------:|:------------:|:---------------:|:--------------:|:-------:|:--------:|
65
+ | 2.3002 | 1.0 | 9086 | 0.8219 | 0.0155 | 0.8654 | 0.4167 | 0.8761 | 0.8797 | 0.8090 | 0.3554 | 0.8345 | 0.8627 | 0.9302 | 0.6257 | 0.9302 | 0.9414 | 0.9589 | 0.6796 |
66
+ | 1.273 | 2.0 | 18172 | 0.7056 | 0.0145 | 0.8730 | 0.4396 | 0.8878 | 0.8898 | 0.8208 | 0.3638 | 0.8526 | 0.8772 | 0.9323 | 0.6919 | 0.9323 | 0.9439 | 0.9604 | 0.7050 |
67
+ | 0.8734 | 3.0 | 27258 | 0.8218 | 0.0123 | 0.8896 | 0.4846 | 0.8969 | 0.8958 | 0.8557 | 0.4219 | 0.8729 | 0.8893 | 0.9264 | 0.6671 | 0.9264 | 0.9378 | 0.9588 | 0.7249 |
68
+ | 0.7889 | 4.0 | 36344 | 0.9218 | 0.0118 | 0.8931 | 0.5037 | 0.9001 | 0.8983 | 0.8651 | 0.4391 | 0.8810 | 0.8966 | 0.9230 | 0.6716 | 0.9230 | 0.9349 | 0.9574 | 0.7333 |
69
+ | 0.4284 | 5.0 | 45430 | 1.1423 | 0.0115 | 0.8955 | 0.5189 | 0.8999 | 0.9001 | 0.8699 | 0.4571 | 0.8797 | 0.8987 | 0.9228 | 0.6461 | 0.9228 | 0.9346 | 0.9575 | 0.7369 |
70
+
71
+
72
+ ### Framework versions
73
+
74
+ - Transformers 4.28.0
75
+ - Pytorch 2.0.0
76
+ - Datasets 2.1.0
77
+ - Tokenizers 0.13.3