CoolFace
Modelpublic

hajili/roberta-base-azerbaijani-whole-word-masking

sourceHugging Facecc-by-nc-4.0updated 2y agoView on Hugging Face
0likes17downloads
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. -->

This model is a continued pre-trained version of xlm-roberta-base on an various cleaned community corpus. It achieves the following results on the evaluation set:

  • —Loss: 2.8039

We thank Microsoft Accelerating Foundation Models Research Program for supporting our research. Authors: Mammad Hajili, Duygu Ataman

Model description

The model was trained on whole word masked language model task on a single V100 GPU for 55 hours. For downstream tasks, it requires to be fine-tuned based on objective of the task.

Training and evaluation data

The training data is clean mix of various Azerbaijani corpus shared by the community.

Training hyperparameters

The following hyperparameters were used during training:

  • —learning_rate: 2e-05
  • —trainbatchsize: 8
  • —evalbatchsize: 8
  • —seed: 42
  • —optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
  • —lrschedulertype: linear
  • —num_epochs: 3.0
  • —mixedprecisiontraining: Native AMP

Training results

Training LossEpochStepValidation Loss
3.43150.25001009103.3178
3.25370.50002018203.1369
3.15980.75003027303.0042
3.09271.00004036402.9691
3.03531.25005045502.9385
2.99471.50006054602.9062
2.95861.75007063702.8547
2.93892.00008072802.7979
2.90712.25009081902.8124
2.88712.500010091002.7924
2.87922.750011100102.7697

Framework versions

  • —Transformers 4.40.1
  • —Pytorch 2.3.0+cu121
  • —Datasets 2.19.0
  • —Tokenizers 0.19.1