add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -22,6 +22,54 @@ task_ids:
|
|
22 |
- natural-language-inference
|
23 |
- multi-input-text-classification
|
24 |
paperswithcode_id: anli
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
# Dataset Card for "anli"
|
@@ -190,4 +238,4 @@ The data fields are the same among all splits.
|
|
190 |
|
191 |
### Contributions
|
192 |
|
193 |
-
Thanks to [@thomwolf](https://github.com/thomwolf), [@easonnie](https://github.com/easonnie), [@lhoestq](https://github.com/lhoestq), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|
|
|
22 |
- natural-language-inference
|
23 |
- multi-input-text-classification
|
24 |
paperswithcode_id: anli
|
25 |
+
dataset_info:
|
26 |
+
features:
|
27 |
+
- name: uid
|
28 |
+
dtype: string
|
29 |
+
- name: premise
|
30 |
+
dtype: string
|
31 |
+
- name: hypothesis
|
32 |
+
dtype: string
|
33 |
+
- name: label
|
34 |
+
dtype:
|
35 |
+
class_label:
|
36 |
+
names:
|
37 |
+
0: entailment
|
38 |
+
1: neutral
|
39 |
+
2: contradiction
|
40 |
+
- name: reason
|
41 |
+
dtype: string
|
42 |
+
config_name: plain_text
|
43 |
+
splits:
|
44 |
+
- name: dev_r1
|
45 |
+
num_bytes: 573444
|
46 |
+
num_examples: 1000
|
47 |
+
- name: dev_r2
|
48 |
+
num_bytes: 556082
|
49 |
+
num_examples: 1000
|
50 |
+
- name: dev_r3
|
51 |
+
num_bytes: 663164
|
52 |
+
num_examples: 1200
|
53 |
+
- name: test_r1
|
54 |
+
num_bytes: 574933
|
55 |
+
num_examples: 1000
|
56 |
+
- name: test_r2
|
57 |
+
num_bytes: 572655
|
58 |
+
num_examples: 1000
|
59 |
+
- name: test_r3
|
60 |
+
num_bytes: 657602
|
61 |
+
num_examples: 1200
|
62 |
+
- name: train_r1
|
63 |
+
num_bytes: 8006920
|
64 |
+
num_examples: 16946
|
65 |
+
- name: train_r2
|
66 |
+
num_bytes: 20801661
|
67 |
+
num_examples: 45460
|
68 |
+
- name: train_r3
|
69 |
+
num_bytes: 44720895
|
70 |
+
num_examples: 100459
|
71 |
+
download_size: 18621352
|
72 |
+
dataset_size: 77127356
|
73 |
---
|
74 |
|
75 |
# Dataset Card for "anli"
|
|
|
238 |
|
239 |
### Contributions
|
240 |
|
241 |
+
Thanks to [@thomwolf](https://github.com/thomwolf), [@easonnie](https://github.com/easonnie), [@lhoestq](https://github.com/lhoestq), [@patrickvonplaten](https://github.com/patrickvonplaten) for adding this dataset.
|