Commit
·
2dcf154
1
Parent(s):
b25c966
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: question1
|
5 |
+
dtype: string
|
6 |
+
- name: question2
|
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: dev
|
16 |
+
num_bytes: 331535
|
17 |
+
num_examples: 1870
|
18 |
+
- name: test
|
19 |
+
num_bytes: 3266804
|
20 |
+
num_examples: 18707
|
21 |
+
- name: train
|
22 |
+
num_bytes: 2881908
|
23 |
+
num_examples: 16269
|
24 |
+
download_size: 4036549
|
25 |
+
dataset_size: 6480247
|
26 |
+
---
|
27 |
+
# Dataset Card for "VALUE_qqp_dey_it"
|
28 |
+
|
29 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|