Upload dataset
Browse files- README.md +34 -0
- mrpc/test-00000-of-00001.parquet +3 -0
- mrpc/train-00000-of-00001.parquet +3 -0
- mrpc/validation-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -57,6 +57,32 @@ dataset_info:
|
|
57 |
num_examples: 9796
|
58 |
download_size: 65997780
|
59 |
dataset_size: 111519450
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
configs:
|
61 |
- config_name: cola
|
62 |
data_files:
|
@@ -78,4 +104,12 @@ configs:
|
|
78 |
path: mnli/validation-*
|
79 |
- split: test
|
80 |
path: mnli/test-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
81 |
---
|
|
|
57 |
num_examples: 9796
|
58 |
download_size: 65997780
|
59 |
dataset_size: 111519450
|
60 |
+
- config_name: mrpc
|
61 |
+
features:
|
62 |
+
- name: sentence1
|
63 |
+
dtype: string
|
64 |
+
- name: sentence2
|
65 |
+
dtype: string
|
66 |
+
- name: label
|
67 |
+
dtype:
|
68 |
+
class_label:
|
69 |
+
names:
|
70 |
+
'0': not_equivalent
|
71 |
+
'1': equivalent
|
72 |
+
- name: idx
|
73 |
+
dtype: int32
|
74 |
+
splits:
|
75 |
+
- name: train
|
76 |
+
num_bytes: 1254978
|
77 |
+
num_examples: 3668
|
78 |
+
- name: test
|
79 |
+
num_bytes: 587526
|
80 |
+
num_examples: 1725
|
81 |
+
- name: validation
|
82 |
+
num_bytes: 141622
|
83 |
+
num_examples: 408
|
84 |
+
download_size: 1201612
|
85 |
+
dataset_size: 1984126
|
86 |
configs:
|
87 |
- config_name: cola
|
88 |
data_files:
|
|
|
104 |
path: mnli/validation-*
|
105 |
- split: test
|
106 |
path: mnli/test-*
|
107 |
+
- config_name: mrpc
|
108 |
+
data_files:
|
109 |
+
- split: train
|
110 |
+
path: mrpc/train-*
|
111 |
+
- split: test
|
112 |
+
path: mrpc/test-*
|
113 |
+
- split: validation
|
114 |
+
path: mrpc/validation-*
|
115 |
---
|
mrpc/test-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:072be1ea85625eb9539ec562d3ad3a64146223cc3e5501f1a1ccab8a61e2dd40
|
3 |
+
size 358060
|
mrpc/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78a0879edf0cbe6950bc696e1df0b64c17924ed0940d4bcc4fa2226f2097d11b
|
3 |
+
size 756582
|
mrpc/validation-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edac0b3b1da251018806941b3bff3ea4335b43bdf26ff03cc6ef344fc25c2ea5
|
3 |
+
size 86970
|