andyvhuynh
commited on
Commit
•
b529587
1
Parent(s):
05ed5cd
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: observation_uuid
|
5 |
+
dtype: string
|
6 |
+
- name: latitude
|
7 |
+
dtype: float32
|
8 |
+
- name: longitude
|
9 |
+
dtype: float32
|
10 |
+
- name: positional_accuracy
|
11 |
+
dtype: int64
|
12 |
+
- name: taxon_id
|
13 |
+
dtype: int64
|
14 |
+
- name: quality_grade
|
15 |
+
dtype: string
|
16 |
+
- name: gl_image_date
|
17 |
+
dtype: string
|
18 |
+
- name: ancestry
|
19 |
+
dtype: string
|
20 |
+
- name: rank
|
21 |
+
dtype: string
|
22 |
+
- name: name
|
23 |
+
dtype: string
|
24 |
+
- name: gl_inat_id
|
25 |
+
dtype: string
|
26 |
+
- name: gl_photo_id
|
27 |
+
dtype: int64
|
28 |
+
- name: license
|
29 |
+
dtype: string
|
30 |
+
- name: rs_classification
|
31 |
+
dtype: bool
|
32 |
+
- name: ecoregion
|
33 |
+
dtype: string
|
34 |
+
- name: rs_image_date
|
35 |
+
dtype: string
|
36 |
+
- name: finetune_0.25percent
|
37 |
+
dtype: bool
|
38 |
+
- name: finetune_0.5percent
|
39 |
+
dtype: bool
|
40 |
+
- name: finetune_1.0percent
|
41 |
+
dtype: bool
|
42 |
+
- name: finetune_2.5percent
|
43 |
+
dtype: bool
|
44 |
+
- name: finetune_5.0percent
|
45 |
+
dtype: bool
|
46 |
+
- name: finetune_10.0percent
|
47 |
+
dtype: bool
|
48 |
+
- name: finetune_20.0percent
|
49 |
+
dtype: bool
|
50 |
+
- name: gl_image
|
51 |
+
dtype: image
|
52 |
+
- name: rs_image
|
53 |
+
sequence:
|
54 |
+
sequence:
|
55 |
+
sequence: int64
|
56 |
+
splits:
|
57 |
+
- name: test
|
58 |
+
num_bytes: 22004511.0
|
59 |
+
num_examples: 10
|
60 |
+
download_size: 3632616
|
61 |
+
dataset_size: 22004511.0
|
62 |
+
---
|
63 |
+
# Dataset Card for "NatureMultiView"
|
64 |
+
|
65 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|