Q on the model

#3
by TomLucidor - opened
  1. Can you 4-bit quantize this model but still endure its quality isn't bad
  2. Will there be bigger models using the looped architecture
  3. Would you make MoE and/or linear attention and/or SWA models next
  4. What is your stance on LFM and other newer architectures
  5. Will there be DFlash or Eagele3 or MTP for this model
Nanbeige LLM Lab org

The main purpose of the looped architecture is to improve model capacity without increasing the parameter count. We believe this tradeoff is particularly well suited to the deployment and application scenarios of smaller models.

We are also actively exploring MoE and linear/sparse attention architectures. Related releases are planned not long after the ongoing Nanbeige4.5. 😊

@leran1995 what are the major acceleration methods on the roadmap that makes both parameter efficiency and compute efficiency (and interpretability with J-Lens) possible?

@TomLucidor just in case, for dflash or eagle, you don't need the model to already have a native feature (as you need for mtp). vllm have full tutos and notebooks for each of the methods, if you are interested https://docs.vllm.ai/projects/speculators/en/latest/user_guide/tutorials/ and have enough ram ;) personnaly I don't even have enough ram to COMPILE vllm (the Nanbeige custom one) xDD

@leran1995 just to write more on the matter, is it even possible to distill regular models like Qwen3.5 and Gemma4 directly into Nanbeige (compaction and compute-minimization)?

Sign up or log in to comment