NgechuJohn's picture
Model save
ff35ec6 verified
metadata
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_DistilBERT
    results: []

distilbert-base-uncased-ICU-Readmission-classification_test1_DistilBERT

This model is a fine-tuned version of distilbert-base-uncased on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 1.2541
  • F1: 0.6140

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.6211 1.0 125 0.6684 0.7654
0.6914 2.0 250 0.6944 0.4948
0.5586 3.0 375 0.6777 0.6774
0.4336 4.0 500 0.8128 0.5983
0.1934 5.0 625 0.9031 0.6508
0.4551 6.0 750 1.0683 0.6
0.2402 7.0 875 1.0870 0.6615
0.3594 8.0 1000 1.2305 0.6055
0.127 9.0 1125 1.2516 0.6372
0.0884 10.0 1250 1.2541 0.6140

Framework versions

  • PEFT 0.12.0
  • Transformers 4.44.0
  • Pytorch 2.4.0
  • Datasets 2.21.0
  • Tokenizers 0.19.1