Eclipse-Senpai commited on
Commit
3e9b3ad
verified
1 Parent(s): db0e600

remove hfviewer embed (refuses custom-code models); keep Hub frontmatter

Browse files
Files changed (1) hide show
  1. README.md +2 -6
README.md CHANGED
@@ -23,7 +23,7 @@ datasets:
23
 
24
  # min-spark
25
 
26
- **min-spark is a 5.76M-parameter language model with native effort levels.** It introduces controllable depth to the sub-10M model class with the use of native effort levels.
27
 
28
  The model was trained on 10.01B tokens. Its looped decoder reuses a compact transformer core across multiple passes, giving a small model the computation of a deeper network while keeping the parameter count fixed.
29
 
@@ -137,10 +137,6 @@ KeyLM reports 29.9% on its ARC average, 29.7% on HellaSwag, and 60.0% on PIQA. m
137
  | Context window | 512 tokens |
138
  | Effort (loop count) | low = 2 路 medium = 3 路 high = 4 |
139
 
140
- [![min-spark architecture](https://hfviewer.com/api/card.svg?source=MinimaLabs%2Fmin-spark&granularity=auto&animated=false)](https://hfviewer.com/MinimaLabs/min-spark)
141
-
142
- Open the image to explore the full architecture graph in hfviewer, including the block-level structure and parameter flow.
143
-
144
  ## Training
145
 
146
  | Field | Value |
@@ -176,4 +172,4 @@ The model supports a 512-token context window. Generation accepts one sequence a
176
 
177
  ## License
178
 
179
- Apache-2.0. See [LICENSE](LICENSE).
 
23
 
24
  # min-spark
25
 
26
+ **min-spark is a 5.76M-parameter language model with native effort levels.** It introduces controllable depth to the sub-10M model class. The same checkpoint can produce a quick completion or spend more computation on the same prompt, selected with one inference argument.
27
 
28
  The model was trained on 10.01B tokens. Its looped decoder reuses a compact transformer core across multiple passes, giving a small model the computation of a deeper network while keeping the parameter count fixed.
29
 
 
137
  | Context window | 512 tokens |
138
  | Effort (loop count) | low = 2 路 medium = 3 路 high = 4 |
139
 
 
 
 
 
140
  ## Training
141
 
142
  | Field | Value |
 
172
 
173
  ## License
174
 
175
+ Apache-2.0. See [LICENSE](LICENSE).