experiment_pel

Pytorch checkpoint for the GeoGraph model (raw PyTorch/Lightning-style checkpoint).

Usage

import torch
from huggingface_hub import hf_hub_download

# Download the checkpoint into a local folder (or use the default cache)
p = hf_hub_download(
    repo_id="jeanq1/GeoGraph",
    filename="model.ckpt",
    local_dir="./weights"
)

# Load like any local PyTorch file
ckpt = torch.load(p, map_location="cpu", weights_only=False)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support