MikeTrizna
commited on
Commit
·
36e72ab
1
Parent(s):
f636cd9
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,62 @@
|
|
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: string
|
13 |
+
- name: month
|
14 |
+
dtype: string
|
15 |
+
- name: day
|
16 |
+
dtype: string
|
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: string
|
27 |
+
- name: decimalLongitude
|
28 |
+
dtype: string
|
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 |
+
- name: __index_level_0__
|
50 |
+
dtype: int64
|
51 |
+
splits:
|
52 |
+
- name: train
|
53 |
+
num_bytes: 27166408
|
54 |
+
num_examples: 73387
|
55 |
+
download_size: 7509175
|
56 |
+
dataset_size: 27166408
|
57 |
+
configs:
|
58 |
+
- config_name: default
|
59 |
+
data_files:
|
60 |
+
- split: train
|
61 |
+
path: data/train-*
|
62 |
---
|