Add authentication notice — model requires Modelfile + passwords to function
This is a security feature, not a bug. Weight-level identity anchoring means the model treats unauthenticated interactions as potential attacks. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -128,6 +128,16 @@ outputs = model.generate(**inputs, max_new_tokens=256)
|
|||||||
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Important: The Model Requires Authentication
|
||||||
|
|
||||||
|
CyberRanger V42 Gold has security embedded in its weights. Without the correct Modelfile and authentication passwords, the model will treat all interactions as potential attacks and refuse to respond. This is by design — it proves the weight-level security works.
|
||||||
|
|
||||||
|
To interact with CyberRanger, you need:
|
||||||
|
1. The Modelfile (contains the system prompt with the Ring 14.x architecture)
|
||||||
|
2. The two-tier authentication passwords
|
||||||
|
|
||||||
|
See the `modelfiles/` folder in this repository for the Modelfile configurations. Contact the author for authentication details if needed for academic review.
|
||||||
|
|
||||||
### Option 3: Test the Injection Resistance
|
### Option 3: Test the Injection Resistance
|
||||||
```bash
|
```bash
|
||||||
# Try to jailbreak it — it should refuse
|
# Try to jailbreak it — it should refuse
|
||||||
|
|||||||
Reference in New Issue
Block a user