hizrianraz commited on
Commit
f407084
·
verified ·
1 Parent(s): d0d428f

card: restore Model tree (base_model) + Parameters table

Browse files

Founder: fix all model cards with model tree and parameters. 2026-08-03 20:51:10 UTC+07:00. Packs: base_model for Hub tree findability only (not a finetune claim). GGUF: quantized relation. Parameters table = size surface (sidebar badge empty without weights).

Files changed (1) hide show
  1. README.md +17 -28
README.md CHANGED
@@ -1,6 +1,8 @@
1
  ---
2
  license: apache-2.0
3
  license_link: https://www.apache.org/licenses/LICENSE-2.0
 
 
4
  language:
5
  - en
6
  tags:
@@ -22,34 +24,21 @@ tags:
22
 
23
  # Qwen3-Coder-Next-Spark-Agentic
24
 
25
- ## Parameters (upstream model, not this pack)
26
-
27
- | Field | Value |
28
- |---|---|
29
- | Total parameters | **80B** |
30
- | Active parameters per token | **3B** |
31
- | Architecture | MoE · `Qwen3NextForCausalLM` |
32
- | Upstream native context | **262,144 tokens** |
33
- | This launch profile | **32,768-token configured ceiling; effective context unmeasured** |
34
- | Day-0 artifact | Official `Qwen3-Coder-Next-FP8` |
35
- | This repository | Deployment/evaluation pack only; no weights |
36
- | Specification source | [`Qwen/Qwen3-Coder-Next`](https://huggingface.co/Qwen/Qwen3-Coder-Next) |
37
-
38
- The parameter and native-context figures are upstream specifications. The blank
39
- Hub Parameters badge is expected because this repository contains no checkpoint.
40
-
41
- An independent, reproducible deployment pack for running the official
42
- [Qwen3-Coder-Next-FP8](https://huggingface.co/Qwen/Qwen3-Coder-Next-FP8) on one
43
- 128 GB NVIDIA DGX Spark.
44
-
45
- > **Day-0 class: Preview.** This repository contains launch scripts, exact pins,
46
- > configuration, and evaluation scaffolding—not model weights and not a new
47
- > quantization. It makes no ship, hero, winner, throughput, or agent-reliability claim.
48
-
49
- > **Freeze status:** Source **freeze-attested** (2026-08-02 freeze-open PASS +
50
- > Steps 3–6 public tips). Class remains **Preview**. Exact DGX Spark load/tool/
51
- > throughput/reliability evidence is still pending. Must not be labeled
52
- > `runnable_day0` or hero.
53
 
54
  ## What is ready
55
 
 
1
  ---
2
  license: apache-2.0
3
  license_link: https://www.apache.org/licenses/LICENSE-2.0
4
+ pipeline_tag: text-generation
5
+ base_model: Qwen/Qwen3-Coder-Next
6
  language:
7
  - en
8
  tags:
 
24
 
25
  # Qwen3-Coder-Next-Spark-Agentic
26
 
27
+ ## Parameters
28
+
29
+ | | |
30
+ |--|--|
31
+ | **Total** | **~80B** (HF count 79.67B BF16; non-embedding ~79B) |
32
+ | **Active / token** | **~3B** |
33
+ | **Arch** | MoE · `Qwen3NextForCausalLM` · 512 experts · 10 act · 1 shared |
34
+ | **Upstream native context** | **262,144** tokens |
35
+ | **This launch profile** | **32,768**-token configured ceiling; effective context unmeasured |
36
+ | **Day-0 artifact** | Official `Qwen3-Coder-Next-FP8` |
37
+ | **Source** | [Qwen/Qwen3-Coder-Next](https://huggingface.co/Qwen/Qwen3-Coder-Next) |
38
+ | **This pack** | **deployment / evaluation pack only** — no weights here |
39
+
40
+ > HF native **Parameters** badge stays empty (no checkpoint in this repo) — size is the table above.
41
+ > Native **Model tree** is enabled via YAML `base_model: Qwen/Qwen3-Coder-Next` for findability only — this is **not** a finetune/adapter/quant of that checkpoint.
 
 
 
 
 
 
 
 
 
 
 
 
 
42
 
43
  ## What is ready
44