CoolFace
Modelpublic

llama2thedog/BIM-JEPA-FM-hf

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes
Model Card

BIM-JEPA-FM — IFCNetCore

BIM-JEPA-FM fine-tuned for 20-way IFCNetCore object classification. Provided for the inference demo.

Filecheckpoints/bim-jepa-fm-ifcnetcore.ckpt
TaskIFCNetCore classification, 20 classes
Backbone12-layer transformer, 384 dim, 6 heads
HeadMLP, 256 dim, mean+max pooling
Fine-tuning350 epochs from the BIM-JEPA-FM pre-trained encoder

Usage

python
from huggingface_hub import hf_hub_download
hf_hub_download(
    "llama2thedog/BIM-JEPA-FM-hf",
    "checkpoints/bim-jepa-fm-ifcnetcore.ckpt",
    local_dir="/content/",
)

The demo notebook loads this checkpoint through BimJepaClassification; the two model families are architecturally identical, so only the checkpoint path differs.

Citation

bibtex
@article{shi2026toward,
  title={Toward generalizable foundation models for 3D BIM geometry using a joint embedding predictive architecture},
  author={Shi, Jack Wei Lun and Solihin, Wawan and Weng, Yufeng and Liang, Houhao and Zhao, Yimin and Poh, Leong Hien and Yeoh, Justin K.W.},
  journal={Automation in Construction},
  volume={191},
  pages={107169},
  year={2026},
  publisher={Elsevier}
}