Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
features:
|
| 4 |
- name: q_id
|
| 5 |
dtype: int64
|
|
@@ -34,6 +58,12 @@ dataset_info:
|
|
| 34 |
download_size: 888312
|
| 35 |
dataset_size: 1573514
|
| 36 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
- config_name: default
|
| 38 |
data_files:
|
| 39 |
- split: train
|
|
|
|
| 1 |
---
|
| 2 |
dataset_info:
|
| 3 |
+
- config_name: commonsenseqa-format
|
| 4 |
+
features:
|
| 5 |
+
- name: q_id
|
| 6 |
+
dtype: int64
|
| 7 |
+
- name: question
|
| 8 |
+
dtype: string
|
| 9 |
+
- name: choices
|
| 10 |
+
struct:
|
| 11 |
+
- name: label
|
| 12 |
+
sequence: string
|
| 13 |
+
- name: text
|
| 14 |
+
sequence: string
|
| 15 |
+
- name: answerKey
|
| 16 |
+
dtype: string
|
| 17 |
+
splits:
|
| 18 |
+
- name: train
|
| 19 |
+
num_bytes: 1451999
|
| 20 |
+
num_examples: 8939
|
| 21 |
+
- name: test
|
| 22 |
+
num_bytes: 181863
|
| 23 |
+
num_examples: 1119
|
| 24 |
+
download_size: 767534
|
| 25 |
+
dataset_size: 1633862
|
| 26 |
+
- config_name: default
|
| 27 |
features:
|
| 28 |
- name: q_id
|
| 29 |
dtype: int64
|
|
|
|
| 58 |
download_size: 888312
|
| 59 |
dataset_size: 1573514
|
| 60 |
configs:
|
| 61 |
+
- config_name: commonsenseqa-format
|
| 62 |
+
data_files:
|
| 63 |
+
- split: train
|
| 64 |
+
path: commonsenseqa-format/train-*
|
| 65 |
+
- split: test
|
| 66 |
+
path: commonsenseqa-format/test-*
|
| 67 |
- config_name: default
|
| 68 |
data_files:
|
| 69 |
- split: train
|
commonsenseqa-format/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d3ff168e60c84ce8fcab1848f0d9ce2b130f0cd2bfac206ef7447f12579e92fd
|
| 3 |
+
size 90311
|
commonsenseqa-format/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f964847865600ecedd1b20396bd594197011651351ab2f44ec8d75962e636771
|
| 3 |
+
size 677223
|