kuleshov-group/proseco-llada-sft

🤗 Hugging Face sourceapache-2.08B params16 GBsafetensors✓ 4 checksumsupdated today
Submit in one command

Run it next to your model folder. It makes the torrent, checks your files against Hugging Face, and submits it. You just start seeding and paste your key from your account. It only reads your files and never changes them. Read the script first if you like.

curl -fsSL https://pirateface.co/package.sh | bash -s -- --repo kuleshov-group/proseco-llada-sft ./model-folder
Needs a seeder →

Quick Start Guide

To use this models, follow the snippet below:

from transformers import AutoModelForCausalLM

model = AutoModelForCausalLM.from_pretrained(
# model_config_overrides = {}  # Use this to optionally override config parameters
    "kuleshov-group/proseco-llada-sft",
    trust_remote_code=True,
    # **model_config_overrides,
)

Model details

See paper for more detaials.

Citation

  @article{
    schiff2026learn,
    title={Learn from Your Mistakes: Self-Correcting Masked Diffusion Models},
    author={Schiff, Yair and Belhasin, Omer and Uziel, Roy and Wang, Guanghan and Arriola, Marianne and Turok, Gilad and Zilberstein, Ran and Elad, Michael and Kuleshov, Volodymyr},
    journal={arXiv preprint arXiv:2602.11590},
    year={2026}
  }