maximoss commited on
Commit
73fbc98
1 Parent(s): 67ded90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -29,6 +29,8 @@ imply/contradict/neither sentence B), which is a classification task (given two
29
 
30
  The dataset is here formatted in a similar manner (TSV format) as the widely used [XNLI](https://huggingface.co/datasets/xnli) dataset for convenience.
31
 
 
 
32
  ### Supported Tasks and Leaderboards
33
 
34
  This dataset can be used for the task of Natural Language Inference (NLI), also known as Recognizing Textual Entailment (RTE), which is a sentence-pair classification task.
 
29
 
30
  The dataset is here formatted in a similar manner (TSV format) as the widely used [XNLI](https://huggingface.co/datasets/xnli) dataset for convenience.
31
 
32
+ The machine translation produced in the present repository should be pretty decent, given the average short length of the sentences in SICK dataset.
33
+
34
  ### Supported Tasks and Leaderboards
35
 
36
  This dataset can be used for the task of Natural Language Inference (NLI), also known as Recognizing Textual Entailment (RTE), which is a sentence-pair classification task.