sofia-todeschini commited on
Commit
922635f
·
1 Parent(s): 3667603

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
+ license: apache-2.0
3
+ tags:
4
+ - generated_from_trainer
5
+ metrics:
6
+ - accuracy
7
+ model-index:
8
+ - name: Bioformer-LitCovid-v1.3h
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
+ # Bioformer-LitCovid-v1.3h
16
+
17
+ This model is a fine-tuned version of [bioformers/bioformer-litcovid](https://huggingface.co/bioformers/bioformer-litcovid) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.8951
20
+ - Hamming loss: 0.0168
21
+ - F1 micro: 0.8565
22
+ - F1 macro: 0.3960
23
+ - F1 weighted: 0.8831
24
+ - F1 samples: 0.8789
25
+ - Precision micro: 0.7903
26
+ - Precision macro: 0.3221
27
+ - Precision weighted: 0.8426
28
+ - Precision samples: 0.8631
29
+ - Recall micro: 0.9348
30
+ - Recall macro: 0.6915
31
+ - Recall weighted: 0.9348
32
+ - Recall samples: 0.9435
33
+ - Roc Auc: 0.9604
34
+ - Accuracy: 0.6896
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: 0.0001
54
+ - train_batch_size: 16
55
+ - eval_batch_size: 32
56
+ - seed: 42
57
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
58
+ - lr_scheduler_type: linear
59
+ - lr_scheduler_warmup_steps: 3257
60
+ - num_epochs: 5
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.2033 | 1.0 | 2272 | 0.5628 | 0.0616 | 0.6107 | 0.2167 | 0.7918 | 0.7257 | 0.4618 | 0.1789 | 0.7347 | 0.6771 | 0.9014 | 0.7310 | 0.9014 | 0.9194 | 0.9209 | 0.3870 |
67
+ | 1.2127 | 2.0 | 4544 | 0.5062 | 0.0325 | 0.7555 | 0.2834 | 0.8357 | 0.8037 | 0.6337 | 0.2273 | 0.7680 | 0.7535 | 0.9353 | 0.7100 | 0.9353 | 0.9434 | 0.9523 | 0.4954 |
68
+ | 0.96 | 3.0 | 6816 | 0.4943 | 0.0245 | 0.8043 | 0.3363 | 0.8608 | 0.8409 | 0.7043 | 0.2676 | 0.8069 | 0.8048 | 0.9372 | 0.7637 | 0.9372 | 0.9477 | 0.9575 | 0.5735 |
69
+ | 0.5852 | 4.0 | 9088 | 0.7306 | 0.0195 | 0.8371 | 0.3860 | 0.8687 | 0.8624 | 0.7568 | 0.3083 | 0.8212 | 0.8378 | 0.9365 | 0.7232 | 0.9365 | 0.9459 | 0.9597 | 0.6410 |
70
+ | 0.3454 | 5.0 | 11360 | 0.8951 | 0.0168 | 0.8565 | 0.3960 | 0.8831 | 0.8789 | 0.7903 | 0.3221 | 0.8426 | 0.8631 | 0.9348 | 0.6915 | 0.9348 | 0.9435 | 0.9604 | 0.6896 |
71
+
72
+
73
+ ### Framework versions
74
+
75
+ - Transformers 4.28.0
76
+ - Pytorch 2.0.0
77
+ - Datasets 2.1.0
78
+ - Tokenizers 0.13.3