Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Sub-tasks:
natural-language-inference
Size:
1K - 10K
ArXiv:
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,6 +4,23 @@ task_ids:
|
|
4 |
- natural-language-inference
|
5 |
task_categories:
|
6 |
- text-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
https://github.com/selenashe/ScoNe
|
|
|
4 |
- natural-language-inference
|
5 |
task_categories:
|
6 |
- text-classification
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: sentence1_edited
|
10 |
+
dtype: string
|
11 |
+
- name: sentence2_edited
|
12 |
+
dtype: string
|
13 |
+
- name: gold_label_edited
|
14 |
+
dtype: string
|
15 |
+
splits:
|
16 |
+
- name: train
|
17 |
+
num_bytes: 694572
|
18 |
+
num_examples: 5010
|
19 |
+
- name: test
|
20 |
+
num_bytes: 149006
|
21 |
+
num_examples: 1000
|
22 |
+
download_size: 114079
|
23 |
+
dataset_size: 843578
|
24 |
---
|
25 |
|
26 |
https://github.com/selenashe/ScoNe
|