Update README
Browse files
README.md
CHANGED
@@ -12,9 +12,12 @@ viewer: false
|
|
12 |
|
13 |

|
14 |
|
15 |
-
BioCube is a multimodal dataset for
|
|
|
|
|
|
|
|
|
16 |
|
17 |
-
-
|
18 |
|
19 |
## Dataset Structure
|
20 |
|
@@ -60,7 +63,9 @@ BioCube can be used for variety of applications like:
|
|
60 |
- Habitat assesment
|
61 |
- Weather & Climate modelling
|
62 |
|
63 |
-
Also, BioCube is a trove of information and appropriate for **large-scale Foundation Model training**.
|
|
|
|
|
64 |
|
65 |
**IMPORTANT:**
|
66 |
You can find more information of how to use BioCube to produce Batches for training ML models and the whole codebase used to produce it at [BioCube - Github](https://github.com/BioDT/bfm-data)
|
@@ -70,4 +75,14 @@ You can find more information of how to use BioCube to produce Batches for train
|
|
70 |
|
71 |
### Citation
|
72 |
If you find our work useful, please consider citing us!
|
73 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |

|
14 |
|
15 |
+
BioCube is a multimodal dataset for ecological and biodiversity modelling.
|
16 |
+
|
17 |
+
For more information, please visit our [github repository](https://github.com/BioDT/bfm-data)
|
18 |
+
|
19 |
+
[Link to our paper](https://arxiv.org/abs/2505.11568)
|
20 |
|
|
|
21 |
|
22 |
## Dataset Structure
|
23 |
|
|
|
63 |
- Habitat assesment
|
64 |
- Weather & Climate modelling
|
65 |
|
66 |
+
Also, BioCube is a trove of information and appropriate for **large-scale Foundation Model training**.
|
67 |
+
|
68 |
+
The most recent model using our dataset is **[BioAnalyst: A Foundation Model for Biodiversity](https://arxiv.org/abs/2507.09080)**
|
69 |
|
70 |
**IMPORTANT:**
|
71 |
You can find more information of how to use BioCube to produce Batches for training ML models and the whole codebase used to produce it at [BioCube - Github](https://github.com/BioDT/bfm-data)
|
|
|
75 |
|
76 |
### Citation
|
77 |
If you find our work useful, please consider citing us!
|
78 |
+
```
|
79 |
+
@misc{stasinos2025biocubemultimodaldatasetbiodiversity,
|
80 |
+
title={BioCube: A Multimodal Dataset for Biodiversity Research},
|
81 |
+
author={Stylianos Stasinos and Martino Mensio and Elena Lazovik and Athanasios Trantas},
|
82 |
+
year={2025},
|
83 |
+
eprint={2505.11568},
|
84 |
+
archivePrefix={arXiv},
|
85 |
+
primaryClass={q-bio.QM},
|
86 |
+
url={https://arxiv.org/abs/2505.11568},
|
87 |
+
}
|
88 |
+
```
|