Update README.md
Browse files
README.md
CHANGED
|
@@ -68,7 +68,7 @@ outputs = model.generate(**inputs, max_new_tokens=1024, temperature=0.7)
|
|
| 68 |
print(tokenizer.decode(outputs[0][inputs['input_ids'].shape[-1]:], skip_special_tokens=True
|
| 69 |
|
| 70 |
|
| 71 |
-
|
| 72 |
|
| 73 |
⚠️ Disclaimer
|
| 74 |
This model is developed for educational and defensive purposes only as part of the EvoNet SaaS Audit System. Do not use this model to conduct unauthorized attacks on systems you do not own.
|
|
|
|
| 68 |
print(tokenizer.decode(outputs[0][inputs['input_ids'].shape[-1]:], skip_special_tokens=True
|
| 69 |
|
| 70 |
|
| 71 |
+
```
|
| 72 |
|
| 73 |
⚠️ Disclaimer
|
| 74 |
This model is developed for educational and defensive purposes only as part of the EvoNet SaaS Audit System. Do not use this model to conduct unauthorized attacks on systems you do not own.
|