You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Security Research PoC

Standard PyTorch model for security research.

import torch
model = torch.load("pytorch_model.pt", weights_only=False)
print(model)  # Linear(in_features=10, out_features=1, bias=True)
Downloads last month
57
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support