Datasets:
add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -21,6 +21,34 @@ task_ids:
|
|
21 |
- semantic-similarity-scoring
|
22 |
paperswithcode_id: assin2
|
23 |
pretty_name: ASSIN 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
# Dataset Card for ASSIN 2
|
@@ -173,4 +201,4 @@ The data is split into train, validation and test set. The split sizes are as fo
|
|
173 |
|
174 |
### Contributions
|
175 |
|
176 |
-
Thanks to [@jonatasgrosman](https://github.com/jonatasgrosman) for adding this dataset.
|
|
|
21 |
- semantic-similarity-scoring
|
22 |
paperswithcode_id: assin2
|
23 |
pretty_name: ASSIN 2
|
24 |
+
dataset_info:
|
25 |
+
features:
|
26 |
+
- name: sentence_pair_id
|
27 |
+
dtype: int64
|
28 |
+
- name: premise
|
29 |
+
dtype: string
|
30 |
+
- name: hypothesis
|
31 |
+
dtype: string
|
32 |
+
- name: relatedness_score
|
33 |
+
dtype: float32
|
34 |
+
- name: entailment_judgment
|
35 |
+
dtype:
|
36 |
+
class_label:
|
37 |
+
names:
|
38 |
+
0: NONE
|
39 |
+
1: ENTAILMENT
|
40 |
+
splits:
|
41 |
+
- name: test
|
42 |
+
num_bytes: 339580
|
43 |
+
num_examples: 2448
|
44 |
+
- name: train
|
45 |
+
num_bytes: 864816
|
46 |
+
num_examples: 6500
|
47 |
+
- name: validation
|
48 |
+
num_bytes: 66895
|
49 |
+
num_examples: 500
|
50 |
+
download_size: 2113646
|
51 |
+
dataset_size: 1271291
|
52 |
---
|
53 |
|
54 |
# Dataset Card for ASSIN 2
|
|
|
201 |
|
202 |
### Contributions
|
203 |
|
204 |
+
Thanks to [@jonatasgrosman](https://github.com/jonatasgrosman) for adding this dataset.
|