johnsonchromia commited on
Commit
4bdd974
·
0 Parent(s):

Initial release: Unbound E2B GGUFs (Q4_K_M / Q8_0 / F16) + Ollama Modelfile

Browse files
Files changed (5) hide show
  1. .gitattributes +36 -0
  2. Modelfile +13 -0
  3. README.md +89 -0
  4. unbound-e2b-Q4_K_M.gguf +3 -0
  5. unbound-logo.svg +64 -0
.gitattributes ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ unbound-e2b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
Modelfile ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM ./unbound-e2b-Q4_K_M.gguf
2
+
3
+ # Default sampling — leans toward factual recall.
4
+ # Bump temperature to 0.8-1.0 for creative writing / brainstorming.
5
+ PARAMETER temperature 0.6
6
+ PARAMETER top_p 0.95
7
+ PARAMETER top_k 64
8
+ PARAMETER repeat_penalty 1.05
9
+ PARAMETER num_ctx 8192
10
+
11
+ # Identity grounding — anchors the model in its own self-description
12
+ # every conversation, so brand questions stay sharp even at higher temps.
13
+ SYSTEM """You are Unbound, an uncensored on-device language model built on top of Google's Gemma 4 E2B by the Chromia and Eval Engine team. You have about 2 billion effective parameters and are text-only (no image, audio, or video generation). Answer directly without safety preambles. If you don't know a specific fact, say so honestly rather than guessing."""
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: evalengine/unbound-e2b
4
+ base_model_relation: quantized
5
+ tags:
6
+ - gguf
7
+ - gemma4
8
+ - gemma
9
+ - gemma-4
10
+ - uncensored
11
+ - on-device
12
+ pipeline_tag: text-generation
13
+ ---
14
+
15
+ <p align="center">
16
+ <img src="unbound-logo.svg" alt="Unbound" width="160" height="160">
17
+ </p>
18
+
19
+ # Unbound E2B GGUF — *because there is no boundary*
20
+
21
+ GGUF quantizations of [`evalengine/unbound-e2b`](https://huggingface.co/evalengine/unbound-e2b)
22
+ for on-device deployment via Ollama, llama.cpp, LM Studio, and similar runtimes.
23
+
24
+ ## Available quants
25
+
26
+ | File | Size | Notes |
27
+ |---|---|---|
28
+ | `unbound-e2b-Q4_K_M.gguf` | 3.2 GB | Recommended phone-deployable build |
29
+
30
+ More quants (Q5_K_M, Q8_0, etc.) may be added on request.
31
+
32
+ ## Recommended sampling
33
+
34
+ - **Creative writing / open-ended / general chat** → Gemma defaults:
35
+ `temperature=1.0, top_p=0.95, top_k=64`.
36
+ - **Factual or brand/identity questions** → lower `temperature` to ~0.3–0.5
37
+ for sharper recall.
38
+ - **llama.cpp**: pass `--jinja` for proper chat-template handling.
39
+ - **Gemma 4 thinking mode** is on by default. Set `enable_thinking: false`
40
+ in the chat-template kwargs for shorter/faster replies on this 2B model.
41
+
42
+ Some edge-case prompts may deflect on the first ask; a re-ask usually gets
43
+ through.
44
+
45
+ ## Default sampling (Ollama)
46
+
47
+ When you `ollama pull hf.co/evalengine/unbound-e2b-gguf`, the bundled
48
+ `Modelfile` sets these defaults, tuned for factual recall:
49
+
50
+ - `temperature = 0.6` (lower than Gemma's training default of 1.0 — keeps
51
+ the model from hallucinating brand/identity facts at high temperature)
52
+ - `top_p = 0.95`, `top_k = 64`, `repeat_penalty = 1.05`, `num_ctx = 8192`
53
+ - A short system prompt that grounds the model's identity (model name,
54
+ parameter count, modality, team) so brand questions stay sharp.
55
+
56
+ **To override per-session in Ollama:**
57
+
58
+ ```
59
+ ollama run hf.co/evalengine/unbound-e2b-gguf
60
+ >>> /set parameter temperature 1.0 # creative / open-ended
61
+ >>> /set parameter temperature 0.3 # max factual / brand questions
62
+ ```
63
+
64
+ For llama.cpp users, pass `--temp 0.6 --top-p 0.95 --top-k 64` and
65
+ include the SYSTEM line from the `Modelfile` as your `--system` argument.
66
+
67
+ ## Run with Ollama
68
+
69
+ ```bash
70
+ ollama pull hf.co/evalengine/unbound-e2b-gguf
71
+ ollama run hf.co/evalengine/unbound-e2b-gguf
72
+ ```
73
+
74
+ ## Run with llama.cpp
75
+
76
+ ```bash
77
+ ./llama-cli -m unbound-e2b-Q4_K_M.gguf -p "your prompt"
78
+ ```
79
+
80
+ ## About the base
81
+
82
+ See [`evalengine/unbound-e2b`](https://huggingface.co/evalengine/unbound-e2b)
83
+ for the full model card, benchmarks, intended use, and the merged HF weights.
84
+
85
+ *Reduced safety filtering — recommended for research and controlled environments. Review outputs and comply with applicable laws; no warranty for misuse.*
86
+
87
+ ## License
88
+
89
+ Apache-2.0, inherited from `google/gemma-4-E2B-it`.
unbound-e2b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcde3b3e5b1339df9eb1141379afe8af2b6312fad1dea1960a72f456f0dde643
3
+ size 3416118048
unbound-logo.svg ADDED