add dataset_info in dataset metadata
Browse files
README.md
CHANGED
@@ -3,6 +3,29 @@ language:
|
|
3 |
- en
|
4 |
paperswithcode_id: social-iqa
|
5 |
pretty_name: Social Interaction QA
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Dataset Card for "social_i_qa"
|
@@ -156,4 +179,4 @@ The data fields are the same among all splits.
|
|
156 |
|
157 |
### Contributions
|
158 |
|
159 |
-
Thanks to [@bhavitvyamalik](https://github.com/bhavitvyamalik), [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.
|
|
|
3 |
- en
|
4 |
paperswithcode_id: social-iqa
|
5 |
pretty_name: Social Interaction QA
|
6 |
+
dataset_info:
|
7 |
+
features:
|
8 |
+
- name: context
|
9 |
+
dtype: string
|
10 |
+
- name: question
|
11 |
+
dtype: string
|
12 |
+
- name: answerA
|
13 |
+
dtype: string
|
14 |
+
- name: answerB
|
15 |
+
dtype: string
|
16 |
+
- name: answerC
|
17 |
+
dtype: string
|
18 |
+
- name: label
|
19 |
+
dtype: string
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 6389954
|
23 |
+
num_examples: 33410
|
24 |
+
- name: validation
|
25 |
+
num_bytes: 376508
|
26 |
+
num_examples: 1954
|
27 |
+
download_size: 2198056
|
28 |
+
dataset_size: 6766462
|
29 |
---
|
30 |
|
31 |
# Dataset Card for "social_i_qa"
|
|
|
179 |
|
180 |
### Contributions
|
181 |
|
182 |
+
Thanks to [@bhavitvyamalik](https://github.com/bhavitvyamalik), [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@lewtun](https://github.com/lewtun) for adding this dataset.
|