CoolFace
Modelpublic

jayanta/roberta-hateful-meme

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-hateful-meme

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

  • Loss: 2.4643
  • Accuracy: 0.631
  • Precision: 0.6057
  • Recall: 0.6081
  • F1: 0.6066

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

Training results

Training LossEpochStepValidation LossAccuracyPrecisionRecallF1
No log1.02820.59780.6960.67140.66980.6705
0.57422.05640.61330.6960.66910.65580.6599
0.57423.08460.63260.6940.66810.63850.6430
0.46824.011280.75030.6620.64730.65640.6482
0.46825.014100.88750.6870.68050.60040.5918
0.39076.016920.80720.6510.63930.64890.6389
0.39077.019741.03830.6390.62050.62660.6215
0.34458.022561.06780.6430.62120.62570.6225
0.29969.025381.12210.6490.61310.60250.6046
0.299610.028201.35310.6460.63150.63970.6319
0.274911.031021.12580.6550.61860.60310.6053
0.274912.033841.35940.6410.61490.61660.6156
0.263513.036661.62640.6370.59830.58840.5899
0.263514.039481.72780.6360.61010.61200.6109
0.238215.042301.56700.6350.61250.61650.6137
0.238716.045121.63340.630.60980.61490.6108
0.238717.047941.89900.6320.59630.59080.5923
0.221418.050761.52440.6440.61160.60730.6088
0.221419.053581.79480.6390.60170.59280.5946
0.213820.056401.75950.6380.60400.59910.6006
0.213821.059221.95520.6330.60860.61140.6096
0.203822.062041.94810.6360.61600.62140.6171
0.203823.064861.79510.6480.62160.62270.6221
0.200324.067682.04990.6360.60420.60160.6026
0.18825.070502.31750.640.61470.61690.6156
0.18826.073322.32840.6340.61090.61450.6120
0.183827.076142.42390.6340.60490.60460.6048
0.183828.078962.41160.6390.61180.61270.6122
0.17729.081782.47890.630.60520.60790.6062
0.17730.084602.46430.6310.60570.60810.6066

Framework versions

  • Transformers 4.30.2
  • Pytorch 1.13.1+cu117
  • Datasets 2.13.2
  • Tokenizers 0.11.0