Upload dataset
Browse files
README.md
CHANGED
@@ -66,11 +66,16 @@ dataset_info:
|
|
66 |
dtype: int64
|
67 |
splits:
|
68 |
- name: train
|
|
|
69 |
num_examples: 4089
|
70 |
- name: test
|
|
|
71 |
num_examples: 500
|
72 |
- name: validation
|
|
|
73 |
num_examples: 1363
|
|
|
|
|
74 |
configs:
|
75 |
- config_name: MASSIVE
|
76 |
data_files:
|
@@ -99,11 +104,11 @@ configs:
|
|
99 |
- config_name: trec
|
100 |
data_files:
|
101 |
- split: train
|
102 |
-
path:
|
103 |
- split: test
|
104 |
-
path:
|
105 |
- split: validation
|
106 |
-
path:
|
107 |
---
|
108 |
# Data Preprocessing AutoML Benchmarks
|
109 |
|
|
|
66 |
dtype: int64
|
67 |
splits:
|
68 |
- name: train
|
69 |
+
num_bytes: 255609
|
70 |
num_examples: 4089
|
71 |
- name: test
|
72 |
+
num_bytes: 23979
|
73 |
num_examples: 500
|
74 |
- name: validation
|
75 |
+
num_bytes: 85861
|
76 |
num_examples: 1363
|
77 |
+
download_size: 219283
|
78 |
+
dataset_size: 365449
|
79 |
configs:
|
80 |
- config_name: MASSIVE
|
81 |
data_files:
|
|
|
104 |
- config_name: trec
|
105 |
data_files:
|
106 |
- split: train
|
107 |
+
path: trec/train-*
|
108 |
- split: test
|
109 |
+
path: trec/test-*
|
110 |
- split: validation
|
111 |
+
path: trec/validation-*
|
112 |
---
|
113 |
# Data Preprocessing AutoML Benchmarks
|
114 |
|