SAVRN Model Hub
Open-Weight Models
An open-weight model is an AI model whose trained weights are published for anyone to download. The weights are what the model learned in training. With a copy of them you can run the model on hardware you control and train it further on your own data.
Open weights are not the same as open source. Many publishers release the weights without the training data or code, and the license sets what you may do with the model. This library puts each model's full card, architecture, files, license and published evaluations on one page.
Updated 2026-09-18 · How the library is built
2,760 models, sorted by most downloaded.
Stage-1 tokenizers and stage-2 paired-pretraining checkpoints for fMRI-LM, a foundation model that aligns functional MRI with language. Three variants, differing in the objective the stage-1 fMRI tokenizer was trained with. vq-contrastive/ — vector quantization + SigLIP contrastive alignment. vq-domain/ — vector quantization + adversarial domain loss. mae/ — masked autoencoding (mask ratio 0.5) + adversarial domain loss. All three were trained on UK Biobank with robust normalisation and Qwen3-0.6B. Stage-2 files are DeepSpeed checkpoints already merged to a single file. The MAE stage-1 file loads with MaskedAutoencoderViT; the two VQ stage-1 files load with the Tokenizer class. They are not…
Checkpoint collection for four real-world tasks and four model families. - joint is a top-level folder alongside the four tasks, for models trained on all tasks. - Task-specific runs sit directly under / /. Each run includes its original checkpoint format and inference/training metadata. Reserved folders contain a README; inspect run folders for available weights. See CHECKPOINTUPLOADS.md for the upload contract and commands, checkpointlayout.json for the path schema, and hfcheckpointimports.json for pinned source revisions and file hashes. Imported run READMEs retain their original training and evaluation limitations; these historical runs are not asserted to use the current benchmark…
Yuhui Hong and FIDDLE contributors. FIDDLE v2.0.0 Orbitrap prediction and rescoring checkpoints. Copyright 2024 Yuhui Hong. Upstream release. Apache-2.0 follows the release's project licence; no separate checkpoint-specific licence statement accompanies the archives. The unchanged upstream licence notice is included as 2.0.0/LICENSE. The software license is reported separately; it does not replace the model/data license. These are byte-identical upstream files. No model conversion was performed.
Action Chunking with Transformers (ACT) is an imitation-learning method that predicts short action chunks instead of single steps. It learns from teleoperated data and often achieves high success rates. This policy has been trained and pushed to the Hub using LeRobot. Learn how to train and run it in the LeRobot act guide, or browse the full documentation. The policy consumes these observation features and produces these action features. Inputs Outputs New to LeRobot? These guides cover the full workflow: - Install LeRobot — set up the lerobot package. - Hardware setup — assemble, wire, and calibrate your robot and cameras. - Record data & train a policy — the end-to-end imitation-learning…
Browser bundle of a chess-playing fruit-fly connectome — the complete FlyWire FAFB v783 brain (138,639 neurons, 15,091,983 synapses, wiring and excitatory/inhibitory signs frozen) with a learned encoder, one positive gain per synapse, per-neuron homeostasis, and a decoder, trained on Stockfish-annotated Lichess positions. Recovers Stockfish's top move 28.3% of the time on held-out positions (ChessFly, the original recipe by Maxime Labonne: 30.4%). Play it: https://flymate.naklitechie.com · code: https://github.com/NakliTechie/flymate Files are raw little-endian arrays consumed by the page's WebGPU kernels; meta.json carries shapes, the 1968-move vocabulary and torch reference outputs for…
SmolVLA is a compact, efficient vision-language-action model that achieves competitive performance at reduced computational costs and can be deployed on consumer-grade hardware. This policy has been trained and pushed to the Hub using LeRobot. See the full documentation at LeRobot Docs. For a complete walkthrough, see the training guide. Below is the short version on how to train and run inference/eval: Writes checkpoints to outputs/train/ /checkpoints/. Prefix the dataset repo with eval\ and supply --policy.path pointing to a local or hub checkpoint.
Frozen SONIC whole-body controller + seven rank-16 LoRAs on the decoder, conditioned on a 128-d percept from a head depth camera (Theia-Tiny tokens + temporal adapter). PPO, iteration 4000. Consumed by lerobot's DepthDodgeController for the Unitree G1. Camera contract: 64x96 optical-Z depth in metres, 45 deg vertical FOV, 0 deg pitch, valid 0.2-6 m, 25 Hz. See manifest.json for the full training config.
Two checkpoints of the Haltere fly-brain connectome (a 30,000-neuron recurrent network with the connectome's structure and signs, flight-trained) with a linear motor readout that turns the network's motor-neuron rates into a cursor or view velocity, trained by imitation of a proportional controller in Ganglion, the reflex layer that runs them against live applications at 100 Hz. The report-.json files beside them are the training and suite reports they were selected from. Everything here was measured on one machine (RTX 4090, Windows 11); the numbers are the suite's and the live harness's, with their caveats, and are documented in full in the repository's TRAINING.md and HALFLIFE.md. The…
A hidden Markov model distilled from mhdang/gelatwo-common-gen-gpt2-large, used as the tractable proposal for keyword-constrained generation on CommonGen in Mitigating Bias in Locally Constrained Decoding via Tractable Proposals (arXiv:2606.01926). Locally constrained decoding (LCD) enforces a constraint by masking next tokens one step at a time, which biases the samples it draws. P-GCD instead combines this HMM with a tensorized finite automaton to form a proposal that carries both the logical and the probabilistic information about the target distribution, and samples from it with sequential Monte Carlo. The HMM supplies the lookahead the This is not a fine-tune of the base LM and shares…
gpt2-large fine-tuned on CommonGen, used as the base language model for the CommonGen experiments in Mitigating Bias in Locally Constrained Decoding via Tractable Proposals (arXiv:2606.01926). This is a plain causal language model: it supplies the base distribution that GCD and P-GCD steer. The tractable proposal it is paired with is the HMM at which shares its 50257-token vocabulary. configs/common-gen.yaml in github.com/MhDang/gelatwo already points at this checkpoint, so the CommonGen runs need no override.
Model Collections
Hand-picked starting points, each with the reason it exists.
Collection · 4 entries
Embedding models for retrieval
Sentence and document embedding models used to build retrieval systems. Dimension and sequence length matter more than size here, and both come from the publisher.
Collection · 4 entries
Models that fit on one accelerator
Models whose publisher-reported parameter count puts them within reach of a single accelerator at common precisions. Memory needed depends on precision and serving configuration, so treat the parameter count as the starting point, not the answer.
Collection · 6 entries
Open-weight text models worth knowing
Widely used open-weight language models, chosen because each one is a distinct family rather than a variant of the one above it. Selection, not a ranking.
Collection · 3 entries
Speech and audio models
Recognition and synthesis models, grouped so the two directions are easy to compare.
Open-Weight Models Explained
What is an open-weight model?
An AI model whose trained weights are published for anyone to download, so it can be run, tested and fine-tuned on hardware the user controls.
Is an open-weight model the same as open source?
Not always. Open weights means the trained model can be downloaded. Open source usually also means the training code and data are available and the license allows broad reuse. Many open-weight models release the weights only.
Can I use an open-weight model commercially?
It depends on the license. Apache 2.0 and MIT allow commercial use. Other licenses limit it, for example to non-commercial use or below a set number of users. Every model page here shows its license.
How much memory does an open-weight model need?
About two bytes per parameter at 16-bit precision, so a 7-billion-parameter model needs roughly 14 GB for its weights, plus memory for the context it processes. Each model page lists its parameter count and the size of its files.
Related SAVRN Research
The hub sits beside SAVRN's market data and infrastructure research: what models cost to run, and what it takes to run them.
SAVRN Index
What open models cost to run
The same open-weight model priced by every host that serves it, per million tokens.
Research Hub
Data center trackers and maps
Moratoriums, permits, power, water and capital behind the facilities that run these models.
Method
How the Model Hub is built
Sources, evidence labels, refresh behaviour, and the limits of every comparison here.

