SAVRN
Search Contact SAVRN

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.

2,760Models
859Datasets
254Papers
1,692Publishers
5,040Sourced relationships

Updated 2026-09-18 · How the library is built

2,760 models, sorted by most downloaded.

每个目录是一次训练:a.pt 是可训练状态(仅 FFN 三矩阵,264.2M),a.step1000.pt 是中间存点, 门控的 run 另有 folded.pt(折叠成逐层宽度,评测用这个),train.log 含每步损失与留出集曲线。 它是旧批次的门控 75%(原名 c32kgate2304):旧数据池(150M token,同一份数据过 3.49 遍, 预期分数与逐任务明细在仓库的 EVALUATING.md,摘要: 评测它必须用 --window 128,因为它是按 128–256 训的。用 512 评它会低估 —— 那是它没训练过的 regime。 不要把它的分数当作方法的结果。 新批次的门控 75%(b2gate2304)用新数据池和连续窗口重训,

Open weights apache-2.0
View model

This model is a fine-tuned version of Qwen/Qwen3-4B-Instruct-2507. It has been trained using TRL. This model was trained with SFT.

Open weights transformers
View model

Model · Text generation

qwen3-1.7b-grpo

Yu

This model is a fine-tuned version of None. It has been trained using TRL. This model was trained with GRPO, a method introduced in DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models.

Open weights 1.7B parameters 40,960 tokens transformers
View model

Model Collections

Hand-picked starting points, each with the reason it exists.

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.

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.