Datasets:
Upload dataset
Browse files- README.md +30 -6
- boolq/train-00000-of-00001.parquet +2 -2
- boolq/validation-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -43,6 +43,12 @@ configs:
|
|
| 43 |
path: multirc/train-*
|
| 44 |
- split: validation
|
| 45 |
path: multirc/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
- config_name: rte
|
| 47 |
data_files:
|
| 48 |
- split: train
|
|
@@ -55,12 +61,30 @@ configs:
|
|
| 55 |
path: wsc/train-*
|
| 56 |
- split: validation
|
| 57 |
path: wsc/validation-*
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
---
|
| 65 |
|
| 66 |
# Serbian SuperGLUE Benchmark — training and validation splits
|
|
|
|
| 43 |
path: multirc/train-*
|
| 44 |
- split: validation
|
| 45 |
path: multirc/validation-*
|
| 46 |
+
- config_name: record
|
| 47 |
+
data_files:
|
| 48 |
+
- split: train
|
| 49 |
+
path: record/train-*
|
| 50 |
+
- split: validation
|
| 51 |
+
path: record/validation-*
|
| 52 |
- config_name: rte
|
| 53 |
data_files:
|
| 54 |
- split: train
|
|
|
|
| 61 |
path: wsc/train-*
|
| 62 |
- split: validation
|
| 63 |
path: wsc/validation-*
|
| 64 |
+
dataset_info:
|
| 65 |
+
config_name: boolq
|
| 66 |
+
features:
|
| 67 |
+
- name: idx
|
| 68 |
+
dtype: int32
|
| 69 |
+
- name: label
|
| 70 |
+
dtype:
|
| 71 |
+
class_label:
|
| 72 |
+
names:
|
| 73 |
+
'0': 'False'
|
| 74 |
+
'1': 'True'
|
| 75 |
+
- name: passage
|
| 76 |
+
dtype: string
|
| 77 |
+
- name: question
|
| 78 |
+
dtype: string
|
| 79 |
+
splits:
|
| 80 |
+
- name: train
|
| 81 |
+
num_bytes: 6630760
|
| 82 |
+
num_examples: 9427
|
| 83 |
+
- name: validation
|
| 84 |
+
num_bytes: 2541269
|
| 85 |
+
num_examples: 3270
|
| 86 |
+
download_size: 5612159
|
| 87 |
+
dataset_size: 9172029
|
| 88 |
---
|
| 89 |
|
| 90 |
# Serbian SuperGLUE Benchmark — training and validation splits
|
boolq/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40b092dcfc6ce3901e75a8ece5e93a58468be8da793deda75748b6c39090cf56
|
| 3 |
+
size 4188577
|
boolq/validation-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2d096d88c40977981bc61361acf5a00350224b28199f974475277560dfdc88f9
|
| 3 |
+
size 1423582
|