egrace479 commited on
Commit
28a3d78
·
verified ·
1 Parent(s): 3b6ec0b

Add yaml configs back in

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -6,6 +6,47 @@ language:
6
  pretty_name: "Beetles as Sentinel Taxa: Predicting drought conditions from NEON specimen imagery"
7
  task_categories:
8
  - image-feature-extraction
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  tags:
10
  - biology
11
  - image
@@ -21,6 +62,13 @@ tags:
21
  - imageomics
22
  - NEON
23
  size_categories: 10K<n<100K
 
 
 
 
 
 
 
24
  ---
25
 
26
 
 
6
  pretty_name: "Beetles as Sentinel Taxa: Predicting drought conditions from NEON specimen imagery"
7
  task_categories:
8
  - image-feature-extraction
9
+ dataset_info:
10
+ features:
11
+ - name: file_path
12
+ dtype: image
13
+ - name: colorpicker_full_path
14
+ dtype: image
15
+ - name: scalebar_full_path
16
+ dtype: image
17
+ - name: SPEI_1y
18
+ dtype: float64
19
+ - name: SPEI_2y
20
+ dtype: float64
21
+ - name: SPEI_30d
22
+ dtype: float64
23
+ - name: public_id
24
+ dtype: string
25
+ - name: eventID
26
+ dtype: int64
27
+ - name: domainID
28
+ dtype: int64
29
+ - name: scientificName
30
+ dtype: string
31
+ - name: siteID
32
+ dtype: string
33
+ - name: collectDate
34
+ dtype: string
35
+ - name: relative_img_loc
36
+ dtype: string
37
+ - name: colorpicker_path
38
+ dtype: string
39
+ - name: scalebar_path
40
+ dtype: string
41
+ splits:
42
+ - name: train
43
+ num_bytes: 14289671472.3
44
+ num_examples: 22370
45
+ - name: validation
46
+ num_bytes: 1742043556.572
47
+ num_examples: 2486
48
+ download_size: 15078112217
49
+ dataset_size: 16031715028.872
50
  tags:
51
  - biology
52
  - image
 
62
  - imageomics
63
  - NEON
64
  size_categories: 10K<n<100K
65
+ configs:
66
+ - config_name: default
67
+ data_files:
68
+ - split: train
69
+ path: data/train-*
70
+ - split: validation
71
+ path: data/validation-*
72
  ---
73
 
74