Model reference · open weights

TinyLlama-intermediate-step-1431k-3T

Available as managed deployment LLMs TinyLlama Text gen 1 variants 85k dl/mo

TinyLlama-intermediate-step-1431k-3T is an open-weight language model from TinyLlama. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released byTinyLlama
TypeLanguage models
TaskText gen
Parameters (lead)1.1B
Context2k tokens
Runs withtransformers
Released2023-12-28
Popularity85k downloads / month
LicenceOpen weights

About

What TinyLlama-intermediate-step-1431k-3T is

https://github.com/jzhang38/TinyLlama

The TinyLlama project aims to pretrain a 1.1B Llama model on 3 trillion tokens. With some proper optimization, we can achieve this within a span of "just" 90 days using 16 A100-40G GPUs 🚀🚀. The training has started on 2023-09-01.

We adopted exactly the same architecture and tokenizer as Llama 2. This means TinyLlama can be plugged and played in many open-source projects built upon Llama. Besides, TinyLlama is compact with only 1.1B parameters. This compactness allows it to cater to a multitude of applications demanding a restricted computation and memory footprint.

This Collection

This collection contains all checkpoints after the 1T fix. Branch name indicates the step and number of tokens seen.

Read the full model card
Eval
ModelPretrain TokensHellaSwagObqaWinoGrandeARC_cARC_eboolqpiqaavg
Pythia-1.0B300B47.1631.4053.4327.0548.9960.8369.2148.30
TinyLlama-1.1B-intermediate-step-50K-104b103B43.5029.8053.2824.3244.9159.6667.3046.11
TinyLlama-1.1B-intermediate-step-240k-503b503B49.5631.4055.8026.5448.3256.9169.4248.28
TinyLlama-1.1B-intermediate-step-480k-1007B1007B52.5433.4055.9627.8252.3659.5469.9150.22
TinyLlama-1.1B-intermediate-step-715k-1.5T1.5T53.6835.2058.3329.1851.8959.0871.6551.29
TinyLlama-1.1B-intermediate-step-955k-2T2T54.6333.4056.8328.0754.6763.2170.6751.64
TinyLlama-1.1B-intermediate-step-1195k-2.5T2.5T58.9634.4058.7231.9156.7863.2173.0753.86
TinyLlama-1.1B-intermediate-step-1431k-3T3T59.2036.0059.1230.1255.2557.8373.2952.99

Open LLM Leaderboard Evaluation Results

Detailed results can be found here

MetricValue
Avg.36.42
AI2 Reasoning Challenge (25-Shot)33.87
HellaSwag (10-Shot)60.31
MMLU (5-Shot)26.04
TruthfulQA (0-shot)37.32
Winogrande (5-shot)59.51
GSM8k (5-shot)1.44

From the published model card. Full card on the HuggingFace links in the sidebar.

Benchmarks

Reported results

As published on the model card — the maker's own numbers, not measured by AxForge.

TaskDatasetMetricScore
Text GenerationAI2 Reasoning Challenge (25-Shot)normalized accuracy33.870
Text GenerationHellaSwag (10-Shot)normalized accuracy60.310
Text GenerationMMLU (5-Shot)accuracy26.040
Text GenerationTruthfulQA (0-shot)mc237.320
Text GenerationWinogrande (5-shot)accuracy59.510
Text GenerationGSM8k (5-shot)accuracy1.440

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys tinyllama-intermediate-step-1431k-3t for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (tinyllama-intermediate-step-1431k-3t 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":"tinyllama-intermediate-step-1431k-3t","messages":[{"role":"user","content":"Hello"}]}'

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

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