CoolFace
Modelpublic

npark95/finetuned_ClinicalLongformer

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes14downloads
Model Card

<!-- 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. -->

finetuned_ClinicalLongformer

This model is a fine-tuned version of yikuan8/Clinical-Longformer on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 0.4698
  • F1: 0.8598

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: 1.5e-05
  • trainbatchsize: 8
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
  • lrschedulertype: linear
  • num_epochs: 20

Training results

Training LossEpochStepValidation LossF1
0.66111.0210.56890.8067
0.52682.0420.46980.8598
0.43223.0630.52050.8485
0.35644.0840.69890.7356
0.3225.01050.66100.7872
0.19756.01261.07240.6824
0.20257.01470.87130.8283
0.16058.01680.99250.84
0.08349.01891.24660.8235
0.085110.02101.45960.8269
0.074211.02311.47720.8269
0.026112.02521.45190.8431
0.115313.02731.48750.84
0.001614.02941.47310.84
0.003615.03151.54200.8431
0.001216.03361.53920.8367
0.009217.03571.49600.8515
0.001218.03781.51280.8515
0.000719.03991.53270.8515
0.001220.04201.52130.8515

Framework versions

  • Transformers 4.48.0
  • Pytorch 2.5.1+cu124
  • Datasets 3.2.0
  • Tokenizers 0.21.0