sileod/deberta-v3-base-tasksource-nli
Zero-Shot Classification • 0.2B • Updated • 13.3k • • 133
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
The Quora dataset is composed of question pairs, and the task is to determine if the questions are paraphrases of each other (have the same meaning).
An example of 'train' looks as follows.
{
"is_duplicate": true,
"questions": {
"id": [1, 2],
"text": ["Is this a sample question?", "Is this an example question?"]
}
}
The data fields are the same among all splits.
questions: a dictionary feature containing:id: a int32 feature.text: a string feature.is_duplicate: a bool feature.| name | train |
|---|---|
| default | 404290 |
Unknown license.
Unknown.
Thanks to @thomwolf, @ghomasHudson, @lewtun for adding this dataset.