N Neurarch Architectures Models Checks Data Docs Open the app

Models / remote

tiny-RemoteForCausalLM

Reconstructed from its own config.json with no weights read. 418K downloads on Hugging Face.

Our count against the checkpoint

The left number comes from the graph. The right one is the number of scalars in the published weight files. Nothing on this page was tuned to make them agree.

Derived from structure
2.2M
2,182,312 parameters
In the published checkpoint
2.1M
2,054,056 scalars · safetensors.total, read 2026-09-08
Delta
+6.24%

custom-code This repository ships its own modeling code (`auto_map`, e.g. `configuration_remote.py`), so `config.json` names a class in the repo rather than an architecture `transformers` defines. The graph below is what those config keys mean under `transformers` semantics, which is not necessarily what the repo's own file builds. A gap here is a statement about what we read, not about the checkpoint.

What it costs to run

Cost is a roofline estimate on the priced GPU for 10 epochs at batch 32 over 50,000 samples (assumed; no dataset attached). GPU fit is fp32 weights plus gradients plus two Adam moments (16 bytes per parameter) with 1.3x headroom; activations are not included and grow with batch size.

Layers
16
Will it forward-pass
Yes
Priced on
A10G (24GB)
Est. one run
$15.37
CardMemory
T4 (16GB)weights + activationsfits
A100 (40GB)weights + activationsfits
H100 (80GB)weights + activationsfits

Structure

18 nodes. Output shapes are propagated from the input shape, batch dimension excluded.

LayerTypeOutput shape
1InputInput1 × 131072
2EmbeddingEmbedding1 × 131072 × 8
3RoPERoPE1 × 131072 × 8
4RMSNorm_1_1RMSNorm1 × 131072 × 8
5Attention_1Grouped Query Attn1 × 131072 × 8
6Add_1_attnAdd1 × 131072 × 8
7RMSNorm_1_2RMSNorm1 × 131072 × 8
8FFN_1SwiGLU1 × 131072 × 8
9Add_1_ffnAdd1 × 131072 × 8
10RMSNorm_2_1RMSNorm1 × 131072 × 8
11Attention_2Grouped Query Attn1 × 131072 × 8
12Add_2_attnAdd1 × 131072 × 8
13RMSNorm_2_2RMSNorm1 × 131072 × 8
14FFN_2SwiGLU1 × 131072 × 8
15Add_2_ffnAdd1 × 131072 × 8
16Final_RMSNormRMSNorm1 × 131072 × 8
17LM_HeadLinear1 × 131072 × 128256
18OutputOutput1 × 131072 × 128256

What the verifier says

No finding on the reconstructed graph. See the checks.

Do this to your own model

Same numbers, on a model in your repo, in one command. No account.

pip install neurarch-trace
neurarch-trace trl-internal-testing/tiny-RemoteForCausalLM --plan --share