Downloads · 30 days
8
44% of all-time downloads
asher577/thirds_reallyhighbeta_0.05
thirds_reallyhighbeta_0.05 is a machine learning model from asher577. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
Weight-sparse transformer trained with the procedure from Gao et al. (2025).
Downloads · 30 days
8
44% of all-time downloads
All-time downloads
18
Public
Repo size
1.5 GB
Likes
0
Public
Click a slice to open those files.
.bin1 GB · 68%
From the Hugging Face model README
Weight-sparse transformer trained with the procedure from Gao et al. (2025).
import torch
from huggingface_hub import hf_hub_download
# Download model
model_path = hf_hub_download(repo_id="asher577/thirds_reallyhighbeta_0.05", filename="pytorch_model.bin")
config_path = hf_hub_download(repo_id="asher577/thirds_reallyhighbeta_0.05", filename="config.json")
# Load (requires the SparseGPT model class from this repo)
state_dict = torch.load(model_path)