afg1 commited on
Commit
3972e17
·
1 Parent(s): 41e8f6c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
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