seq_len
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-09.)
seq_len has 22 facts recorded in Dontopedia across 10 references, with 3 live disagreements.
Mostly:rdf:type(5), is obtained from(2), axiological for scaling benchmark(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (25)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
iteratesOverIterates Over(2)
- Loop Structure
ex:loop-structure - Sequence Loop
ex:sequence-loop
applied-toApplied to(1)
- Context Size Ratio
ex:context-size-ratio
componentComponent(1)
- Context Size Formula
ex:context-size-formula
containsContains(1)
- Variable Declarations
ex:variable-declarations
:dependsOn:depends on(1)
- Inference Throughput
ex:inference-throughput
dependsOnDepends on(1)
- Inference Performance
ex:inference-performance
enablesConstantTimePerStepEnables Constant Time Per Step(1)
- Packed Cache
ex:packed-cache
ex:correspondsToEx:corresponds to(1)
- Mask Tensor
ex:mask-tensor
exhibitsLinearScalingExhibits Linear Scaling(1)
- Peak Memory
ex:peak-memory
growsWithSequenceLengthGrows With Sequence Length(1)
- Pairwise Method Quadratic Cost
ex:pairwise-method-quadratic-cost
increasesInPairwiseWithIncreases in Pairwise With(1)
- R
ex:r
increasesWithIncreases With(1)
- Tokens Per Second
ex:tokens-per-second
isConstantInIs Constant in(1)
- Decode Path
ex:decode-path
logsLogs(1)
- Process Segment
ex:process-segment
maintainsConstantTimeInMaintains Constant Time in(1)
- Decode Path
ex:decode-path
matchesMatches(1)
- Max Window Size
ex:max-window-size
memoryAndComputeScaleWithMemory and Compute Scale With(1)
- Resonantwirelm
ex:resonantwirelm
pushesSystemTowardWithIncreasingPushes System Toward With Increasing(1)
- Dense Coupling Graph
ex:dense-coupling-graph
refersToRefers to(1)
- T
ex:t
scalesAsOLinearScales As O Linear(1)
- Peak Memory
ex:peak-memory
scalesLinearlyWithScales Linearly With(1)
- Training Time
ex:training-time
settingSetting(1)
- Configuration Change 3
ex:configuration-change-3
shapeShape(1)
- Hidden State Tensor
ex:hidden-state-tensor
staysConstantWithSequenceLengthStays Constant With Sequence Length(1)
- Anchor Method Overhead
ex:anchor-method-overhead
Other facts (19)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Rdf:type | Variable | [5] |
| Rdf:type | Metric | [7] |
| Rdf:type | Tensor | [8] |
| Rdf:type | Parameter | [9] |
| Rdf:type | Variable | [10] |
| Is Obtained From | tf.shape | [8] |
| Is Obtained From | x[1] | [8] |
| Axiological for Scaling Benchmark | 500 Tokens | [1] |
| Is | 256 | [2] |
| Equals | 2048 | [3] |
| Previous Value | 2048 | [4] |
| New Value | 1024 | [4] |
| Memory Impact | 4x Less Activation Memory | [4] |
| Correlated With | Synchronization | [5] |
| Doubled | Activation Memory | [6] |
| Has Comment | Get the sequence length | [8] |
| Variable Name | seq_len | [9] |
| Value | 512 | [10] |
| Matches | Max Window Size | [10] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (10)
ctx:discord/blah/watt-activation/part-454ctx:discord/blah/watt-activation/part-673ctx:discord/blah/watt-activation/part-706ctx:discord/blah/watt-activation/12- full textwatt-activation-12text/plain3 KB
doc:agent/watt-activation-12/2b226561-3075-47ab-89b3-591d7663c93bShow excerpt
[2026-02-27 14:42] xenonfun: the codebase already computes SVD in model.py:effective_rank (files: Screenshot_2026-02-27_at_9.41.31_AM.png) [2026-02-27 15:41] xenonfun: (files: Screenshot_2026-02-27_at_10.41.22_AM.png) [2026-02-27 15:44] xe…
ctx:discord/blah/watt-activation/54- full textwatt-activation-54text/plain3 KB
doc:agent/watt-activation-54/9c160fbe-3ecd-4fef-a7f2-05c09e10d384Show excerpt
[2026-03-07 08:45] xenonfun: ``` My read overall This has crossed the line from “interesting mechanism” to credible architectural contribution. Not because any one metric is huge, but because the results are internally consistent: the mo…
ctx:discord/blah/watt-activation/125- full textwatt-activation-125text/plain3 KB
doc:agent/watt-activation-125/078b0573-153a-47f9-81de-fbf8dd1915e3Show excerpt
[2026-03-09 03:33] xenonfun: ❯ we want to do 2K seq tho ⏺ Doubling seq doubles the activation memory. BS=8, seq=2048 = same logit tensor size as BS=16, seq=1024 — which hit 85GB. We need to re-check BS. BS=4, seq=2048 = 8,192 tokens/bat…
ctx:claims/beam/8ff92b63-ceb6-400e-91aa-e7d9e84e848dctx:claims/beam/174c1239-1a5b-4e76-a883-761f1aff86cb- full textbeam-chunktext/plain1 KB
doc:beam/174c1239-1a5b-4e76-a883-761f1aff86cbShow excerpt
from tensorflow.keras.models import Model import numpy as np # Define a function to implement context window concepts with dynamic context size def implement_dynamic_context_window_concepts(input_ids): # Define the input layer inpu…
ctx:claims/beam/897b7b85-132e-45ab-a5df-34500775a74a- full textbeam-chunktext/plain1 KB
doc:beam/897b7b85-132e-45ab-a5df-34500775a74aShow excerpt
3. **Extract Context Window**: Define a lambda layer to extract the context window around each token. The context size is calculated dynamically based on the query length. 4. **Flatten Context Window**: Flatten the context window tensor to …
ctx:claims/beam/77f26145-94db-4cae-9f14-ffd10b5837d7
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.