CoolFace
Modelpublic

siddharthgowda/roberta-tweet-virality-classification-full

sourceHugging Facemitupdated 10mo agoView on Hugging Face
0likes10downloads
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. -->

<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/> <img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>

COMS4705-roberta-tweet-virality-full-vfinal-last-minuete

This model is a fine-tuned version of siddharthgowda/COMS4705-roberta-tweet-virality-head-only-vfinal on the None dataset. It achieves the following results on the evaluation set:

  • Loss: 0.3471
  • Accuracy: 0.8363
  • F1: 0.9019
  • Precision: 0.9875
  • Recall: 0.8363

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: 1e-07
  • trainbatchsize: 256
  • evalbatchsize: 8
  • seed: 42
  • optimizer: Use OptimizerNames.ADAMWTORCHFUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
  • lrschedulertype: linear
  • lrschedulerwarmup_ratio: 0.06
  • num_epochs: 3
  • mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation LossAccuracyF1PrecisionRecall
0.46241.03650.36230.83740.90250.98740.8374
0.47732.07300.34700.83940.90370.98750.8394
0.46393.010950.34710.83630.90190.98750.8363

Framework versions

  • Transformers 4.57.3
  • Pytorch 2.9.0+cu126
  • Datasets 4.0.0
  • Tokenizers 0.22.1