Add nested_attribute_tree validation split for issue 5618
Browse files
README.md
CHANGED
|
@@ -216,6 +216,32 @@ dataset_info:
|
|
| 216 |
num_examples: 1000
|
| 217 |
download_size: 57395
|
| 218 |
dataset_size: 406000
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 219 |
- config_name: pdb_atom_records
|
| 220 |
features:
|
| 221 |
- name: input
|
|
@@ -383,6 +409,10 @@ configs:
|
|
| 383 |
data_files:
|
| 384 |
- split: validation
|
| 385 |
path: mmcif_loop_completion/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
| 386 |
- config_name: pdb_atom_records
|
| 387 |
data_files:
|
| 388 |
- split: validation
|
|
|
|
| 216 |
num_examples: 1000
|
| 217 |
download_size: 57395
|
| 218 |
dataset_size: 406000
|
| 219 |
+
- config_name: nested_attribute_tree
|
| 220 |
+
features:
|
| 221 |
+
- name: input
|
| 222 |
+
dtype: string
|
| 223 |
+
- name: target
|
| 224 |
+
dtype: string
|
| 225 |
+
- name: id
|
| 226 |
+
dtype: string
|
| 227 |
+
- name: subset
|
| 228 |
+
dtype: string
|
| 229 |
+
- name: task
|
| 230 |
+
dtype: string
|
| 231 |
+
- name: seed
|
| 232 |
+
dtype: int64
|
| 233 |
+
- name: metadata
|
| 234 |
+
struct:
|
| 235 |
+
- name: format
|
| 236 |
+
dtype: string
|
| 237 |
+
- name: open_tags
|
| 238 |
+
list: string
|
| 239 |
+
splits:
|
| 240 |
+
- name: validation
|
| 241 |
+
num_bytes: 250526
|
| 242 |
+
num_examples: 1000
|
| 243 |
+
download_size: 71570
|
| 244 |
+
dataset_size: 250526
|
| 245 |
- config_name: pdb_atom_records
|
| 246 |
features:
|
| 247 |
- name: input
|
|
|
|
| 409 |
data_files:
|
| 410 |
- split: validation
|
| 411 |
path: mmcif_loop_completion/validation-*
|
| 412 |
+
- config_name: nested_attribute_tree
|
| 413 |
+
data_files:
|
| 414 |
+
- split: validation
|
| 415 |
+
path: nested_attribute_tree/validation-*
|
| 416 |
- config_name: pdb_atom_records
|
| 417 |
data_files:
|
| 418 |
- split: validation
|
nested_attribute_tree/validation-00000-of-00001.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:195417f4e3e424b5d3512fe1ce9f8327515504bc58c8e972ea5286cd907b6007
|
| 3 |
+
size 71570
|