morriszms commited on
Commit
b8664ee
1 Parent(s): 4005cb4

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ 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
+ SecurityLLM-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SecurityLLM-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SecurityLLM-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SecurityLLM-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SecurityLLM-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SecurityLLM-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SecurityLLM-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SecurityLLM-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SecurityLLM-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SecurityLLM-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SecurityLLM-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SecurityLLM-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ tags:
5
+ - security
6
+ - cybersecwithai
7
+ - threat
8
+ - vulnerability
9
+ - infosec
10
+ - zysec.ai
11
+ - cyber security
12
+ - ai4security
13
+ - llmsecurity
14
+ - cyber
15
+ - malware analysis
16
+ - exploitdev
17
+ - ai4good
18
+ - aisecurity
19
+ - cybersec
20
+ - cybersecurity
21
+ - TensorBlock
22
+ - GGUF
23
+ base_model: ZySec-AI/SecurityLLM
24
+ ---
25
+
26
+ <div style="width: auto; margin-left: auto; margin-right: auto">
27
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
28
+ </div>
29
+ <div style="display: flex; justify-content: space-between; width: 100%;">
30
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
31
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
32
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
33
+ </p>
34
+ </div>
35
+ </div>
36
+
37
+ ## ZySec-AI/SecurityLLM - GGUF
38
+
39
+ This repo contains GGUF format model files for [ZySec-AI/SecurityLLM](https://huggingface.co/ZySec-AI/SecurityLLM).
40
+
41
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
42
+
43
+ ## Prompt template
44
+
45
+ ```
46
+ <|system|>
47
+ {system_prompt}</s>
48
+ <|user|>
49
+ {prompt}</s>
50
+ <|assistant|>
51
+ ```
52
+
53
+ ## Model file specification
54
+
55
+ | Filename | Quant type | File Size | Description |
56
+ | -------- | ---------- | --------- | ----------- |
57
+ | [SecurityLLM-Q2_K.gguf](https://huggingface.co/tensorblock/SecurityLLM-GGUF/tree/main/SecurityLLM-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
58
+ | [SecurityLLM-Q3_K_S.gguf](https://huggingface.co/tensorblock/SecurityLLM-GGUF/tree/main/SecurityLLM-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
59
+ | [SecurityLLM-Q3_K_M.gguf](https://huggingface.co/tensorblock/SecurityLLM-GGUF/tree/main/SecurityLLM-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
60
+ | [SecurityLLM-Q3_K_L.gguf](https://huggingface.co/tensorblock/SecurityLLM-GGUF/tree/main/SecurityLLM-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
61
+ | [SecurityLLM-Q4_0.gguf](https://huggingface.co/tensorblock/SecurityLLM-GGUF/tree/main/SecurityLLM-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
62
+ | [SecurityLLM-Q4_K_S.gguf](https://huggingface.co/tensorblock/SecurityLLM-GGUF/tree/main/SecurityLLM-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
63
+ | [SecurityLLM-Q4_K_M.gguf](https://huggingface.co/tensorblock/SecurityLLM-GGUF/tree/main/SecurityLLM-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
64
+ | [SecurityLLM-Q5_0.gguf](https://huggingface.co/tensorblock/SecurityLLM-GGUF/tree/main/SecurityLLM-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
65
+ | [SecurityLLM-Q5_K_S.gguf](https://huggingface.co/tensorblock/SecurityLLM-GGUF/tree/main/SecurityLLM-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
66
+ | [SecurityLLM-Q5_K_M.gguf](https://huggingface.co/tensorblock/SecurityLLM-GGUF/tree/main/SecurityLLM-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
67
+ | [SecurityLLM-Q6_K.gguf](https://huggingface.co/tensorblock/SecurityLLM-GGUF/tree/main/SecurityLLM-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
68
+ | [SecurityLLM-Q8_0.gguf](https://huggingface.co/tensorblock/SecurityLLM-GGUF/tree/main/SecurityLLM-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
69
+
70
+
71
+ ## Downloading instruction
72
+
73
+ ### Command line
74
+
75
+ Firstly, install Huggingface Client
76
+
77
+ ```shell
78
+ pip install -U "huggingface_hub[cli]"
79
+ ```
80
+
81
+ Then, downoad the individual model file the a local directory
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/SecurityLLM-GGUF --include "SecurityLLM-Q2_K.gguf" --local-dir MY_LOCAL_DIR
85
+ ```
86
+
87
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
88
+
89
+ ```shell
90
+ huggingface-cli download tensorblock/SecurityLLM-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
91
+ ```
SecurityLLM-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b95a8c02410f116b778731be800f9ccce3069bb9b4c6829ebdf354d0a5c241
3
+ size 2719243104
SecurityLLM-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c49969a099ef8414f170bda3aa6b36f00bda3da72a94b9ca2087d96b7897f480
3
+ size 3822025568
SecurityLLM-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12c77482f349bc7d4fefc18a93335fbb4412155fb09172732dfd80d60803105e
3
+ size 3518987104
SecurityLLM-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2425427935d2b874d7bd2aeab1c13716bec2f9a346a070e8bf8ff64048f3a91
3
+ size 3164568416
SecurityLLM-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2721309977d94cb464fb4e671b51a629f4411ccc3a6a1931933094e46f744813
3
+ size 4108917600
SecurityLLM-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aff382e0425d3534da5aed5755f4ef8987135711a3c62abc56dcb852aeab72bc
3
+ size 4368440160
SecurityLLM-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:672e33c76e843651d5444cb823f2cb5ff51a909db5c9507612aba6bbfe24ec13
3
+ size 4140374880
SecurityLLM-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff3ab4ae36f381d310d8955a8f86fbac79c33bb94b9c28bfb6ae66b9877c568c
3
+ size 4997716832
SecurityLLM-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:122b00e9b65ba6dc4212313621a2df195c66f742cc0782c3358619ce281c7d95
3
+ size 5131410272
SecurityLLM-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24eeb271154bc3d2cbbb36fc34d32471f7bd23d3f6dbc6ed5857b0d585f9976e
3
+ size 4997716832
SecurityLLM-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:163cecdc475cf9ce1a6bb432f9b317e909f07b1498c79fc26d727a7a8c7784ff
3
+ size 5942066016
SecurityLLM-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f788c6c08eb8561171d8fb931011395c26f360bcf5a14c62a81853acb4dde767
3
+ size 7695858528