Commit
·
11371d6
1
Parent(s):
08fc253
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: sentence1
|
5 |
+
dtype: string
|
6 |
+
- name: sentence2
|
7 |
+
dtype: string
|
8 |
+
- name: label
|
9 |
+
dtype: int64
|
10 |
+
- name: idx
|
11 |
+
dtype: int64
|
12 |
+
- name: value_score
|
13 |
+
dtype: int64
|
14 |
+
splits:
|
15 |
+
- name: test
|
16 |
+
num_bytes: 371617
|
17 |
+
num_examples: 1290
|
18 |
+
- name: train
|
19 |
+
num_bytes: 805333
|
20 |
+
num_examples: 2789
|
21 |
+
- name: validation
|
22 |
+
num_bytes: 85449
|
23 |
+
num_examples: 294
|
24 |
+
download_size: 807685
|
25 |
+
dataset_size: 1262399
|
26 |
+
---
|
27 |
+
# Dataset Card for "MULTI_VALUE_mrpc_plural_postposed"
|
28 |
+
|
29 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|