Attempt at data studio viz
Browse files
README.md
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
pretty_name: Geolayers
|
3 |
language: en
|
4 |
language_creators:
|
5 |
-
- found
|
6 |
license: cc-by-4.0
|
7 |
multilinguality: monolingual
|
8 |
size_categories:
|
9 |
-
- 10K<n<100K
|
10 |
task_categories:
|
11 |
-
- image-classification
|
12 |
-
- image-segmentation
|
13 |
citation: |
|
14 |
@inproceedings{rao2025,
|
15 |
title={Using Multiple Input Modalities can Improve Data‐Efficiency and O.O.D. Generalization for ML with Satellite Imagery},
|
@@ -18,16 +18,20 @@ citation: |
|
|
18 |
booktitle={Under Review},
|
19 |
}
|
20 |
source_datasets:
|
21 |
-
- SustainBench
|
22 |
-
- USAVars
|
23 |
-
- BigEarthNetv2.0
|
24 |
-
- EnviroAtlas
|
25 |
homepage: https://huggingface.co/datasets/arjunrao2000/geolayers
|
26 |
repository: https://huggingface.co/datasets/arjunrao2000/geolayers
|
27 |
download_size: 25570000000
|
28 |
tags:
|
29 |
-
- climate
|
30 |
-
- remote-sensing
|
|
|
|
|
|
|
|
|
31 |
preview: preview_inputs_sustainbench.csv
|
32 |
---
|
33 |
|
|
|
2 |
pretty_name: Geolayers
|
3 |
language: en
|
4 |
language_creators:
|
5 |
+
- found
|
6 |
license: cc-by-4.0
|
7 |
multilinguality: monolingual
|
8 |
size_categories:
|
9 |
+
- 10K<n<100K
|
10 |
task_categories:
|
11 |
+
- image-classification
|
12 |
+
- image-segmentation
|
13 |
citation: |
|
14 |
@inproceedings{rao2025,
|
15 |
title={Using Multiple Input Modalities can Improve Data‐Efficiency and O.O.D. Generalization for ML with Satellite Imagery},
|
|
|
18 |
booktitle={Under Review},
|
19 |
}
|
20 |
source_datasets:
|
21 |
+
- SustainBench
|
22 |
+
- USAVars
|
23 |
+
- BigEarthNetv2.0
|
24 |
+
- EnviroAtlas
|
25 |
homepage: https://huggingface.co/datasets/arjunrao2000/geolayers
|
26 |
repository: https://huggingface.co/datasets/arjunrao2000/geolayers
|
27 |
download_size: 25570000000
|
28 |
tags:
|
29 |
+
- climate
|
30 |
+
- remote-sensing
|
31 |
+
# Make sure HF indexes all JPEGs under huggingface_preview/
|
32 |
+
data_files:
|
33 |
+
- "huggingface_preview/*/*.jpg"
|
34 |
+
# Tell HF which CSV maps samples to those images
|
35 |
preview: preview_inputs_sustainbench.csv
|
36 |
---
|
37 |
|