Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,40 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
dataset_info:
|
4 |
+
features:
|
5 |
+
- name: plot_id
|
6 |
+
dtype: string
|
7 |
+
- name: plot
|
8 |
+
dtype: string
|
9 |
+
- name: title
|
10 |
+
dtype: string
|
11 |
+
- name: question_id
|
12 |
+
dtype: string
|
13 |
+
- name: question
|
14 |
+
dtype: string
|
15 |
+
- name: answers
|
16 |
+
sequence: string
|
17 |
+
- name: no_answer
|
18 |
+
dtype: bool
|
19 |
+
splits:
|
20 |
+
- name: ParaphraseRC_train
|
21 |
+
num_bytes: 602309306
|
22 |
+
num_examples: 69524
|
23 |
+
- name: ParaphraseRC_validation
|
24 |
+
num_bytes: 128636044
|
25 |
+
num_examples: 15591
|
26 |
+
- name: ParaphraseRC_test
|
27 |
+
num_bytes: 140295025
|
28 |
+
num_examples: 15857
|
29 |
+
- name: SelfRC_train
|
30 |
+
num_bytes: 288305617
|
31 |
+
num_examples: 60721
|
32 |
+
- name: SelfRC_validation
|
33 |
+
num_bytes: 62119877
|
34 |
+
num_examples: 12961
|
35 |
+
- name: SelfRC_test
|
36 |
+
num_bytes: 59146447
|
37 |
+
num_examples: 12559
|
38 |
+
download_size: 66302569
|
39 |
+
dataset_size: 1280812316
|
40 |
---
|