add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -18,6 +18,58 @@ task_categories:
|
|
18 |
task_ids: []
|
19 |
paperswithcode_id: null
|
20 |
pretty_name: Story Cloze Test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
---
|
22 |
|
23 |
# Dataset Card for "story_cloze"
|
|
|
18 |
task_ids: []
|
19 |
paperswithcode_id: null
|
20 |
pretty_name: Story Cloze Test
|
21 |
+
dataset_info:
|
22 |
+
- config_name: '2016'
|
23 |
+
features:
|
24 |
+
- name: story_id
|
25 |
+
dtype: string
|
26 |
+
- name: input_sentence_1
|
27 |
+
dtype: string
|
28 |
+
- name: input_sentence_2
|
29 |
+
dtype: string
|
30 |
+
- name: input_sentence_3
|
31 |
+
dtype: string
|
32 |
+
- name: input_sentence_4
|
33 |
+
dtype: string
|
34 |
+
- name: sentence_quiz1
|
35 |
+
dtype: string
|
36 |
+
- name: sentence_quiz2
|
37 |
+
dtype: string
|
38 |
+
- name: answer_right_ending
|
39 |
+
dtype: int32
|
40 |
+
splits:
|
41 |
+
- name: test
|
42 |
+
num_bytes: 613184
|
43 |
+
num_examples: 1871
|
44 |
+
- name: validation
|
45 |
+
num_bytes: 614084
|
46 |
+
num_examples: 1871
|
47 |
+
download_size: 0
|
48 |
+
dataset_size: 1227268
|
49 |
+
- config_name: '2018'
|
50 |
+
features:
|
51 |
+
- name: story_id
|
52 |
+
dtype: string
|
53 |
+
- name: input_sentence_1
|
54 |
+
dtype: string
|
55 |
+
- name: input_sentence_2
|
56 |
+
dtype: string
|
57 |
+
- name: input_sentence_3
|
58 |
+
dtype: string
|
59 |
+
- name: input_sentence_4
|
60 |
+
dtype: string
|
61 |
+
- name: sentence_quiz1
|
62 |
+
dtype: string
|
63 |
+
- name: sentence_quiz2
|
64 |
+
dtype: string
|
65 |
+
- name: answer_right_ending
|
66 |
+
dtype: int32
|
67 |
+
splits:
|
68 |
+
- name: validation
|
69 |
+
num_bytes: 515439
|
70 |
+
num_examples: 1571
|
71 |
+
download_size: 0
|
72 |
+
dataset_size: 515439
|
73 |
---
|
74 |
|
75 |
# Dataset Card for "story_cloze"
|