Datasets:
Update README: Clean up hallucinations, fix contact info, change to MIT license
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 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
|
| 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 |
|
| 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 |
|
| 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 **
|
| 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
|
| 206 |
|
| 207 |
## π Related Resources
|
| 208 |
|
| 209 |
- [DeepEarth Project](https://github.com/deepearth)
|
| 210 |
-
- [V-JEPA Model](https://
|
| 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
|
|
|
|
| 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.*
|