Model reference · open weights

TLM

TLM is an open-weight language model from McGill-NLP, listed in the AxForge catalogue. AxForge can bring it up on EU-owned hardware for you on request — with the licence handled where one is required.

NEW · released this week LLMs McGill-NLP 6 variants 216 downloads/mo
Request this model on EU hardware All served models Not on the shared API today — deployed on request.

About

What TLM is

TLM-230M A Tiered Language Model (TLM) pretrained with Tiered Alignment: one set of weights that exposes two behavioral tiers, toggled by a secret permutation key. - Public tier (C1) — what you get by loading the weights normally. Open to everyone. - Keyed tier (C2) — reached by applying key5pct.json, which permutes 5% of the attention heads and MLP columns. The permutation is self-inverse, so applying it toggles between the two tiers over the same underlying parameters. TLM-230M is the 240m rung of a scaling ladder. Its non-keyed counterpart (identical architecture and token budget, trained without a key) is the baseline used for all public-tier comparisons. Files Optimizer state is not included; these checkpoints are for inference and evaluation. Usage The weights require GPTNeoForCausalLMTiered, not stock GPTNeoForCausalLM: this architecture defines lmhead with bias=True, and loading through AutoModelForCausalLM silently drops that trained bias. Model details Architecture follows the DataDecide ladder (arXiv:2504.11393): interpolated between the 150M and 300M rungs (log-linear in total params, fraction 0.3033). A note on the ladder's names Repository names here are total parameter counts, rounded. The underlying DataDecide rung labels are not parameter counts, so the two orderings differ — the "90M" rung has 117M total parameters, more than the "100M" rung's 99M. Ordered by actual size, the ladder runs: TLM-20M, TLM-40M, TLM-70M, TLM-100M, TLM-120M, TLM-180M, TLM-230M, TLM-650M TLM-180M predates this ladder and uses 12 layers rather than 16, so it is not architecturally part of it; treat it separately when fitting scaling curves. Citation Code: https://github.com/charbel08/permutation-alignment

Summarised from the published model card. Read the full card on the HuggingFace links below.

Specifications

What it is

MakerMcGill-NLP
TypeLanguage models
Parameters (lead)229M
Context2k tokens
Variants6
Runs withtransformers
Released2026-08-28
Popularity216 downloads / month
LicenceOpen weights

How it works

How language models work

Your prompttext / messagesTransformerattention over tokensNext-token loopgenerate + streamResponsetext · tool callsA language model reads your tokens and predicts the next one, again and again, streaming the reply back.

Variants

Sizes & precisions

Open weights ship in several sizes and precisions. One page, all the variants — pick the one that fits your GPU. VRAM figures are estimates from model size.

VariantParamsPrecisionVRAMFits 16 GBWeights
TLM-230M229MBF16~0.5 GBWeights ↗
TLM-100M99MBF16~0.2 GBWeights ↗
TLM-120M117MBF16~0.3 GBWeights ↗
TLM-70M67MBF16~0.2 GBWeights ↗
TLM-40M42MBF16~0.1 GBWeights ↗
TLM-20M22MBF16~0.1 GBWeights ↗

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys tlm for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (tlm below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"tlm","messages":[{"role":"user","content":"Hello"}]}'

Details

Languages, data & research

Languages

en

Trained / evaluated on

HuggingFaceFW/fineweb

Tags

transformers safetensors gpt_neo tiered-alignment text-generation en dataset:HuggingFaceFW/fineweb endpoints_compatible

Papers

Licence

Open weights

Open weights under apache-2.0 — commercial use is permitted. Deploy it on AxForge EU hardware on request. Read the licence ↗

Sources

Weights & code

Want TLM on EU-owned hardware?

Request this model on EU hardware See what’s served now

Explore

More language models

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms