zenpeach commited on
Commit
a46248e
·
verified ·
1 Parent(s): 42532f9

Model card: current 7 models, per-model guidance from our testing, licensing and provenance

Browse files
Files changed (1) hide show
  1. README.md +38 -9
README.md CHANGED
@@ -11,27 +11,56 @@ tags:
11
 
12
  The models OnBoard's installer and `ullama-recommend` offer, mirrored here for
13
  stable, provenance-clear hosting. All files are 4-bit GGUF quantizations for
14
- llama.cpp-based serving (shipped with OnBoard/Understand as `ullama`).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  Selection method, scores, and per-model sampling settings are documented in
17
  the [stinb/ullama](https://github.com/stinb/ullama) repo (`model_info.md`,
18
  `launcher/ullama-models.conf`).
19
 
 
 
20
  | File | Model | Company (Country) | License | Source |
21
  |---|---|---|---|---|
 
22
  | Qwen3.6-35B-A3B-UD-Q4_K_XL.gguf | Qwen3.6-35B-A3B | Alibaba (China) | Apache-2.0 | [unsloth/Qwen3.6-35B-A3B-GGUF](https://huggingface.co/unsloth/Qwen3.6-35B-A3B-GGUF) |
23
- | gemma-4-31B-it-UD-Q4_K_XL.gguf | Gemma 4 31B | Google (United States) | Apache-2.0 | [unsloth/gemma-4-31B-it-GGUF](https://huggingface.co/unsloth/gemma-4-31B-it-GGUF) |
24
  | gemma-4-12b-it-Q4_K_M.gguf | Gemma 4 12B | Google (United States) | Apache-2.0 | [unsloth/gemma-4-12b-it-GGUF](https://huggingface.co/unsloth/gemma-4-12b-it-GGUF) |
25
- | Apriel-1.6-15b-Thinker-Q4_K_M.gguf | Apriel 1.6 15B Thinker | ServiceNow (United States) | MIT | [ServiceNow-AI/Apriel-1.6-15b-Thinker-GGUF](https://huggingface.co/ServiceNow-AI/Apriel-1.6-15b-Thinker-GGUF) |
26
  | Qwen3.5-9B-Q4_K_M.gguf | Qwen3.5 9B | Alibaba (China) | Apache-2.0 | [unsloth/Qwen3.5-9B-GGUF](https://huggingface.co/unsloth/Qwen3.5-9B-GGUF) |
27
  | gemma-4-E4B-it-Q4_K_M.gguf | Gemma 4 E4B | Google (United States) | Apache-2.0 | [unsloth/gemma-4-E4B-it-GGUF](https://huggingface.co/unsloth/gemma-4-E4B-it-GGUF) |
28
- | Qwen3.5-4B-Q4_K_M.gguf | Qwen3.5 4B | Alibaba (China) | Apache-2.0 | [unsloth/Qwen3.5-4B-GGUF](https://huggingface.co/unsloth/Qwen3.5-4B-GGUF) |
29
  | gemma-4-E2B-it-Q4_K_M.gguf | Gemma 4 E2B | Google (United States) | Apache-2.0 | [unsloth/gemma-4-E2B-it-GGUF](https://huggingface.co/unsloth/gemma-4-E2B-it-GGUF) |
30
  | Qwen3.5-2B-Q4_K_M.gguf | Qwen3.5 2B | Alibaba (China) | Apache-2.0 | [unsloth/Qwen3.5-2B-GGUF](https://huggingface.co/unsloth/Qwen3.5-2B-GGUF) |
31
- | Phi-4-mini-instruct-Q4_K_M.gguf | Phi-4 Mini | Microsoft (United States) | MIT | [unsloth/Phi-4-mini-instruct-GGUF](https://huggingface.co/unsloth/Phi-4-mini-instruct-GGUF) |
32
 
33
- Quantization policy: Q4_K_M for models ≤12B; Unsloth Dynamic (UD-Q4_K_XL)
34
- for the two large MoEs, where the dynamic quant's quality edge matters most.
 
 
35
 
36
- All models retain their original licenses (Apache-2.0 / MIT, noted per file
37
- above); no modifications were made beyond mirroring the original GGUF files.
 
 
 
11
 
12
  The models OnBoard's installer and `ullama-recommend` offer, mirrored here for
13
  stable, provenance-clear hosting. All files are 4-bit GGUF quantizations for
14
+ llama.cpp-based serving (shipped with OnBoard/Understand as `ullama`), all
15
+ under the Apache-2.0 license, mirrored unmodified from the source repos below.
16
+
17
+ Every model here has been through our own qualification testing on real
18
+ Understand project data: a chat test that measures how well the model answers
19
+ questions about a codebase using OnBoard's analysis tools, and a code-summary
20
+ benchmark that grades generated overviews for accuracy against the source.
21
+ The notes below come from those measurements, not from vendor claims. That
22
+ said, AI is AI — every model gets things wrong, so treat any answer as a
23
+ starting point and take it with a grain of salt.
24
+
25
+ ## Which model should I use?
26
+
27
+ Run `ullama-recommend` (shipped with OnBoard and Understand) — it looks at
28
+ your machine's memory and suggests the right size. In short: pick the largest
29
+ one your machine runs comfortably, and prefer the gemma models when you want
30
+ the best chat answers.
31
+
32
+ | Model | Download | Why you would pick it |
33
+ |---|---|---|
34
+ | gpt-oss-120b | 63 GB (2 parts) | The most accurate code summaries in our testing, and quick for its size. Needs roughly a 128 GB machine. |
35
+ | Qwen3.6-35B-A3B | 22.4 GB | Highly accurate code summaries, and much faster than other models this large. |
36
+ | Gemma 4 12B | 7.1 GB | The best chat answers of any model we tested. |
37
+ | Qwen3.5 9B | 5.7 GB | Did well in chat testing, and digs a little deeper into code before answering. |
38
+ | Gemma 4 E4B | 5.0 GB | Did well in our chat testing. |
39
+ | Gemma 4 E2B | 3.1 GB | OnBoard's default model. Good at both chat and code summaries. |
40
+ | Qwen3.5 2B | 1.3 GB | Writes good code summaries remarkably fast, but struggled in our chat testing. |
41
 
42
  Selection method, scores, and per-model sampling settings are documented in
43
  the [stinb/ullama](https://github.com/stinb/ullama) repo (`model_info.md`,
44
  `launcher/ullama-models.conf`).
45
 
46
+ ## Files, licensing, and provenance
47
+
48
  | File | Model | Company (Country) | License | Source |
49
  |---|---|---|---|---|
50
+ | gpt-oss-120b-Q4_K_M-0000?-of-00002.gguf | gpt-oss-120b | OpenAI (United States) | Apache-2.0 | [unsloth/gpt-oss-120b-GGUF](https://huggingface.co/unsloth/gpt-oss-120b-GGUF) |
51
  | Qwen3.6-35B-A3B-UD-Q4_K_XL.gguf | Qwen3.6-35B-A3B | Alibaba (China) | Apache-2.0 | [unsloth/Qwen3.6-35B-A3B-GGUF](https://huggingface.co/unsloth/Qwen3.6-35B-A3B-GGUF) |
 
52
  | gemma-4-12b-it-Q4_K_M.gguf | Gemma 4 12B | Google (United States) | Apache-2.0 | [unsloth/gemma-4-12b-it-GGUF](https://huggingface.co/unsloth/gemma-4-12b-it-GGUF) |
 
53
  | Qwen3.5-9B-Q4_K_M.gguf | Qwen3.5 9B | Alibaba (China) | Apache-2.0 | [unsloth/Qwen3.5-9B-GGUF](https://huggingface.co/unsloth/Qwen3.5-9B-GGUF) |
54
  | gemma-4-E4B-it-Q4_K_M.gguf | Gemma 4 E4B | Google (United States) | Apache-2.0 | [unsloth/gemma-4-E4B-it-GGUF](https://huggingface.co/unsloth/gemma-4-E4B-it-GGUF) |
 
55
  | gemma-4-E2B-it-Q4_K_M.gguf | Gemma 4 E2B | Google (United States) | Apache-2.0 | [unsloth/gemma-4-E2B-it-GGUF](https://huggingface.co/unsloth/gemma-4-E2B-it-GGUF) |
56
  | Qwen3.5-2B-Q4_K_M.gguf | Qwen3.5 2B | Alibaba (China) | Apache-2.0 | [unsloth/Qwen3.5-2B-GGUF](https://huggingface.co/unsloth/Qwen3.5-2B-GGUF) |
 
57
 
58
+ Quantization policy: Q4_K_M for models ≤12B; Unsloth Dynamic (UD-Q4_K_XL) for
59
+ the large MoE, where the dynamic quant's quality edge matters most. gpt-oss-120b
60
+ is a two-part split: download both parts into the same directory and point the
61
+ server at part 1 — llama.cpp finds the second part automatically.
62
 
63
+ All models retain their original Apache-2.0 licenses; no modifications were
64
+ made beyond mirroring the original GGUF files. Models that failed our
65
+ qualification testing (Qwen3.5 4B, Apriel 1.6, Gemma 4 31B, Phi-4 Mini) were
66
+ removed from this repo on 2026-08-18.