Add tabular_tsv_csv validation split
Browse files
README.md
CHANGED
|
@@ -90,6 +90,36 @@ dataset_info:
|
|
| 90 |
num_examples: 1000
|
| 91 |
download_size: 56318
|
| 92 |
dataset_size: 417310
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 93 |
configs:
|
| 94 |
- config_name: numeric_compare_sort
|
| 95 |
data_files:
|
|
@@ -103,4 +133,8 @@ configs:
|
|
| 103 |
data_files:
|
| 104 |
- split: validation
|
| 105 |
path: numeric_range_checksum_base/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 106 |
---
|
|
|
|
| 90 |
num_examples: 1000
|
| 91 |
download_size: 56318
|
| 92 |
dataset_size: 417310
|
| 93 |
+
- config_name: tabular_tsv_csv
|
| 94 |
+
features:
|
| 95 |
+
- name: id
|
| 96 |
+
dtype: string
|
| 97 |
+
- name: subset
|
| 98 |
+
dtype: string
|
| 99 |
+
- name: task
|
| 100 |
+
dtype: string
|
| 101 |
+
- name: seed
|
| 102 |
+
dtype: int64
|
| 103 |
+
- name: format
|
| 104 |
+
dtype: string
|
| 105 |
+
- name: delimiter
|
| 106 |
+
dtype: string
|
| 107 |
+
- name: difficulty
|
| 108 |
+
dtype: string
|
| 109 |
+
- name: num_values
|
| 110 |
+
dtype: int64
|
| 111 |
+
- name: input
|
| 112 |
+
dtype: string
|
| 113 |
+
- name: target
|
| 114 |
+
dtype: string
|
| 115 |
+
- name: metadata_json
|
| 116 |
+
dtype: string
|
| 117 |
+
splits:
|
| 118 |
+
- name: validation
|
| 119 |
+
num_bytes: 894589
|
| 120 |
+
num_examples: 1000
|
| 121 |
+
download_size: 149453
|
| 122 |
+
dataset_size: 894589
|
| 123 |
configs:
|
| 124 |
- config_name: numeric_compare_sort
|
| 125 |
data_files:
|
|
|
|
| 133 |
data_files:
|
| 134 |
- split: validation
|
| 135 |
path: numeric_range_checksum_base/validation-*
|
| 136 |
+
- config_name: tabular_tsv_csv
|
| 137 |
+
data_files:
|
| 138 |
+
- split: validation
|
| 139 |
+
path: tabular_tsv_csv/validation-*
|
| 140 |
---
|
tabular_tsv_csv/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bdf566a8165b0f5ddd2d26e1db61575816ce8cac350b812102055ce9a17e026b
|
| 3 |
+
size 149453
|