CoolFace
Modelpublic

leonadase/bert-base-chinese-finetuned-fdRE

sourceHugging Faceupdated 5y agoView on Hugging Face
0likes19downloads
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. -->

bert-base-chinese-finetuned-fdRE

This model is a fine-tuned version of bert-base-chinese on the semeval2010task8 dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.2716
  • —Accuracy: 0.9081

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: 10
  • —evalbatchsize: 10
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 5

Training results

Training LossEpochStepValidation LossAccuracy
No log1.0460.55710.7812
No log2.0920.40300.8621
No log3.01380.31390.8928
No log4.01840.27160.9081
No log5.02300.25640.9081

Framework versions

  • —Transformers 4.17.0
  • —Pytorch 1.10.0+cu111
  • —Datasets 2.0.0
  • —Tokenizers 0.11.6