File size: 601 Bytes
c40b6f1 | 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 30 31 32 33 34 35 36 | ---
dataset_info:
features:
- name: id
dtype: int64
- name: item_id
dtype: int64
- name: Identifier
dtype: string
- name: images_urls
list: string
- name: Title
dtype: string
- name: Description
dtype: string
- name: Spatial
dtype: string
- name: Subject
dtype: string
- name: Creator
dtype: string
- name: thumbnail
dtype: image
splits:
- name: train
num_bytes: 5615667
num_examples: 73
download_size: 5598108
dataset_size: 5615667
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|