Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
pipeline_tag: text-classification
|
4 |
+
datasets:
|
5 |
+
- afg1/sentence-pair-contradictions
|
6 |
+
---
|
7 |
+
|
8 |
+
A model to detect contradictory sentences.
|
9 |
+
|
10 |
+
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)
|
11 |
+
|
12 |
+
I repackaged the datasets used and fine-tuned from `distilbert-base-uncased`. Thanks Kaggle for the compute!
|
13 |
+
|
14 |
+
Datasets can be found in their original format here: https://github.com/BeatrizBaldaia/sentence-pair-contradictions/tree/master
|