Released as part of the NOESIS Professional Multilingual Dubbing Automation Platform (framework: DHCF-FNO — Deterministic Hybrid Control Framework for Frozen Neural Operators).
Original model
Qwopus3.8-27B-Flash — NOESIS Repack
Standardized 40-shard repack of Qwopus3.8-27B-Flash for the NOESIS platform.
What this model is
This is a repacked version of Qwopus3.8-27B-Flash — a Qwen3.5-based 27B parameter model optimized for flash inference with hybrid linear attention.
The repack standardizes the model to:
- 40 shards (~1.3 GB each) for efficient loading
- BF16 precision (bfloat16)
- Qwen3.5 architecture with hybrid linear attention layers
Repack details
Table with columns: Property, Value| Property | Value |
|---|
| Base model | Jackrong/Qwopus3.8-27B-Flash |
| Architecture | Qwen3.5 (Qwen3_5ForConditionalGeneration) |
| Parameters | ~27B |
| Layers | 64 |
| Shards | 40 |
| Precision | BF16 |
| Visual encoder | model-extra-00001-of-00001.safetensors (1.7 GB) |
| MTP head | model-mtp.safetensors (810 MB) |
Files included
model-00001-of-00040.safetensors through model-00040-of-00040.safetensors — text model weights
model-extra-00001-of-00001.safetensors — vision encoder
model-mtp.safetensors — multi-token prediction head
config.json — model configuration
tokenizer.json + tokenizer_config.json — tokenizer files
model.safetensors.index.json — shard index
Serving
python3 -m sglang.launch_server \
--model-path AMAImedia/Qwopus3.8-27B-Flash-NOESIS-BF16 \
--served-model-name "Qwopus3.8-27B-Flash-NOESIS" \
--tp-size 1 \
--context-length 262144 \
--trust-remote-code \
--host 0.0.0.0 --port 8000
Citation
@misc{qwopus3.8-flash-noesis-2026,
title = {Qwopus3.8-27B-Flash — NOESIS Repack},
author = {AMAImedia (Ilia Bolotnikov)},
year = {2026},
url = {https://huggingface.co/AMAImedia}
}
License
Released under the Apache-2.0 license. Original model by Jackrong.