Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: pair_ID
|
5 |
+
dtype: int64
|
6 |
+
- name: sentence_A
|
7 |
+
dtype: string
|
8 |
+
- name: sentence_B
|
9 |
+
dtype: string
|
10 |
+
- name: entailment_label
|
11 |
+
dtype: string
|
12 |
+
- name: relatedness_score
|
13 |
+
dtype: float64
|
14 |
+
- name: entailment_AB
|
15 |
+
dtype: string
|
16 |
+
- name: entailment_BA
|
17 |
+
dtype: string
|
18 |
+
- name: sentence_A_original
|
19 |
+
dtype: string
|
20 |
+
- name: sentence_B_original
|
21 |
+
dtype: string
|
22 |
+
- name: sentence_A_dataset
|
23 |
+
dtype: string
|
24 |
+
- name: sentence_B_dataset
|
25 |
+
dtype: string
|
26 |
+
- name: SemEval_set
|
27 |
+
dtype: string
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 1302180
|
31 |
+
num_examples: 4439
|
32 |
+
- name: validation
|
33 |
+
num_bytes: 146982
|
34 |
+
num_examples: 495
|
35 |
+
- name: test
|
36 |
+
num_bytes: 1432882
|
37 |
+
num_examples: 4906
|
38 |
+
download_size: 811308
|
39 |
+
dataset_size: 2882044
|
40 |
+
---
|
41 |
+
# Dataset Card for "sick_nl"
|
42 |
+
|
43 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|