YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

Quick start

import torch
from scpformer.model import ScpFormerModel

# a local checkpoint directory OR a Hugging Face repo id both work
model = ScpFormerModel.from_pretrained(
    "qfchou/scpFormer", torch_dtype=torch.float16
).cuda().eval()
Downloads last month
9
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support