Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: sentence1
|
5 |
+
dtype: string
|
6 |
+
- name: sentence2
|
7 |
+
dtype: string
|
8 |
+
- name: labels
|
9 |
+
dtype:
|
10 |
+
class_label:
|
11 |
+
names:
|
12 |
+
'0': entailment
|
13 |
+
'1': neutral
|
14 |
+
'2': contradiction
|
15 |
+
splits:
|
16 |
+
- name: train
|
17 |
+
num_bytes: 5975530
|
18 |
+
num_examples: 16946
|
19 |
+
- name: validation
|
20 |
+
num_bytes: 50063
|
21 |
+
num_examples: 144
|
22 |
+
- name: test
|
23 |
+
num_bytes: 51311
|
24 |
+
num_examples: 144
|
25 |
+
download_size: 2167104
|
26 |
+
dataset_size: 6076904
|
27 |
+
---
|
28 |
+
# Dataset Card for "sq-anli_a1"
|
29 |
+
|
30 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|