File size: 607 Bytes
3972e17 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
---
license: mit
pipeline_tag: text-classification
datasets:
- afg1/sentence-pair-contradictions
---
A model to detect contradictory sentences.
Based on the MSc thesis of Beatriz Souto de Sá Baldaia, which you can read here: [https://repositorio-aberto.up.pt/bitstream/10216/129029/2/415679.pdf](https://repositorio-aberto.up.pt/bitstream/10216/129029/2/415679.pdf)
I repackaged the datasets used and fine-tuned from `distilbert-base-uncased`. Thanks Kaggle for the compute!
Datasets can be found in their original format here: https://github.com/BeatrizBaldaia/sentence-pair-contradictions/tree/master |