Upload dataset
Browse files
README.md
CHANGED
|
@@ -1,7 +1,29 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
dataset_info:
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
features:
|
| 6 |
- name: sentence
|
| 7 |
dtype: string
|
|
@@ -24,6 +46,14 @@ dataset_info:
|
|
| 24 |
download_size: 215301
|
| 25 |
dataset_size: 412504
|
| 26 |
configs:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
- config_name: winogrande_xs
|
| 28 |
data_files:
|
| 29 |
- split: train
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
dataset_info:
|
| 4 |
+
- config_name: winogrande_s
|
| 5 |
+
features:
|
| 6 |
+
- name: sentence
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: option1
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: option2
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: answer
|
| 13 |
+
dtype: string
|
| 14 |
+
splits:
|
| 15 |
+
- name: train
|
| 16 |
+
num_bytes: 82292
|
| 17 |
+
num_examples: 640
|
| 18 |
+
- name: test
|
| 19 |
+
num_bytes: 227633
|
| 20 |
+
num_examples: 1767
|
| 21 |
+
- name: validation
|
| 22 |
+
num_bytes: 164183
|
| 23 |
+
num_examples: 1267
|
| 24 |
+
download_size: 238397
|
| 25 |
+
dataset_size: 474108
|
| 26 |
+
- config_name: winogrande_xs
|
| 27 |
features:
|
| 28 |
- name: sentence
|
| 29 |
dtype: string
|
|
|
|
| 46 |
download_size: 215301
|
| 47 |
dataset_size: 412504
|
| 48 |
configs:
|
| 49 |
+
- config_name: winogrande_s
|
| 50 |
+
data_files:
|
| 51 |
+
- split: train
|
| 52 |
+
path: winogrande_s/train-*
|
| 53 |
+
- split: test
|
| 54 |
+
path: winogrande_s/test-*
|
| 55 |
+
- split: validation
|
| 56 |
+
path: winogrande_s/validation-*
|
| 57 |
- config_name: winogrande_xs
|
| 58 |
data_files:
|
| 59 |
- split: train
|
dataset_infos.json
CHANGED
|
@@ -64,28 +64,23 @@
|
|
| 64 |
"features": {
|
| 65 |
"sentence": {
|
| 66 |
"dtype": "string",
|
| 67 |
-
"id": null,
|
| 68 |
"_type": "Value"
|
| 69 |
},
|
| 70 |
"option1": {
|
| 71 |
"dtype": "string",
|
| 72 |
-
"id": null,
|
| 73 |
"_type": "Value"
|
| 74 |
},
|
| 75 |
"option2": {
|
| 76 |
"dtype": "string",
|
| 77 |
-
"id": null,
|
| 78 |
"_type": "Value"
|
| 79 |
},
|
| 80 |
"answer": {
|
| 81 |
"dtype": "string",
|
| 82 |
-
"id": null,
|
| 83 |
"_type": "Value"
|
| 84 |
}
|
| 85 |
},
|
| 86 |
-
"
|
| 87 |
-
"
|
| 88 |
-
"builder_name": "winogrande",
|
| 89 |
"config_name": "winogrande_s",
|
| 90 |
"version": {
|
| 91 |
"version_str": "1.1.0",
|
|
@@ -97,33 +92,26 @@
|
|
| 97 |
"splits": {
|
| 98 |
"train": {
|
| 99 |
"name": "train",
|
| 100 |
-
"num_bytes":
|
| 101 |
"num_examples": 640,
|
| 102 |
-
"dataset_name":
|
| 103 |
},
|
| 104 |
"test": {
|
| 105 |
"name": "test",
|
| 106 |
-
"num_bytes":
|
| 107 |
"num_examples": 1767,
|
| 108 |
-
"dataset_name":
|
| 109 |
},
|
| 110 |
"validation": {
|
| 111 |
"name": "validation",
|
| 112 |
-
"num_bytes":
|
| 113 |
"num_examples": 1267,
|
| 114 |
-
"dataset_name":
|
| 115 |
-
}
|
| 116 |
-
},
|
| 117 |
-
"download_checksums": {
|
| 118 |
-
"https://storage.googleapis.com/ai2-mosaic/public/winogrande/winogrande_1.1.zip": {
|
| 119 |
-
"num_bytes": 3395492,
|
| 120 |
-
"checksum": "3619ab104d8be2977b25c90ff420cb42d491707dcc75362a1e5d22bc082b7318"
|
| 121 |
}
|
| 122 |
},
|
| 123 |
-
"download_size":
|
| 124 |
-
"
|
| 125 |
-
"
|
| 126 |
-
"size_in_bytes": 3869648
|
| 127 |
},
|
| 128 |
"winogrande_m": {
|
| 129 |
"description": "WinoGrande is a new collection of 44k problems, inspired by Winograd Schema Challenge (Levesque, Davis, and Morgenstern\n 2011), but adjusted to improve the scale and robustness against the dataset-specific bias. Formulated as a\nfill-in-a-blank task with binary options, the goal is to choose the right option for a given sentence which requires\ncommonsense reasoning.\n",
|
|
|
|
| 64 |
"features": {
|
| 65 |
"sentence": {
|
| 66 |
"dtype": "string",
|
|
|
|
| 67 |
"_type": "Value"
|
| 68 |
},
|
| 69 |
"option1": {
|
| 70 |
"dtype": "string",
|
|
|
|
| 71 |
"_type": "Value"
|
| 72 |
},
|
| 73 |
"option2": {
|
| 74 |
"dtype": "string",
|
|
|
|
| 75 |
"_type": "Value"
|
| 76 |
},
|
| 77 |
"answer": {
|
| 78 |
"dtype": "string",
|
|
|
|
| 79 |
"_type": "Value"
|
| 80 |
}
|
| 81 |
},
|
| 82 |
+
"builder_name": "winogrande_raw",
|
| 83 |
+
"dataset_name": "winogrande_raw",
|
|
|
|
| 84 |
"config_name": "winogrande_s",
|
| 85 |
"version": {
|
| 86 |
"version_str": "1.1.0",
|
|
|
|
| 92 |
"splits": {
|
| 93 |
"train": {
|
| 94 |
"name": "train",
|
| 95 |
+
"num_bytes": 82292,
|
| 96 |
"num_examples": 640,
|
| 97 |
+
"dataset_name": null
|
| 98 |
},
|
| 99 |
"test": {
|
| 100 |
"name": "test",
|
| 101 |
+
"num_bytes": 227633,
|
| 102 |
"num_examples": 1767,
|
| 103 |
+
"dataset_name": null
|
| 104 |
},
|
| 105 |
"validation": {
|
| 106 |
"name": "validation",
|
| 107 |
+
"num_bytes": 164183,
|
| 108 |
"num_examples": 1267,
|
| 109 |
+
"dataset_name": null
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 110 |
}
|
| 111 |
},
|
| 112 |
+
"download_size": 238397,
|
| 113 |
+
"dataset_size": 474108,
|
| 114 |
+
"size_in_bytes": 712505
|
|
|
|
| 115 |
},
|
| 116 |
"winogrande_m": {
|
| 117 |
"description": "WinoGrande is a new collection of 44k problems, inspired by Winograd Schema Challenge (Levesque, Davis, and Morgenstern\n 2011), but adjusted to improve the scale and robustness against the dataset-specific bias. Formulated as a\nfill-in-a-blank task with binary options, the goal is to choose the right option for a given sentence which requires\ncommonsense reasoning.\n",
|
winogrande_s/test-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3a7c4b062ec4540d55751c581bf66d40299cb9637778143bb73dce07beb615d5
|
| 3 |
+
size 117656
|
winogrande_s/train-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:121030f063d968529cfa5696a423647697ed66c68425460e60aadbcff596ac94
|
| 3 |
+
size 34813
|
winogrande_s/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:76bf48df35738da9100407a9272f5aad11791a98642c6611f7593a0bb9a48601
|
| 3 |
+
size 85928
|