kaixkhazaki/modernbert-zeroshot-xnli-eng-0.1
052
<!-- 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. -->
modernbert-zeroshot-xnli-eng-0.1
This model is a fine-tuned version of answerdotai/ModernBERT-base on 10% of the english subset of facebook/xnli dataset. It achieves the following results on the evaluation set:
- Test Loss: 0.3539
- F1: 0.8596
Model description
answerdotai/ModernBERT-base
Intended uses & limitations
Training and evaluation data
10% of the english subset of facebook/xnli dataset.
Training procedure
trained on a single gpu for apx. 20 mins.
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 5e-05
- trainbatchsize: 32
- evalbatchsize: 16
- seed: 42
- optimizer: Use adamwtorch with betas=(0.9,0.999) and epsilon=1e-08 and optimizerargs=No additional optimizer arguments
- lrschedulertype: linear
- lrschedulerwarmup_steps: 500
- num_epochs: 20
Training results
Framework versions
- Transformers 4.48.0.dev0
- Pytorch 2.4.1+cu121
- Datasets 3.1.0
- Tokenizers 0.21.0
