MikeTrizna commited on
Commit
c0964f5
1 Parent(s): c1585e6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +57 -0
README.md CHANGED
@@ -1,3 +1,60 @@
1
  ---
2
  license: cc0-1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
1
  ---
2
  license: cc0-1.0
3
+ dataset_info:
4
+ features:
5
+ - name: occurrenceID
6
+ dtype: string
7
+ - name: catalogNumber
8
+ dtype: string
9
+ - name: recordedBy
10
+ dtype: string
11
+ - name: year
12
+ dtype: int64
13
+ - name: month
14
+ dtype: int64
15
+ - name: day
16
+ dtype: int64
17
+ - name: country
18
+ dtype: string
19
+ - name: stateProvince
20
+ dtype: string
21
+ - name: county
22
+ dtype: string
23
+ - name: locality
24
+ dtype: string
25
+ - name: decimalLatitude
26
+ dtype: float64
27
+ - name: decimalLongitude
28
+ dtype: float64
29
+ - name: identifiedBy
30
+ dtype: string
31
+ - name: scientificName
32
+ dtype: string
33
+ - name: genus
34
+ dtype: string
35
+ - name: subgenus
36
+ dtype: string
37
+ - name: specificEpithet
38
+ dtype: string
39
+ - name: infraspecificEpithet
40
+ dtype: string
41
+ - name: scientificNameAuthorship
42
+ dtype: string
43
+ - name: PixelXDimension
44
+ dtype: float64
45
+ - name: PixelYDimension
46
+ dtype: float64
47
+ - name: accessURI
48
+ dtype: string
49
+ splits:
50
+ - name: train
51
+ num_bytes: 26732760
52
+ num_examples: 73387
53
+ download_size: 7117791
54
+ dataset_size: 26732760
55
+ configs:
56
+ - config_name: default
57
+ data_files:
58
+ - split: train
59
+ path: data/train-*
60
  ---