CoolFace
Modelpublic

yuanshengyyds/RoBerta-finetuned-functioncall

sourceHugging Facemitupdated 3y agoView on Hugging Face
0likes7downloads
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. -->

RoBerta-finetuned-functioncall

This model is a fine-tuned version of roberta-base on an unknown dataset. It achieves the following results on the evaluation set:

  • Loss: 0.1002
  • Accuracy: 0.9695

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: 2e-05
  • trainbatchsize: 32
  • evalbatchsize: 32
  • seed: 42
  • optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • lrschedulertype: linear
  • num_epochs: 3

Training results

Training LossEpochStepValidation LossAccuracy
0.14340.3110000.12470.9599
0.11910.6320000.11560.9613
0.110.9430000.09790.9654
0.09621.2640000.10690.9665
0.09231.5750000.09640.9676
0.09341.8960000.09650.9674
0.08622.270000.10670.9694
0.08752.5280000.09410.9694
0.07562.8390000.10020.9695

Framework versions

  • Transformers 4.38.1
  • Pytorch 2.1.0+cu121
  • Datasets 2.17.1
  • Tokenizers 0.15.2