doss1232 commited on
Commit
25dccdf
·
verified ·
1 Parent(s): 5f12f3c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -6,9 +6,13 @@ tags:
6
  - unsloth
7
  - qwen2
8
  - trl
 
 
9
  license: apache-2.0
10
  language:
11
  - en
 
 
12
  ---
13
 
14
  # Uploaded model
@@ -20,3 +24,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)
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  - unsloth
7
  - qwen2
8
  - trl
9
+ - code-review
10
+ - static-analysis
11
  license: apache-2.0
12
  language:
13
  - en
14
+ datasets:
15
+ - CyberNative/Code_Vulnerability_Security_DPO
16
  ---
17
 
18
  # Uploaded model
 
24
  This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
25
 
26
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
27
+
28
+ # Model information
29
+ Offensive-Qwen2.5-Coder-7b is a fine-tuned Qwen-2.5-Coder-7b model. It is train using the methods in **Automating Code Review Activities by Large-Scale Pre-training** paper.
30
+ Which means, it is suitable for code review and static analysis tasks, while still maintain coding capability.
31
+ Additionally, the model is further fine-tuned to find vulnerability in code, making it great for pentester and security professionals to use.
32
+
33
+ # Further improvment
34
+ This model will be use for Offensive-GenAI Framework.
35
+
36
+ ## Offensive-GenAI Framwork
37
+ Offensive-GenAI is Agent system, built by Langchain to automate pentesting and web testing.
38
+ It is designed to work in corporation's source code, where security and confidentiality are preserverd.