doss1232 commited on
Commit
1142e15
·
verified ·
1 Parent(s): b3a7360

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -20,3 +20,15 @@ language:
20
  This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
23
+
24
+ # Model information
25
+ - Offensive-Qwen2.5-Coder-7b is a fine-tuned Qwen-2.5-Coder-7b model and a part of Offensive-Engine, a collection of models fine-tuned for cybersecurity.
26
+ - It is train using the methods in Automating Code Review Activities by Large-Scale Pre-training paper.
27
+ - Which means, it is suitable for code review and static analysis tasks, while still maintain coding capability.
28
+ - Additionally, the model is further fine-tuned to find vulnerability in code, making it great for pentester and security professionals to use.
29
+ - This version of the model is quantized in 16bit and can be use with lmstudio.
30
+ # Further improvment
31
+ - This model will be use for Auto-Pentest Framework.
32
+
33
+ ## Offensive-GenAI Framwork
34
+ - Auto-Pentest is Agent system, built with Langchain to automate pentesting and web testing. It is designed to work in corporation's source code, where security and confidentiality are preserverd.