Model Card This is a template for Hugging Face model cards tailored for geospatial foundation models. Copy the markdown below and paste it into your model's README.md on Hugging Face Hub. Replace the placeholders in {braces} with your own information.
Template yaml ---
# === Basic Information (Required) ===
language :
- { lang_0 }
- { lang_1 }
license : { license }
license_name : { license_name }
license_link : { license_link }
library_name : { library_name }
provider : { provider }
funder : { funder }
tags :
- { tag_0 }
- { tag_1 }
- { tag_2 }
# === Embedding Properties (Required) ===
embedding_spatial_types :
- { embedding_spatial_type_0 }
- { embedding_spatial_type_1 }
embedding_temporal_type :
- { embedding_temporal_type_0 }
- { embedding_temporal_type_1 }
embedding_spatial_context : { embedding_spatial_context }
embedding_temporal_context : { embedding_temporal_context }
embedding_dimension : { embedding_dimension }
# === Model Details (Optional) ===
description : { description }
compression : { compression }
intention : { intention }
cautions : { cautions }
precomputed_embeddings : { precomputed_embeddings }
publication_link : { publication_link }
model_architecture : { model_architecture }
# === Pretraining (Optional) ===
pretraining :
data_types :
- { data_type_0 }
- { data_type_1 }
product_names :
- { product_name_0 }
- { product_name_1 }
training_strategy : { training_strategy }
training_resource : { training_resource }
spatial_extent : { spatial_extent }
temporal_extent : { temporal_extent }
patch_size : { patch_size }
temporal_context : { temporal_context }
batch_size : { batch_size }
# === Inference (Optional) ===
inference :
data_types :
- { data_type_0 }
- { data_type_1 }
product_names :
- { product_name_0 }
- { product_name_1 }
patch_size : { patch_size }
temporal_context : { temporal_context }
# === Standard HF Fields (Optional) ===
datasets :
- { dataset_0 }
metrics :
- { metric_0 }
base_model : { base_model }
# === Evaluation Results (Optional) ===
model-index :
- name : { model_id }
results :
- task :
type : { task_type }
name : { task_name }
dataset :
type : { dataset_type }
name : { dataset_name }
config : { dataset_config }
split : { dataset_split }
revision : { dataset_revision }
args :
{ arg_0 }: { value_0 }
metrics :
- type : { metric_type }
value : { metric_value }
name : { metric_name }
config : { metric_config }
args :
{ arg_0 }: { value_0 }
verifyToken : { verify_token }
source :
name : { source_name }
url : { source_url }
--- Field Reference Field Required Description Example languageNo Language codes fr, enlicenseYes License identifier from HF licenses apache-2.0license_nameNo Custom license ID (if license = other) my-license-1.0license_linkNo Path or URL to license file (if license = other) LICENSE.mdlibrary_nameNo Library from HF model libraries kerasproviderYes Organization or individual that developed the model NASAfunderNo Funding institutions NSF, ESAtagsNo Searchable tags SSL, Geospatial Foundation Model, multispectral
Embedding Properties Field Required Description Acceptable Values embedding_spatial_typesYes Spatial type of embeddings pixel, patch, sceneembedding_temporal_typeYes Temporal type of embeddings single-date, multi-dateembedding_spatial_contextYes Spatial context scope spatial context determined by embedding spatial type, spatial context beyond embedding spatial typeembedding_temporal_contextYes Temporal context scope temporal context determined by embedding spatial type, spatial context beyond embedding temporal typeembedding_dimensionYes Embedding vector size (integer) 768
Model Details Field Required Description Example descriptionYes Free text explanation of the model compressionNo Description of storage compression used intentionNo Intended use case and how training data was sampled land cover, oceans, urbancautionsNo Constraints or cautions for users model not trained on snow, loses accuracy with high cloud coverageprecomputed_embeddingsNo Link to precomputed embeddings, or no yes: https://... or nopublication_linkNo URL to related publication model_architectureNo Description of model architecture ViT-L/14
Pretraining (Optional) Field Description Acceptable Values / Example data_typesTypes of data used for training RGB, multispectral, hyperspectral, SAR, LiDAR, DEM, climate data, text, semantic dataproduct_namesData products used sentinel-2-l2atraining_strategyTraining approach Contrastive, MIM, Barlow Twinstraining_resourceTraining resource requirements (energy, GPU, etc.) spatial_extentBounding box(es) in EPSG 4326 temporal_extentDate range 01-01-2020 to 31-12-2023patch_sizePatch size (integer) 224temporal_contextTemporal context for training single-date, multi-datebatch_sizeBatch size (integer) 32
Inference (Optional) Field Description Acceptable Values / Example data_typesTypes of data supported for inference RGB, multispectral, hyperspectral, SAR, LiDAR, DEM, climate data, text, semantic dataproduct_namesData products supported sentinel-2-l2apatch_sizePatch size (integer) 224temporal_contextTemporal context for inference single-date, multi-date
Evaluation Results (Optional) Use model-index to encode evaluation results for downstream tasks.
Field Required Description Example model-index.nameYes Model identifier task.typeYes Task type crop field segmentationtask.nameNo Task name Field Segmentationdataset.typeYes Dataset type Field boundary labelsdataset.nameYes Dataset name PASTISdataset.configNo Dataset subset for load_dataset() dataset.splitNo Dataset split testdataset.revisionNo Dataset revision hash metrics.typeYes Metric ID from HF metrics wermetrics.valueYes Metric value 20.90metrics.nameNo Metric display name Test WERsource.nameNo Source of evaluation results PANGAEAsource.urlIf source provided Link to source https://arxiv.org/...