CoolFace
Modelpublic

UNIST-Eunchan/FLAN-T5-QASPER-NLP-Paper-to-Question-Generation-answer-input

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

FLAN-T5-QASPER-NLP-Paper-to-Question-Generation-answer-input

This model is a fine-tuned version of google/flan-t5-large on an unknown dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.0746

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.0001
  • —trainbatchsize: 1
  • —evalbatchsize: 1
  • —seed: 42
  • —gradientaccumulationsteps: 16
  • —totaltrainbatch_size: 16
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —lrschedulerwarmup_steps: 184
  • —num_epochs: 10

Training results

Training LossEpochStepValidation Loss
No log0.994639.0024
33.72491.999218.8406
33.72492.981385.0432
8.97833.971840.1579
8.97834.972300.0941
0.18335.962760.0810
0.18336.953220.0756
0.10477.953680.0746
0.10478.944140.0746
0.09959.934600.0746

Framework versions

  • —Transformers 4.35.2
  • —Pytorch 2.1.0+cu118
  • —Datasets 2.15.0
  • —Tokenizers 0.15.0