This is a Natural Language Inference (NLI) classification model that was trained to
detect if a hypothesis is true based on a premise.
This model is based upon a RoBERTa model that was fine-tuned
on 26.9K pairs of premise-hypothesis texts.
26.9k pairs of premise-hypothesis texts.
- learning_rate: 2e-05
- train_batch_size: 32
- eval_batch_size: 32
- num_epochs: 8
- overall training time: 1.2 hours
- duration per training epoch: 9 minutes
- model size: 600 MB
A subset of the development set provided, amounting to 6.7K pairs.
- Precision: 0.882
- Recall: 0.879
- F1-score: 0.880
- Accuracy: 0.880
The model obtained a precision score of 88.2%, a recall score of 87.9%, an F1-score of 88% and an accuracy of 88%.
- RAM: at least 22.5 GB
- Storage: at least 2GB,
- GPU: A100
- Transformers 4.18.0
- Pytorch 1.11.0+cu113
Any inputs (concatenation of two sequences) longer than
512 subwords will be truncated by the model.