maximoss commited on
Commit
74bfa15
1 Parent(s): 6233098

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ size_categories:
24
  This repository contains a machine-translated French version of [SICK](https://huggingface.co/datasets/sick) dataset. The goal is to predict textual entailment (does sentence A
25
  imply/contradict/neither sentence B), which is a classification task (given two sentences, predict one of three labels). Apart from machine translating the sentence pairs, the rest of information (pair ID, labels, source dataset of each sentence, train/dev/test subset) has been left intact as in the original English dataset.
26
 
27
- The dataset is here formatted in a similar manner (tsv) as the widely used [XNLI](https://huggingface.co/datasets/xnli) dataset for convenience.
28
 
29
  ### Supported Tasks and Leaderboards
30
 
 
24
  This repository contains a machine-translated French version of [SICK](https://huggingface.co/datasets/sick) dataset. The goal is to predict textual entailment (does sentence A
25
  imply/contradict/neither sentence B), which is a classification task (given two sentences, predict one of three labels). Apart from machine translating the sentence pairs, the rest of information (pair ID, labels, source dataset of each sentence, train/dev/test subset) has been left intact as in the original English dataset.
26
 
27
+ The dataset is here formatted in a similar manner (TSV format) as the widely used [XNLI](https://huggingface.co/datasets/xnli) dataset for convenience.
28
 
29
  ### Supported Tasks and Leaderboards
30