File size: 487 Bytes
7a25e03 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
dataset_info:
features:
- name: category
dtype: string
- name: split
dtype: string
- name: id
dtype: string
- name: img
dtype: image
splits:
- name: val
num_bytes: 244805534.041
num_examples: 2297
- name: test
num_bytes: 239783773.895
num_examples: 2315
download_size: 482227279
dataset_size: 484589307.936
configs:
- config_name: default
data_files:
- split: val
path: data/val-*
- split: test
path: data/test-*
---
|