CoolFace
Modelpublic

Shunian/yelp_review_classification

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

yelpreviewclassification

This model was trained from scratch on the yelpreviewfull dataset. It achieves the following results on the evaluation set:

  • —Loss: 0.8517
  • —Accuracy: 0.6852

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

Training results

Training LossEpochStepAccuracyValidation Loss
0.71491.0406250.68890.7167
0.65012.0812500.69670.6979
0.55473.01218750.69150.7377
0.53754.01625000.68950.7611
0.43865.02031250.85170.6852

Framework versions

  • —Transformers 4.22.2
  • —Pytorch 1.12.1+cu102
  • —Datasets 2.5.2
  • —Tokenizers 0.12.1