update model card README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,67 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- generated_from_trainer
|
| 5 |
+
model-index:
|
| 6 |
+
- name: distemist_NER_test
|
| 7 |
+
results: []
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 11 |
+
should probably proofread and complete it, then remove this comment. -->
|
| 12 |
+
|
| 13 |
+
# distemist_NER_test
|
| 14 |
+
|
| 15 |
+
This model is a fine-tuned version of [PlanTL-GOB-ES/bsc-bio-ehr-es](https://huggingface.co/PlanTL-GOB-ES/bsc-bio-ehr-es) on the None dataset.
|
| 16 |
+
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 0.0927
|
| 18 |
+
- Diso Precision: 0.7135
|
| 19 |
+
- Diso Recall: 0.7799
|
| 20 |
+
- Diso F1: 0.7452
|
| 21 |
+
- Diso Number: 1440
|
| 22 |
+
- Overall Precision: 0.7135
|
| 23 |
+
- Overall Recall: 0.7799
|
| 24 |
+
- Overall F1: 0.7452
|
| 25 |
+
- Overall Accuracy: 0.9760
|
| 26 |
+
|
| 27 |
+
## Model description
|
| 28 |
+
|
| 29 |
+
More information needed
|
| 30 |
+
|
| 31 |
+
## Intended uses & limitations
|
| 32 |
+
|
| 33 |
+
More information needed
|
| 34 |
+
|
| 35 |
+
## Training and evaluation data
|
| 36 |
+
|
| 37 |
+
More information needed
|
| 38 |
+
|
| 39 |
+
## Training procedure
|
| 40 |
+
|
| 41 |
+
### Training hyperparameters
|
| 42 |
+
|
| 43 |
+
The following hyperparameters were used during training:
|
| 44 |
+
- learning_rate: 2e-05
|
| 45 |
+
- train_batch_size: 8
|
| 46 |
+
- eval_batch_size: 8
|
| 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 | Diso Precision | Diso Recall | Diso F1 | Diso Number | Overall Precision | Overall Recall | Overall F1 | Overall Accuracy |
|
| 55 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------------:|:-----------:|:-------:|:-----------:|:-----------------:|:--------------:|:----------:|:----------------:|
|
| 56 |
+
| 0.0992 | 1.0 | 1169 | 0.0778 | 0.6166 | 0.7639 | 0.6824 | 1440 | 0.6166 | 0.7639 | 0.6824 | 0.9705 |
|
| 57 |
+
| 0.0603 | 2.0 | 2338 | 0.0721 | 0.6867 | 0.7840 | 0.7322 | 1440 | 0.6867 | 0.7840 | 0.7322 | 0.9757 |
|
| 58 |
+
| 0.0371 | 3.0 | 3507 | 0.0812 | 0.7182 | 0.7736 | 0.7449 | 1440 | 0.7182 | 0.7736 | 0.7449 | 0.9764 |
|
| 59 |
+
| 0.0198 | 4.0 | 4676 | 0.0927 | 0.7135 | 0.7799 | 0.7452 | 1440 | 0.7135 | 0.7799 | 0.7452 | 0.9760 |
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
### Framework versions
|
| 63 |
+
|
| 64 |
+
- Transformers 4.26.1
|
| 65 |
+
- Pytorch 1.13.1+cu116
|
| 66 |
+
- Datasets 2.10.0
|
| 67 |
+
- Tokenizers 0.13.2
|