ecodash commited on
Commit
6ec57b6
·
verified ·
1 Parent(s): 67b8ecf

Upload dataset_info.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_info.json +29 -0
dataset_info.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "deepearth-central-florida-plants",
3
+ "version": "0.2.0",
4
+ "description": "Multimodal biodiversity dataset for Central Florida native plants",
5
+ "homepage": "https://github.com/deepearth/datasets",
6
+ "license": "CC BY 4.0",
7
+ "citation": "@dataset{deepearth_cf_plants_2024,\n title={DeepEarth Central Florida Native Plants: A Multimodal Biodiversity Dataset},\n author={DeepEarth Team},\n year={2024},\n version={0.2.0},\n publisher={Hugging Face},\n url={https://huggingface.co/datasets/deepearth/central-florida-plants}\n}",
8
+ "features": {
9
+ "observations": 33665,
10
+ "species": 232,
11
+ "with_images": 31136,
12
+ "with_vision_embeddings": 7113,
13
+ "language_embedding_dim": 7168,
14
+ "vision_embedding_dim": 6498816
15
+ },
16
+ "splits": {
17
+ "train": 30935,
18
+ "temporal_test": 2730
19
+ },
20
+ "models": {
21
+ "language": "DeepSeek-V3",
22
+ "vision": "V-JEPA-2 (ViT-Giant)"
23
+ },
24
+ "data_components": {
25
+ "main_dataset": "observations.parquet",
26
+ "vision_index": "vision_index.parquet",
27
+ "vision_embeddings": "vision_embeddings/*.parquet"
28
+ }
29
+ }