File size: 433 Bytes
86859d2 d07b929 47132ca d07b929 b0fd1d2 60f5c41 b0fd1d2 60f5c41 27b7b17 b0fd1d2 |
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 |
---
dataset_info:
features:
- name: image
dtype: image
- name: idx
dtype: int64
- name: label
dtype: int8
- name: month
dtype: string
- name: color
dtype: string
- name: concentration
dtype: string
- name: size
dtype: string
configs:
- config_name: default
data_files:
- split: train
path: "data/train.parquet"
- split: test
path: "data/test.parquet"
license: cc-by-4.0
--- |