johnsonchromia commited on
Commit
22b1379
·
verified ·
1 Parent(s): 6ee2b38

README: clearer no-guarantee disclaimer near top

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -18,6 +18,11 @@ pipeline_tag: text-generation
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
 
@@ -81,9 +86,6 @@ ollama run hf.co/evalengine/unbound-e2b-gguf
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`.
 
18
 
19
  # Unbound E2B GGUF — *because there is no boundary*
20
 
21
+ > **No guarantee — use at your own risk.** This model has reduced safety filtering
22
+ > and can produce harmful, false, biased, or otherwise unsafe output. Provided
23
+ > as-is, with no warranty of any kind. You are solely responsible for how you
24
+ > use it and for complying with all applicable laws.
25
+
26
  GGUF quantizations of [`evalengine/unbound-e2b`](https://huggingface.co/evalengine/unbound-e2b)
27
  for on-device deployment via Ollama, llama.cpp, LM Studio, and similar runtimes.
28
 
 
86
 
87
  See [`evalengine/unbound-e2b`](https://huggingface.co/evalengine/unbound-e2b)
88
  for the full model card, benchmarks, intended use, and the merged HF weights.
 
 
 
89
  ## License
90
 
91
  Apache-2.0, inherited from `google/gemma-4-E2B-it`.