CoolFace
Modelpublic

takeshiho0531/bert-japanese-finetuned-Ukraine-tweet

sourceHugging Facecc-by-sa-4.0updated 3y agoView on Hugging Face
0likes55downloads
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-japanese-finetuned-Ukraine-tweet

This model is a fine-tuned version of cl-tohoku/bert-base-japanese-whole-word-masking on the None dataset. It achieves the following results on the evaluation set:

  • —Loss: 1.1318
  • —Accuracy: 0.5280
  • —F1: 0.4447

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

Training results

Training LossEpochStepValidation LossAccuracyF1
1.37341.0211.20220.52480.4394
1.18042.0421.16800.51550.4284
1.13963.0631.13180.52800.4447

Framework versions

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