SAVRN
Search Contact SAVRN

Open-weight model · Text generation

DiscoverLM-70M

by Convergent Intelligence reaperdoesntknow/DiscoverLM-70M

A 69M parameter causal language model built on the Mixture-of-Attentions (MoA) architecture — distance-based metric attention that respects the triangle inequality by construction, not approximation. Every attention head operates in a proper metric space.

Parameters69M
Context1,024
Weights276.6 MB
Licensecc
AccessOpen weights
Monthly Downloads2.8k

Runs On

What it takes to serve DiscoverLM-70M (69M parameters): the memory its weights need at each precision, and the cheapest way to rent enough data-center GPUs to hold them.

PrecisionWeightsMemory neededCheapest setupPer hourAlso fits
16-bit 0.1 GB 0.2 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
8-bit 0.1 GB 0.1 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00
4-bit 0.0 GB 0.0 GB 1x MI300X (192 GB)
Vultr
$1.85 1x H100 $1.99 · 1x MI325X $2.00

Memory is the weights at that precision plus 20% for the runtime and a short context; a long context needs more. Prices are the lowest on-demand hourly rates in the SAVRN Index, read Sep 18, 2026.

Model Card

A 69M parameter causal language model built on the Mixture-of-Attentions (MoA) architecture — distance-based metric attention that respects the triangle inequality by construction, not approximation. Every attention head operates in a proper metric space. The geometry is enforced, not hoped for. Standard transformers compute attention as a dot product: Q·Kᵀ. This has no geometric meaning — it's a bilinear form, not a distance. Two tokens can be "close" by dot product while violating basic metric properties. MoA replaces this with negative squared distance under a learned diagonal Mahalanobis metric, then enforces the triangle inequality through a regularizer over random triples sampled…

Excerpt from the card by Convergent Intelligence, licensed cc.

Configuration

Architecture
MoAMetricLM
Context length (tokens)
1,024
Layers
4
Hidden size
512
Feed-forward size
1,536
Attention heads
64
Key/value heads
64
Vocabulary size
48,000
Model type
moa_metric

Identity and Version

Repository
reaperdoesntknow/DiscoverLM-70M
Publisher
Convergent Intelligence
Task
Text generation
Modality
Text
Library
transformers
Parameters
69M parameters
Languages
en
Revision
7586f3d61672e6a4661e9e66252966c4d6116395
First published
2026-03-08
Last updated
2026-09-18

Files and Weights

10 files, 280.5 MB in total. The weights are 1 file totalling 276.6 MB in safetensors.

Weights1 file · 276.6 MB
Configuration3 files · 150.2 KB
Tokenizer2 files · 3.4 MB
Documentation1 file · 14.3 KB
Other2 files · 401.6 KB
Repository1 file · 1.5 KB
Every file
FileTypeSizeSHA-256
model.safetensorsWeights276.6 MB 13ca3e44ddae
config.jsonConfiguration1.6 KB
generation_config.jsonConfiguration204 B
trainer_state.jsonConfiguration148.4 KB
README.mdDocumentation14.3 KB
events.out.tfevents.1772979692.a28ffe9e0143.11703 (1).0Other200.8 KB a0bdf96aac8b
events.out.tfevents.1772979692.a28ffe9e0143.11703 (2).0Other200.8 KB a0bdf96aac8b
.gitattributesRepository1.5 KB
tokenizer.jsonTokenizer3.4 MB
tokenizer_config.jsonTokenizer349 B

License and Download

License
cc
Access
Open weights, no gate
Download size
276.6 MB
Download from Convergent Intelligence

Released by Convergent Intelligence through its official repository on Hugging Face.

Built From

  • Trained on (disclosed) nohurry/Opus-4.6-Reasoning-3000x-filtered
  • Trained on (disclosed) openbmb/UltraData-Math
  • Trained on (disclosed) yahma/alpaca-cleaned

Memory Requirements

PrecisionWeights in memory
As published276.6 MB
16-bit0.1 GB
8-bit0.1 GB
4-bit0.0 GB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About DiscoverLM-70M

How much GPU memory does DiscoverLM-70M need?

About 0.2 GB at 16-bit and 0 GB at 4-bit: the weights (69M parameters) plus a working margin. A long context needs more.

What is the cheapest GPU to run DiscoverLM-70M on?

At 16-bit, 1x MI300X from $1.85 an hour; at 4-bit, 1x MI300X from $1.85 an hour, at the lowest on-demand prices the SAVRN Index lists.

What license is DiscoverLM-70M released under?

cc, as its publisher declares it. Read the license text before commercial use.

What is DiscoverLM-70M's context length?

1,024 tokens, from the maximum position embeddings in its published configuration.

Similar Models

Model · Text generation

Discovery

Convergent Intelligence

A 70M parameter causal language model built on the Mixture-of-Attentions (MoA) architecture — distance-based metric attention that respects the triangle inequality by construction, not approximation. Every attention head operates in a proper metric space. The geometry is enforced, not hoped for. Standard transformers compute attention as a dot product: Q·Kᵀ. This has no geometric meaning — it's a bilinear form, not a distance. Two tokens can be "close" by dot product while violating basic metric properties. MoA replaces this with negative squared distance under a learned diagonal Mahalanobis metric, then enforces the triangle inequality through a regularizer over random triples sampled…

Open weights cc 71M parameters 2,048 tokens transformers

Model · Text generation

SAGI

Convergent Intelligence

SAGI is a novel causal language model that integrates swarm intelligence dynamics with transformer architecture. The model treats cognition as a dynamic, adaptive system where multiple internal "agents" collaborate through differentiable routing, trust mechanisms, and shared memory. - Episodic + Semantic Memory: Dual memory system with trainable retrieval utility The swarm processes observations derived from token embeddings, updating its internal state S. This state conditions the transformer's attention patterns and feed-forward activations via learned projections, creating bidirectional information flow between symbolic (tokens) and subsymbolic (swarm dynamics) processing. - Educational…

Open weights apache-2.0 53M parameters 2,048 tokens transformers

Model · Text generation

distilgpt2

DistilBERT community

DistilGPT2 (short for Distilled-GPT2) is an English-language model pre-trained with the supervision of the smallest version of Generative Pre-trained Transformer 2 (GPT-2). Like GPT-2, DistilGPT2 can be used to generate text. Users of this model card should also consider information about the design, training, and limitations of GPT-2. CONTENT WARNING: Readers should be aware this section contains content that is disturbing, offensive, and can propagate historical and current stereotypes. As the developers of GPT-2 (OpenAI) note in their model card, “language models like GPT-2 reflect the biases inherent to the systems they were trained on.” Significant research has explored bias and…

Open weights apache-2.0 88M parameters transformers

Model · Text generation

pythia-70m-deduped

EleutherAI

The Pythia Scaling Suite is a collection of models developed to facilitate interpretability research (see paper). It contains two sets of eight models of sizes 70M, 160M, 410M, 1B, 1.4B, 2.8B, 6.9B, and 12B. For each size, there are two models: one trained on the Pile, and one trained on the Pile after the dataset has been globally deduplicated. All 8 model sizes are trained on the exact same data, in the exact same order. We also provide 154 intermediate checkpoints per model, hosted on Hugging Face as branches. The Pythia model suite was designed to promote scientific research on large language models, especially interpretability research. Despite not centering downstream performance as a…

Open weights apache-2.0 96M parameters 2,048 tokens transformers