Commit ·
767c2d7
1
Parent(s): dc1ad08
update model card README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- generated_from_trainer
|
| 5 |
+
metrics:
|
| 6 |
+
- accuracy
|
| 7 |
+
model-index:
|
| 8 |
+
- name: Bioformer-LitCovid-v1.2.3
|
| 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.2.3
|
| 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.9317
|
| 20 |
+
- F1 micro: 0.7843
|
| 21 |
+
- F1 macro: 0.2816
|
| 22 |
+
- F1 weighted: 0.8523
|
| 23 |
+
- F1 samples: 0.8647
|
| 24 |
+
- Precision micro: 0.6737
|
| 25 |
+
- Precision macro: 0.2255
|
| 26 |
+
- Precision weighted: 0.7914
|
| 27 |
+
- Precision samples: 0.8417
|
| 28 |
+
- Recall micro: 0.9384
|
| 29 |
+
- Recall macro: 0.7715
|
| 30 |
+
- Recall weighted: 0.9384
|
| 31 |
+
- Recall samples: 0.9468
|
| 32 |
+
- Roc Auc: 0.9568
|
| 33 |
+
- Accuracy: 0.6515
|
| 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: 2e-05
|
| 53 |
+
- train_batch_size: 32
|
| 54 |
+
- eval_batch_size: 32
|
| 55 |
+
- seed: 42
|
| 56 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 57 |
+
- lr_scheduler_type: linear
|
| 58 |
+
- num_epochs: 5
|
| 59 |
+
|
| 60 |
+
### Training results
|
| 61 |
+
|
| 62 |
+
| Training Loss | Epoch | Step | Validation 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 |
|
| 63 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:-----------:|:----------:|:---------------:|:---------------:|:------------------:|:-----------------:|:------------:|:------------:|:---------------:|:--------------:|:-------:|:--------:|
|
| 64 |
+
| 0.8024 | 1.0 | 1136 | 0.6487 | 0.6577 | 0.2288 | 0.7528 | 0.7600 | 0.5118 | 0.1747 | 0.6503 | 0.7007 | 0.9198 | 0.8185 | 0.9198 | 0.9253 | 0.9361 | 0.3919 |
|
| 65 |
+
| 0.639 | 2.0 | 2272 | 0.8280 | 0.7187 | 0.2482 | 0.8039 | 0.8088 | 0.5833 | 0.1935 | 0.7200 | 0.7602 | 0.9361 | 0.7535 | 0.9361 | 0.9441 | 0.9499 | 0.4986 |
|
| 66 |
+
| 0.5167 | 3.0 | 3408 | 0.8318 | 0.7589 | 0.2686 | 0.8342 | 0.8469 | 0.6372 | 0.2127 | 0.7628 | 0.8153 | 0.9382 | 0.7903 | 0.9382 | 0.9462 | 0.9546 | 0.6008 |
|
| 67 |
+
| 0.3641 | 4.0 | 4544 | 0.9231 | 0.7793 | 0.2788 | 0.8472 | 0.8578 | 0.6644 | 0.2220 | 0.7815 | 0.8290 | 0.9422 | 0.7678 | 0.9422 | 0.9497 | 0.9582 | 0.6311 |
|
| 68 |
+
| 0.3754 | 5.0 | 5680 | 0.9317 | 0.7843 | 0.2816 | 0.8523 | 0.8647 | 0.6737 | 0.2255 | 0.7914 | 0.8417 | 0.9384 | 0.7715 | 0.9384 | 0.9468 | 0.9568 | 0.6515 |
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
### Framework versions
|
| 72 |
+
|
| 73 |
+
- Transformers 4.28.0
|
| 74 |
+
- Pytorch 2.0.0
|
| 75 |
+
- Datasets 2.1.0
|
| 76 |
+
- Tokenizers 0.13.3
|