liuyanchen1015
commited on
Commit
•
f229f3e
1
Parent(s):
3107ac9
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: premise
|
5 |
+
dtype: string
|
6 |
+
- name: hypothesis
|
7 |
+
dtype: string
|
8 |
+
- name: label
|
9 |
+
dtype: int64
|
10 |
+
- name: idx
|
11 |
+
dtype: int64
|
12 |
+
- name: score
|
13 |
+
dtype: int64
|
14 |
+
splits:
|
15 |
+
- name: dev_matched
|
16 |
+
num_bytes: 444330
|
17 |
+
num_examples: 1957
|
18 |
+
- name: dev_mismatched
|
19 |
+
num_bytes: 469971
|
20 |
+
num_examples: 1942
|
21 |
+
- name: test_matched
|
22 |
+
num_bytes: 498742
|
23 |
+
num_examples: 2076
|
24 |
+
- name: test_mismatched
|
25 |
+
num_bytes: 457589
|
26 |
+
num_examples: 1928
|
27 |
+
- name: train
|
28 |
+
num_bytes: 19340009
|
29 |
+
num_examples: 82163
|
30 |
+
download_size: 13453026
|
31 |
+
dataset_size: 21210641
|
32 |
+
---
|
33 |
+
# Dataset Card for "MULTI_VALUE_mnli_null_referential_pronouns"
|
34 |
+
|
35 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|