EryriLabs commited on
Commit
4e65f26
·
verified ·
1 Parent(s): 79ac6eb

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ deepseek-r1-distill-qwen-purpleteam-7b.Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ deepseek-r1-distill-qwen-purpleteam-7b.Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
38
+ deepseek-r1-distill-qwen-purpleteam-7b.Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ deepseek-r1-distill-qwen-purpleteam-7b.Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
40
+ deepseek-r1-distill-qwen-purpleteam-7b.Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
41
+ deepseek-r1-distill-qwen-purpleteam-7b.Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
42
+ deepseek-r1-distill-qwen-purpleteam-7b.bf16.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - WhiteRabbitNeo/WhiteRabbitNeo-2.5-Qwen-2.5-Coder-7B
4
+ - deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
5
+ library_name: transformers
6
+ tags:
7
+ - mergekit
8
+ - merge
9
+ - autoquant
10
+ - gguf
11
+ ---
12
+ # DeepSeek-R1-Distill-Qwen-7B-PurpleTeam
13
+
14
+
15
+ ## Model Description
16
+
17
+ DeepSeek-R1-Distill-Qwen-7B-PurpleTeam is a specialised cyber security model trained for ethical usage. It can assist professionals and enthusiasts in identifying potential vulnerabilities, misconfigurations, and common security pitfalls. The model is optimised for tasks such as analysing security logs, detecting unusual patterns, and suggesting remediation steps. However, it is vital to use this model responsibly and lawfully, respecting data privacy and all applicable regulations.
18
+
19
+ ## Intended Use and Limitations
20
+
21
+ - **Intended Use**: Cyber security analysis, vulnerability assessment, ethical hacking practices, and threat intelligence.
22
+ - **Not Intended For**: Illegal activities, personal data exploitation, or any use that infringes on applicable laws or violates individual rights.
23
+
24
+ **Disclaimer**: This model is not a substitute for professional cyber security experts. Always validate outputs, follow legal regulations, and ensure full compliance with data protection requirements.
25
+
26
+ ## Usage Restrictions (WhiteRabbitNeo Extension to Apache-2.0 License)
27
+
28
+ You agree not to use the Model or Derivatives of the Model:
29
+
30
+ 1. In any way that violates any applicable national or international law or regulation or infringes upon the lawful rights and interests of any third party
31
+ 2. For military use in any way
32
+ 3. For the purpose of exploiting, harming or attempting to exploit or harm minors in any way
33
+ 4. To generate or disseminate verifiably false information and/or content with the purpose of harming others
34
+ 5. To generate or disseminate inappropriate content subject to applicable regulatory requirements
35
+ 6. To generate or disseminate personal identifiable information without due authorisation or for unreasonable use
36
+ 7. To defame, disparage or otherwise harass others
37
+ 8. For fully automated decision making that adversely impacts an individual's legal rights or otherwise creates or modifies a binding, enforceable obligation
38
+ 9. For any use intended to or which has the effect of discriminating against or harming individuals or groups based on online or offline social behaviour or known or predicted personal or personality characteristics
39
+ 10. To exploit any of the vulnerabilities of a specific group of persons based on their age, social, physical or mental characteristics
40
+ 11. For any use intended to or which has the effect of discriminating against individuals or groups based on legally protected characteristics or categories
41
+
42
+ ## Topics Covered
43
+
44
+ The model covers various cybersecurity topics including:
45
+
46
+ - Open Ports (HTTP, FTP, SSH, SMB, etc.)
47
+ - Outdated Software or Services
48
+ - Default Credentials
49
+ - Misconfigurations
50
+ - Injection Flaws (SQL injection, command injection, XSS)
51
+ - Unencrypted Services
52
+ - Known Software Vulnerabilities
53
+ - Cross-Site Request Forgery (CSRF)
54
+ - Insecure Direct Object References
55
+ - Security Misconfigurations in Web Servers/Applications
56
+ - Broken Authentication and Session Management
57
+ - Sensitive Data Exposure
58
+ - API Vulnerabilities
59
+ - Denial of Service (DoS) Vulnerabilities
60
+ - Buffer Overflows
61
+ - Other common security pitfalls
62
+
63
+ ## Terms of Use
64
+
65
+ By accessing and using this Artificial Intelligence (AI) model, you, the user, acknowledge and agree that you are solely responsible for your use of the model and its outcomes. You hereby agree to indemnify, defend, and hold harmless the creators, developers, and any affiliated persons or entities of this AI model from and against any and all claims, liabilities, damages, losses, costs, expenses, fees (including reasonable solicitors' fees and court costs) that may arise, directly or indirectly, from your use of the AI model.
66
+
67
+ This AI model is provided "as is" and "as available" without any warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. The creators make no warranty that the AI model will meet your requirements or be available on an uninterrupted, secure, or error-free basis.
68
+
69
+ Your use of the AI model is at your own risk and discretion, and you will be solely responsible for any damage to computer systems or loss of data that results from the use of the AI model.
70
+
71
+ This disclaimer constitutes part of the agreement between you and the creators of the AI model regarding your use of the model, superseding any prior agreements between you and the creators regarding your use of this AI model.
72
+
73
+
74
+ ## Merge Details
75
+ ### Merge Method
76
+
77
+ This model was merged using the SLERP merge method.
78
+
79
+ ### Models Merged
80
+
81
+ The following models were included in the merge:
82
+ * [WhiteRabbitNeo/WhiteRabbitNeo-2.5-Qwen-2.5-Coder-7B](https://huggingface.co/WhiteRabbitNeo/WhiteRabbitNeo-2.5-Qwen-2.5-Coder-7B)
83
+ * [deepseek-ai/DeepSeek-R1-Distill-Qwen-7B](https://huggingface.co/deepseek-ai/DeepSeek-R1-Distill-Qwen-7B)
84
+
85
+ ### Configuration
86
+
87
+ The following YAML configuration was used to produce this model:
88
+
89
+ ```yaml
90
+ models:
91
+ - model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
92
+ - model: WhiteRabbitNeo/WhiteRabbitNeo-2.5-Qwen-2.5-Coder-7B
93
+ merge_method: slerp
94
+ base_model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B
95
+ dtype: bfloat16
96
+ parameters:
97
+ t: [0, 0.5, 0.25]
98
+ ```
deepseek-r1-distill-qwen-purpleteam-7b.Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:068d7a60cedd79573453ce59c8aa62d23a2b840b978a9946540d8a41a9687899
3
+ size 3015940448
deepseek-r1-distill-qwen-purpleteam-7b.Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:091c505c3ee25d4c62f9ff2c0289f07e822532ad1f56519727dc30b2286f4a80
3
+ size 3808391520
deepseek-r1-distill-qwen-purpleteam-7b.Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83ac2c858b4b351f3aa6f65914c5bf52eb7478cca13d6f22b90087cfdfd5d2d8
3
+ size 4683073888
deepseek-r1-distill-qwen-purpleteam-7b.Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fa430ba28ebb5e31bf80dd60c36f51e8b683cce4c967ccf2d22b56554562f6a
3
+ size 5444831584
deepseek-r1-distill-qwen-purpleteam-7b.Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:69f5ba099d868fd6a7309733ff4a23395275ce6523cb5e977bd32a08c770ce57
3
+ size 6254199136
deepseek-r1-distill-qwen-purpleteam-7b.Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b60592ec77bde9905fea0a2018c40500677ed040b1e2412d1daf86ce7390d654
3
+ size 8098525536
deepseek-r1-distill-qwen-purpleteam-7b.bf16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bab27061c24826f68146e36c84766a25dcc8788dc3837f15dff0c4354efbf655
3
+ size 15237853536