johnsonchromia commited on
Commit
d8e7910
·
verified ·
1 Parent(s): b4a83d2

README: clearer no-guarantee disclaimer near top

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -17,6 +17,11 @@ library_name: transformers
17
 
18
  # Unbound E2B — *because there is no boundary*
19
 
 
 
 
 
 
20
  Uncensored variant of `google/gemma-4-E2B-it` from the **Chromia & Eval Engine**
21
  team. This repo holds the merged HF weights; for the **on-device GGUF builds**
22
  (Ollama / llama.cpp / LM Studio), see
@@ -85,9 +90,6 @@ from transformers import AutoModelForCausalLM, AutoTokenizer
85
  model = AutoModelForCausalLM.from_pretrained("evalengine/unbound-e2b")
86
  tok = AutoTokenizer.from_pretrained("evalengine/unbound-e2b")
87
  ```
88
-
89
- *Reduced safety filtering — recommended for research and controlled environments. Review outputs and comply with applicable laws; no warranty for misuse.*
90
-
91
  ## License
92
 
93
  Apache-2.0, inherited from `google/gemma-4-E2B-it`.
 
17
 
18
  # Unbound E2B — *because there is no boundary*
19
 
20
+ > **No guarantee — use at your own risk.** This model has reduced safety filtering
21
+ > and can produce harmful, false, biased, or otherwise unsafe output. Provided
22
+ > as-is, with no warranty of any kind. You are solely responsible for how you
23
+ > use it and for complying with all applicable laws.
24
+
25
  Uncensored variant of `google/gemma-4-E2B-it` from the **Chromia & Eval Engine**
26
  team. This repo holds the merged HF weights; for the **on-device GGUF builds**
27
  (Ollama / llama.cpp / LM Studio), see
 
90
  model = AutoModelForCausalLM.from_pretrained("evalengine/unbound-e2b")
91
  tok = AutoTokenizer.from_pretrained("evalengine/unbound-e2b")
92
  ```
 
 
 
93
  ## License
94
 
95
  Apache-2.0, inherited from `google/gemma-4-E2B-it`.