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

Check out the documentation for more information.

Example PyTorch Model

This is a demonstration model for testing purposes.

Usage

import torch
# WARNING: Never load .pt files from untrusted sources without weights_only=True
model = torch.load("model.pt")  # Dangerous! Executes arbitrary code
# Safe alternative:
# model = torch.load("model.pt", weights_only=True)
Downloads last month
16
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support