Re-released?
I remember this v2 model was taken down, and now it's re-released. What's the difference now?
No changes unfortunately, but my HF storage bill exploded so I couldn't keep it private...
Why'd you want to keep it private?
HF storage bill exploded
You could reduce the space/cost of this model by at least 1/3 if you throw away the git history.
All those re-uploads/updates of the safetensors files are counted / billed when the model is private. If you've got other private models like this, you'd probably save a lot of $ and be able to make this one private again if you want.
api.super_squash_history(repo_id="mlabonne/gemma-3-27b-it-abliterated-v2")
Note that it also sets the created/updated dates to right now, which annoyed me when I ran this on all my datasets as I was sorting by updated date).
Credit goes to this post by [anakin87]
I commented on that post with an equivilent of ncdu
to list all your models and sort them by storage usage.
Nice, it's a good idea. Thanks!