File size: 2,030 Bytes
acba815 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
---
base_model: distilbert-base-uncased
library_name: peft
license: apache-2.0
metrics:
- f1
tags:
- generated_from_trainer
model-index:
- name: distilbert-base-uncased-ICU-Readmission-classification_test1.0_DistilBERT
results: []
---
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
should probably proofread and complete it, then remove this comment. -->
# distilbert-base-uncased-ICU-Readmission-classification_test1.0_DistilBERT
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
It achieves the following results on the evaluation set:
- Loss: 1.2937
- F1: 0.6
## Model description
More information needed
## Intended uses & limitations
More information needed
## Training and evaluation data
More information needed
## Training procedure
### Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 0.001
- train_batch_size: 8
- eval_batch_size: 8
- seed: 42
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: linear
- num_epochs: 10
### Training results
| Training Loss | Epoch | Step | Validation Loss | F1 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
| 0.4844 | 1.0 | 125 | 0.6680 | 0.7007 |
| 0.4941 | 2.0 | 250 | 0.8327 | 0.4948 |
| 0.3145 | 3.0 | 375 | 0.8153 | 0.6387 |
| 0.3965 | 4.0 | 500 | 0.9581 | 0.6549 |
| 0.0708 | 5.0 | 625 | 1.0563 | 0.6610 |
| 0.3008 | 6.0 | 750 | 1.2182 | 0.6168 |
| 0.1211 | 7.0 | 875 | 1.2202 | 0.6379 |
| 0.0371 | 8.0 | 1000 | 1.2493 | 0.5872 |
| 0.0815 | 9.0 | 1125 | 1.2546 | 0.6261 |
| 0.0405 | 10.0 | 1250 | 1.2937 | 0.6 |
### Framework versions
- PEFT 0.12.0
- Transformers 4.44.0
- Pytorch 2.4.0
- Datasets 2.21.0
- Tokenizers 0.19.1 |