SHERWYNLUCIAN commited on
Commit
8e90688
·
verified ·
1 Parent(s): 052190d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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.