by321/safetensors_util
Utility for Safetensors Files
This tool helps AI model developers and trainers manage metadata within safetensors files. You can input a safetensors file to view its embedded metadata, often containing training details like learning rates or image counts. It outputs human-readable metadata or a new safetensors file with updated metadata from a JSON input. This is for anyone who trains or uses AI models and needs to inspect or modify their metadata.
100 stars. No commits in the last 6 months.
Use this if you need to easily read or update the '__metadata__' section of a safetensors file, especially for AI models like LoRA files.
Not ideal if you're looking for a general-purpose tensor manipulation library or if you don't work with safetensors files.
Stars
100
Forks
15
Language
Python
License
—
Category
Last pushed
Oct 01, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/by321/safetensors_util"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
pymc-devs/pytensor
PyTensor allows you to define, optimize, and efficiently evaluate mathematical expressions...
arogozhnikov/einops
Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others)
lava-nc/lava-dl
Deep Learning library for Lava
tensorly/tensorly
TensorLy: Tensor Learning in Python.
tensorpack/tensorpack
A Neural Net Training Interface on TensorFlow, with focus on speed + flexibility