FudanSELab
commited on
Commit
•
cb19fc0
1
Parent(s):
ed727d3
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
dataset_info:
|
4 |
-
|
5 |
features:
|
6 |
- name: question1_id
|
7 |
dtype: string
|
@@ -17,9 +17,27 @@ dataset_info:
|
|
17 |
num_examples: 18281
|
18 |
download_size: 1682661
|
19 |
dataset_size: 2428577
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
configs:
|
21 |
- config_name: duplicate
|
22 |
data_files:
|
23 |
- split: train
|
24 |
path: duplicate/train-*
|
|
|
|
|
|
|
|
|
25 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
dataset_info:
|
4 |
+
- config_name: duplicate
|
5 |
features:
|
6 |
- name: question1_id
|
7 |
dtype: string
|
|
|
17 |
num_examples: 18281
|
18 |
download_size: 1682661
|
19 |
dataset_size: 2428577
|
20 |
+
- config_name: history
|
21 |
+
features:
|
22 |
+
- name: so_question_id
|
23 |
+
dtype: string
|
24 |
+
- name: question1
|
25 |
+
dtype: string
|
26 |
+
- name: question2
|
27 |
+
dtype: string
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 10039163
|
31 |
+
num_examples: 80000
|
32 |
+
download_size: 7239803
|
33 |
+
dataset_size: 10039163
|
34 |
configs:
|
35 |
- config_name: duplicate
|
36 |
data_files:
|
37 |
- split: train
|
38 |
path: duplicate/train-*
|
39 |
+
- config_name: history
|
40 |
+
data_files:
|
41 |
+
- split: train
|
42 |
+
path: history/train-*
|
43 |
---
|