Datasets:

Modalities:
Image
Text
Formats:
parquet
DOI:
Libraries:
Datasets
pandas
License:
kdoherty commited on
Commit
60f5c41
·
verified ·
1 Parent(s): 1fec3e8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -6
README.md CHANGED
@@ -6,6 +6,8 @@ dataset_info:
6
  - name: idx
7
  dtype: int64
8
  - name: label
 
 
9
  dtype: string
10
  - name: month
11
  dtype: string
@@ -19,11 +21,7 @@ configs:
19
  - config_name: default
20
  data_files:
21
  - split: train
22
- path:
23
- - "data/train/**/*.png"
24
- - "data/train/metadata.csv"
25
  - split: test
26
- path:
27
- - "data/test/**/*.png"
28
- - "data/test/metadata.csv"
29
  ---
 
6
  - name: idx
7
  dtype: int64
8
  - name: label
9
+ dtype: int
10
+ - name: label_str
11
  dtype: string
12
  - name: month
13
  dtype: string
 
21
  - config_name: default
22
  data_files:
23
  - split: train
24
+ path: "data/train.parquet"
 
 
25
  - split: test
26
+ path: "data/test.parquet"
 
 
27
  ---