CoolFace
Modelpublic

hossboll/clinical-t5

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes444downloads
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. -->

clinical-t5

This is a finetuned T5-small model from Google, a checkpoint with 60 million parameters, for clinical note summarization. It was finetuned with the augmented-clinical-notes dataset, available in the Hugging Face.

Intended uses & limitations

The model was created for learning purposes. Hence, although being briefly evaluated in this notebook, it should be further refined.

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 2e-05
  • —trainbatchsize: 16
  • —evalbatchsize: 16
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 4

Framework versions

  • —Transformers 4.30.0
  • —Pytorch 2.2.1+cu121
  • —Datasets 2.19.1
  • —Tokenizers 0.13.3