ecodash commited on
Commit
65bd8a2
Β·
verified Β·
1 Parent(s): b01c2b0

Update README: Clean up hallucinations, fix contact info, change to MIT license

Browse files
Files changed (1) hide show
  1. README.md +8 -17
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- license: cc-by-4.0
3
  task_categories:
4
  - image-classification
5
  - feature-extraction
@@ -28,13 +28,9 @@ configs:
28
 
29
  # DeepEarth Central Florida Native Plants Dataset v0.2.0
30
 
31
- <p align="center">
32
- <img src="https://github.com/deepearth/assets/deepearth-logo.png" alt="DeepEarth" width="200"/>
33
- </p>
34
-
35
  ## 🌿 Dataset Summary
36
 
37
- A comprehensive multimodal biodiversity dataset featuring **33,665 observations** of **232 native plant species** from Central Florida. This dataset combines citizen science observations with state-of-the-art vision and language embeddings for advancing biodiversity monitoring and species distribution modeling.
38
 
39
  ### Key Features
40
  - 🌍 **Spatiotemporal Coverage**: Complete GPS coordinates and timestamps for all observations
@@ -80,7 +76,7 @@ Each observation contains:
80
  | Field | Type | Description |
81
  |-------|------|-------------|
82
  | `gbif_id` | int64 | Unique GBIF occurrence ID |
83
- | `taxon_id` | string | Species identifier |
84
  | `taxon_name` | string | Scientific species name |
85
  | `latitude` | float | GPS latitude |
86
  | `longitude` | float | GPS longitude |
@@ -91,7 +87,7 @@ Each observation contains:
91
  | `minute` | int | Observation minute (nullable) |
92
  | `second` | int | Observation second (nullable) |
93
  | `image_urls` | List[string] | URLs to observation images |
94
- | `num_images` | int | Number of images |
95
  | `has_vision` | bool | Vision embeddings available |
96
  | `vision_file_indices` | List[int] | Indices to vision files |
97
  | `language_embedding` | List[float] | 7,168-dim DeepSeek-V3 embedding |
@@ -183,7 +179,7 @@ species_embeddings = {
183
 
184
  ## πŸ“„ License
185
 
186
- This dataset is released under the **Creative Commons Attribution 4.0 International (CC BY 4.0)** license.
187
 
188
  ## πŸ“š Citation
189
 
@@ -202,20 +198,15 @@ If you use this dataset, please cite:
202
 
203
  ## 🌟 Acknowledgments
204
 
205
- We thank all citizen scientists who contributed observations through iNaturalist and GBIF. This dataset was created as part of the DeepEarth initiative for multimodal biodiversity monitoring.
206
 
207
  ## πŸ”— Related Resources
208
 
209
  - [DeepEarth Project](https://github.com/deepearth)
210
- - [V-JEPA Model](https://github.com/facebookresearch/jepa)
211
  - [DeepSeek-V3](https://github.com/deepseek-ai/DeepSeek-V3)
212
  - [GBIF Portal](https://www.gbif.org)
213
 
214
- ## ⚠️ Ethical Considerations
215
-
216
- - All observations are from public citizen science platforms
217
- - No endangered species location data is included at fine resolution
218
- - Please respect local regulations when using location data
219
 
220
  ## πŸ“ˆ Dataset Statistics
221
 
@@ -227,4 +218,4 @@ We thank all citizen scientists who contributed observations through iNaturalist
227
  - **Geographic Scope**: Central Florida, USA
228
 
229
  ---
230
- *Dataset prepared by the DeepEarth team for advancing multimodal biodiversity research.*
 
1
  ---
2
+ license: mit
3
  task_categories:
4
  - image-classification
5
  - feature-extraction
 
28
 
29
  # DeepEarth Central Florida Native Plants Dataset v0.2.0
30
 
 
 
 
 
31
  ## 🌿 Dataset Summary
32
 
33
+ A comprehensive multimodal dataset featuring **33,665 observations** of **232 native plant species** from Central Florida. This dataset combines citizen science observations with state-of-the-art vision and language embeddings for advancing multimodal self-supervised ecological intelligence research.
34
 
35
  ### Key Features
36
  - 🌍 **Spatiotemporal Coverage**: Complete GPS coordinates and timestamps for all observations
 
76
  | Field | Type | Description |
77
  |-------|------|-------------|
78
  | `gbif_id` | int64 | Unique GBIF occurrence ID |
79
+ | `taxon_id` | string | GBIF taxon ID |
80
  | `taxon_name` | string | Scientific species name |
81
  | `latitude` | float | GPS latitude |
82
  | `longitude` | float | GPS longitude |
 
87
  | `minute` | int | Observation minute (nullable) |
88
  | `second` | int | Observation second (nullable) |
89
  | `image_urls` | List[string] | URLs to observation images |
90
+ | `num_images` | int | Relative image number in GBIF occurrence |
91
  | `has_vision` | bool | Vision embeddings available |
92
  | `vision_file_indices` | List[int] | Indices to vision files |
93
  | `language_embedding` | List[float] | 7,168-dim DeepSeek-V3 embedding |
 
179
 
180
  ## πŸ“„ License
181
 
182
+ This dataset is released under the **MIT License**.
183
 
184
  ## πŸ“š Citation
185
 
 
198
 
199
  ## 🌟 Acknowledgments
200
 
201
+ We thank all citizen scientists who contributed observations through iNaturalist and GBIF. This dataset was created as part of the DeepEarth initiative for multimodal self-supervised ecological intelligence research.
202
 
203
  ## πŸ”— Related Resources
204
 
205
  - [DeepEarth Project](https://github.com/deepearth)
206
+ - [V-JEPA Model](https://ai.meta.com/vjepa/)
207
  - [DeepSeek-V3](https://github.com/deepseek-ai/DeepSeek-V3)
208
  - [GBIF Portal](https://www.gbif.org)
209
 
 
 
 
 
 
210
 
211
  ## πŸ“ˆ Dataset Statistics
212
 
 
218
  - **Geographic Scope**: Central Florida, USA
219
 
220
  ---
221
+ *Dataset prepared by the DeepEarth team for advancing multimodal self-supervised ecological intelligence research.*