tencent / Sequential-Hidden-Decoding-8B-n8-Instruct

huggingface.co
Total runs: 182
24-hour runs: 0
7-day runs: 15
30-day runs: 107
Model's Last Updated: March 31 2026
text-generation

Introduction of Sequential-Hidden-Decoding-8B-n8-Instruct

Model Details of Sequential-Hidden-Decoding-8B-n8-Instruct

Sequential-Hidden-Decoding-8B-n8-Instruct

This is the instruction-tuned variant of Sequential Hidden Decoding 8B n=8 , designed for conversational and instruction-following use cases.

Key Idea

Sequential Hidden Decoding scales sequence length by preparing multiple Embedding matrices for the same token sequence, interleaving the results, and feeding the expanded sequence into the same Transformer. This model is the instruction-tuned release of the 8B n=8 variant.

Serving (SGLang)

This model requires a patched version of SGLang for inference. See the project page for installation options.

python -m sglang.launch_server \
    --model-path tencent/Sequential-Hidden-Decoding-8B-n8-Instruct \
    --trust-remote-code \
    --tp-size 1 \
    --port 30000 --host 0.0.0.0 \
    --chunked-prefill-size -1 \
    --attention-backend fa3 \
    --mem-fraction-static 0.82 \
    --max-running-requests 32 \
    --context-length 131072 \
    --cuda-graph-max-bs 128 \
    --cuda-graph-bs 1 2 4 8 16 32 64 128

Note: Sequential Hidden Decoding models process n×-length sequences internally, so --chunked-prefill-size -1 , --attention-backend fa3 , and conservative batch sizing are important for stability and performance.

Chat Usage

This is an instruction-tuned model. Use the /v1/chat/completions endpoint:

from openai import OpenAI

client = OpenAI(base_url="http://localhost:30000/v1", api_key="EMPTY")
response = client.chat.completions.create(
    model="tencent/Sequential-Hidden-Decoding-8B-n8-Instruct",
    messages=[
        {"role": "system", "content": "You are a helpful assistant."},
        {"role": "user", "content": "Explain the idea of hidden decoding in simple terms."},
    ],
    max_tokens=512,
    temperature=0.7,
)
print(response.choices[0].message.content)
Files

This repository includes the custom architecture files required by trust_remote_code :

  • configuration_qwen3_scale_seq.py
  • modeling_qwen3_scale_seq.py
Related Models
Model Type Notes
Sequential-Hidden-Decoding-8B-n2 Base 2x scale base model
Sequential-Hidden-Decoding-8B-n4 Base 4x scale base model
Sequential-Hidden-Decoding-8B-n8 Base 8x scale base model
Sequential-Hidden-Decoding-8B-n8-Instruct Instruct Instruction-tuned 8x scale model
Citation
@article{hidden_decoding_2026,
  title   = {Hidden Decoding: Scaling Sequence Length in Pretraining},
  year    = {2026},
  url     = {https://welm.weixin.qq.com/posts/hidden_decoding/}
}
License

This model is released under the License Terms of Sequential-Hidden-Decoding .

Runs of tencent Sequential-Hidden-Decoding-8B-n8-Instruct on huggingface.co

182
Total runs
0
24-hour runs
4
3-day runs
15
7-day runs
107
30-day runs

More Information About Sequential-Hidden-Decoding-8B-n8-Instruct huggingface.co Model

More Sequential-Hidden-Decoding-8B-n8-Instruct license Visit here:

https://choosealicense.com/licenses/sequential-hidden-decoding

Sequential-Hidden-Decoding-8B-n8-Instruct huggingface.co

Sequential-Hidden-Decoding-8B-n8-Instruct huggingface.co is an AI model on huggingface.co that provides Sequential-Hidden-Decoding-8B-n8-Instruct's model effect (), which can be used instantly with this tencent Sequential-Hidden-Decoding-8B-n8-Instruct model. huggingface.co supports a free trial of the Sequential-Hidden-Decoding-8B-n8-Instruct model, and also provides paid use of the Sequential-Hidden-Decoding-8B-n8-Instruct. Support call Sequential-Hidden-Decoding-8B-n8-Instruct model through api, including Node.js, Python, http.

Sequential-Hidden-Decoding-8B-n8-Instruct huggingface.co Url

https://huggingface.co/tencent/Sequential-Hidden-Decoding-8B-n8-Instruct

tencent Sequential-Hidden-Decoding-8B-n8-Instruct online free

Sequential-Hidden-Decoding-8B-n8-Instruct huggingface.co is an online trial and call api platform, which integrates Sequential-Hidden-Decoding-8B-n8-Instruct's modeling effects, including api services, and provides a free online trial of Sequential-Hidden-Decoding-8B-n8-Instruct, you can try Sequential-Hidden-Decoding-8B-n8-Instruct online for free by clicking the link below.

tencent Sequential-Hidden-Decoding-8B-n8-Instruct online free url in huggingface.co:

https://huggingface.co/tencent/Sequential-Hidden-Decoding-8B-n8-Instruct

Sequential-Hidden-Decoding-8B-n8-Instruct install

Sequential-Hidden-Decoding-8B-n8-Instruct is an open source model from GitHub that offers a free installation service, and any user can find Sequential-Hidden-Decoding-8B-n8-Instruct on GitHub to install. At the same time, huggingface.co provides the effect of Sequential-Hidden-Decoding-8B-n8-Instruct install, users can directly use Sequential-Hidden-Decoding-8B-n8-Instruct installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

Sequential-Hidden-Decoding-8B-n8-Instruct install url in huggingface.co:

https://huggingface.co/tencent/Sequential-Hidden-Decoding-8B-n8-Instruct

Url of Sequential-Hidden-Decoding-8B-n8-Instruct

Sequential-Hidden-Decoding-8B-n8-Instruct huggingface.co Url

Provider of Sequential-Hidden-Decoding-8B-n8-Instruct huggingface.co

tencent
ORGANIZATIONS

Other API from tencent

huggingface.co

Total runs: 652.5K
Run Growth: 60.0K
Growth Rate: 9.30%
Updated:August 29 2026
huggingface.co

Total runs: 100.2K
Run Growth: -25.8K
Growth Rate: -25.60%
Updated:October 17 2025
huggingface.co

Total runs: 90.7K
Run Growth: -582.4K
Growth Rate: -642.43%
Updated:September 12 2025
huggingface.co

Total runs: 54.8K
Run Growth: -3.8K
Growth Rate: -6.85%
Updated:October 17 2025
huggingface.co

Total runs: 29.6K
Run Growth: -2.1K
Growth Rate: -7.37%
Updated:May 26 2026
huggingface.co

Total runs: 13.1K
Run Growth: -861
Growth Rate: -6.48%
Updated:May 26 2026
huggingface.co

Total runs: 12.3K
Run Growth: -190
Growth Rate: -1.54%
Updated:July 30 2025
huggingface.co

Total runs: 9.6K
Run Growth: 2.5K
Growth Rate: 26.31%
Updated:October 17 2025
huggingface.co

Total runs: 7.4K
Run Growth: -997
Growth Rate: -13.30%
Updated:January 01 2026
huggingface.co

Total runs: 3.7K
Run Growth: 1.1K
Growth Rate: 29.76%
Updated:May 21 2026
huggingface.co

Total runs: 3.0K
Run Growth: 3.0K
Growth Rate: 99.01%
Updated:September 10 2026
huggingface.co

Total runs: 2.9K
Run Growth: 115
Growth Rate: 3.95%
Updated:February 24 2026
huggingface.co

Total runs: 2.8K
Run Growth: -333
Growth Rate: -10.87%
Updated:December 30 2025
huggingface.co

Total runs: 2.2K
Run Growth: 2.1K
Growth Rate: 98.62%
Updated:September 09 2026
huggingface.co

Total runs: 1.5K
Run Growth: 1.5K
Growth Rate: 100.00%
Updated:September 17 2026
huggingface.co

Total runs: 1.2K
Run Growth: -292
Growth Rate: -24.27%
Updated:October 17 2025
huggingface.co

Total runs: 1.0K
Run Growth: -3.5K
Growth Rate: -340.08%
Updated:June 01 2026
huggingface.co

Total runs: 825
Run Growth: -100
Growth Rate: -12.22%
Updated:March 06 2025
huggingface.co

Total runs: 730
Run Growth: 730
Growth Rate: 100.00%
Updated:September 17 2026
huggingface.co

Total runs: 374
Run Growth: -10
Growth Rate: -2.70%
Updated:March 06 2026
huggingface.co

Total runs: 372
Run Growth: -3.0K
Growth Rate: -804.03%
Updated:September 15 2025
huggingface.co

Total runs: 317
Run Growth: -135
Growth Rate: -43.41%
Updated:March 11 2026
huggingface.co

Total runs: 181
Run Growth: 149
Growth Rate: 82.32%
Updated:February 04 2026