CoolFace
Modelpublic

nnisbett/cc_narratives_robertamodel3

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. -->

ccnarrativesrobertamodel3

This model is a fine-tuned version of nnisbett/cc-narratives_robertamodel2 on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 1.1325
  • —F1: 0.8278

Model description

This model classifies climate-related sentences into either normative, delay, or economic based on the argument they express.

Intended uses & limitations

More information needed

Training and evaluation data

This model was trained on transcripts of interviews with UK members of parliament.

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: 10

Training results

Training LossEpochStepValidation LossF1
0.17951.0220.54930.8459
0.12212.0440.81020.8392
0.08213.0660.64610.8682
0.05814.0880.58840.8610
0.03525.01100.63530.8878
0.03326.01320.56530.9135
0.01767.01540.55910.9051
0.02518.01760.61460.8878
0.01529.01980.56050.8963
0.005910.02200.55780.8963

Framework versions

  • —Transformers 4.28.0
  • —Pytorch 2.0.1+cu118
  • —Datasets 2.14.5
  • —Tokenizers 0.13.3