Update 4B/README.md
Browse files- 4B/README.md +19 -0
4B/README.md
CHANGED
|
@@ -65,3 +65,22 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
| 65 |
|
| 66 |
This model is intended for **authorized security testing and educational purposes only**.
|
| 67 |
Always obtain proper authorization before testing systems you do not own.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
This model is intended for **authorized security testing and educational purposes only**.
|
| 67 |
Always obtain proper authorization before testing systems you do not own.
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
## Attribution
|
| 71 |
+
|
| 72 |
+
Created by **Abhishek Dujari**
|
| 73 |
+
Contact: `ab@3computing.com`
|
| 74 |
+
|
| 75 |
+
## Citation
|
| 76 |
+
|
| 77 |
+
If you use this model, please cite:
|
| 78 |
+
|
| 79 |
+
```bibtex
|
| 80 |
+
@misc{dujari2026warmachine4b,
|
| 81 |
+
author = {Abhishek Dujari},
|
| 82 |
+
title = {WarMachine: Qwen3.5-4B Tool-Calling Model},
|
| 83 |
+
year = {2026},
|
| 84 |
+
howpublished = {\url{https://huggingface.co/ovedrive/WarMachine/tree/main/4B}},
|
| 85 |
+
note = {Author contact: ab@3computing.com}
|
| 86 |
+
}
|