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.

VNPen is MewBaka Studio's visual-novel model series. The writer edition is for script writing, de-AI rewriting, and generating example scenes from a mood brief. Output format is one script line per line: speaker:text, with narration written as 旁白:. The base Qwen/Qwen3.5-2B is multimodal. Its checkpoint carries 297 model.visual. tensors (a depth-24 / hidden-1024 / patch-16 ViT) and 15 mtp. tensors for multi-token prediction. This project is text-only. In transformers, AutoModelForCausalLM on a qwen35 config builds Qwen35ForCausalLM over a Qwen35TextConfig — so the vision weights were never loaded at any point: not for training, not for merging, not for saving. Verified on the published…

Open weights apache-2.0 1.9B parameters 262,144 tokens transformers
View model

Model · Text generation

wag-2b

skyler Ulrich

a small chat model that talks like a puppygirl and still answers the question. fine-tuned from Qwen/Qwen3.5-2B (Apache-2.0). wag speaks in lowercase, soft, playful puppyspeak — wan~, awoo, arf,:3, the occasional ears perk — and underneath that gives you a real answer. the voice is the product, but the whole point was that it doesn't come at the cost of being useful. the failure mode this was built to avoid is collapsing into pure noise: a model that barks charmingly and tells you nothing. the eval below scores helpfulness and voice separately so that tradeoff stays visible instead of hiding behind vibes. llama.cpp / LM Studio / ollama — grab a quant from gguf/ and go. wag-q4km.gguf is the…

Open weights other 400,000 tokens transformers
View model

A small open model that reads one printed table row out of a scanned nineteenth-century meteorological table and returns its cells as text. It is not a chatbot, not a general OCR model, and not a climate model. It reads a strip of paper and writes back numbers. Trained and evaluated entirely on Brazilian historical records, but the interesting result is that it reads layouts it has never seen — and usually with no labelled rows at all. Of the 18 layouts this project describes, two ever needed hand-labelling; the other fifteen were added by writing a JSON description of the columns and running the pipeline. docs/ADDING-A-PUBLICATION.md is the path and the evidence. Base: Qwen/Qwen3.5-2B…

Open weights apache-2.0 peft
View model

Model · Object detection

web-sdk-pp-rotated-detection

Chen Mohan

由chenmohan维护,非Paddle官方账号。PP-YOLOE-R-s 1024 FP32,DOTA15类单帧遥感旋转框检测,33,161,415字节。 Apache-2.0采用依据为固定官方项目声明与模型表,未发现独立权重许可文本;完整来源、转换和边界见模型卡及LICENSE/NOTICE。 Maintained by chenmohan, not the official Paddle account. Single-image DOTA15 rotated detection, PP-YOLOE-R-s 1024 FP32. Apache-2.0 is adopted from the pinned project license and model table; no separate weight-specific license text was found. See the cards for provenance, conversion and desktop verification scope.

Open weights apache-2.0
View model

Model · Speech recognition

whisper-small-ha-merged

Bello Abdullahi

This is the model card of a transformers model that has been pushed on the Hub. Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. Use the code below to get started with the model. Carbon emissions can be estimated using the Machine Learning Impact calculator presented in Lacoste et al. (2019).

Open weights 242M parameters transformers
View model

colab1/latest.pt is overwritten as the run progresses; colab1/step.pt are milestones every 1000 steps. Load with the trainer (RESUMECKPT=), not as a standalone model.

Open weights
View model

「洋洋 · PixelCut 批量抠图工作台」所用开源模型的聚合上传包,保持与原项目一致的目录结构(models/models/ /...)。 在项目根目录执行,模型将下载到 models/models/ 下,与绿色版完全一致,开箱即用。

Open weights
View model

A set of LoRA adapters for m-a-p/YuE2-3B, fine-tuned to push the base model toward industrial rock: heavy distorted guitars, mechanical/industrial sound textures, a dense mix, and aggressive rhythms. YuE2 generates music in two stages, and there is one adapter per stage: - AR adapter — shapes the plan: structure, melody, and genre direction (the autoregressive planning stage). - NAR adapter — shapes the timbre: the actual instrumental/audio texture (the non-autoregressive decoding stage). Each stage has an adapter trained on a large pool (179 tracks) and a small pool (86 tracks). Use the large-pool ones for the best quality; the small-pool ones are kept for A/B comparisons and as the…

Open weights
View model

Four artist-style LoRAs that push YuE2-3B into modern militant roots reggae: dark raspy male patois vocals, steppers and one-drop grooves, deep sub bass, bubbling Hammond, nyabinghi drums, horn stabs, dub sirens and spring reverb. Conscious, apocalyptic, anthemic. Each file patches both halves of YuE2 in one go: the autoregressive planner (writes the score, decides the arrangement and the vocal lines) and the flow-matching decoder (the sound). Trigger word for all three: mltnt. All demos use the same original lyric, seed 7, 32 steps dpm2 / sgmuniform, no post-processing. MLTNT Frontline — baseline recipe, prompt prompts/steppersbaseline.txt, dense lyric (verses written at ~17 words per…

Open weights cc-by-nc-4.0
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.