add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -36,6 +36,87 @@ task_categories:
|
|
36 |
task_ids: []
|
37 |
paperswithcode_id: ecb
|
38 |
pretty_name: extension to the EventCorefBank
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
---
|
40 |
|
41 |
# Dataset Card for extension to the EventCorefBank
|
@@ -167,4 +248,4 @@ Here are some examples of questions and facts:
|
|
167 |
|
168 |
### Contributions
|
169 |
|
170 |
-
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|
|
|
36 |
task_ids: []
|
37 |
paperswithcode_id: ecb
|
38 |
pretty_name: extension to the EventCorefBank
|
39 |
+
dataset_info:
|
40 |
+
- config_name: de-fr
|
41 |
+
features:
|
42 |
+
- name: id
|
43 |
+
dtype: string
|
44 |
+
- name: translation
|
45 |
+
dtype:
|
46 |
+
translation:
|
47 |
+
languages:
|
48 |
+
- de
|
49 |
+
- fr
|
50 |
+
splits:
|
51 |
+
- name: train
|
52 |
+
num_bytes: 39514115
|
53 |
+
num_examples: 105116
|
54 |
+
download_size: 10326178
|
55 |
+
dataset_size: 39514115
|
56 |
+
- config_name: cs-en
|
57 |
+
features:
|
58 |
+
- name: id
|
59 |
+
dtype: string
|
60 |
+
- name: translation
|
61 |
+
dtype:
|
62 |
+
translation:
|
63 |
+
languages:
|
64 |
+
- cs
|
65 |
+
- en
|
66 |
+
splits:
|
67 |
+
- name: train
|
68 |
+
num_bytes: 19524831
|
69 |
+
num_examples: 63716
|
70 |
+
download_size: 5360485
|
71 |
+
dataset_size: 19524831
|
72 |
+
- config_name: el-it
|
73 |
+
features:
|
74 |
+
- name: id
|
75 |
+
dtype: string
|
76 |
+
- name: translation
|
77 |
+
dtype:
|
78 |
+
translation:
|
79 |
+
languages:
|
80 |
+
- el
|
81 |
+
- it
|
82 |
+
splits:
|
83 |
+
- name: train
|
84 |
+
num_bytes: 47300471
|
85 |
+
num_examples: 94712
|
86 |
+
download_size: 10394277
|
87 |
+
dataset_size: 47300471
|
88 |
+
- config_name: en-nl
|
89 |
+
features:
|
90 |
+
- name: id
|
91 |
+
dtype: string
|
92 |
+
- name: translation
|
93 |
+
dtype:
|
94 |
+
translation:
|
95 |
+
languages:
|
96 |
+
- en
|
97 |
+
- nl
|
98 |
+
splits:
|
99 |
+
- name: train
|
100 |
+
num_bytes: 43118164
|
101 |
+
num_examples: 126482
|
102 |
+
download_size: 11360895
|
103 |
+
dataset_size: 43118164
|
104 |
+
- config_name: fi-pl
|
105 |
+
features:
|
106 |
+
- name: id
|
107 |
+
dtype: string
|
108 |
+
- name: translation
|
109 |
+
dtype:
|
110 |
+
translation:
|
111 |
+
languages:
|
112 |
+
- fi
|
113 |
+
- pl
|
114 |
+
splits:
|
115 |
+
- name: train
|
116 |
+
num_bytes: 12973283
|
117 |
+
num_examples: 41686
|
118 |
+
download_size: 3521950
|
119 |
+
dataset_size: 12973283
|
120 |
---
|
121 |
|
122 |
# Dataset Card for extension to the EventCorefBank
|
|
|
248 |
|
249 |
### Contributions
|
250 |
|
251 |
+
Thanks to [@abhishekkrthakur](https://github.com/abhishekkrthakur) for adding this dataset.
|