morriszms commited on
Commit
c6ad878
·
verified ·
1 Parent(s): d96a492

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
+ cyber-risk-llama-3-8b-instruct-sft-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ cyber-risk-llama-3-8b-instruct-sft-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ cyber-risk-llama-3-8b-instruct-sft-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ cyber-risk-llama-3-8b-instruct-sft-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ cyber-risk-llama-3-8b-instruct-sft-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ cyber-risk-llama-3-8b-instruct-sft-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ cyber-risk-llama-3-8b-instruct-sft-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ cyber-risk-llama-3-8b-instruct-sft-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ cyber-risk-llama-3-8b-instruct-sft-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ cyber-risk-llama-3-8b-instruct-sft-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ cyber-risk-llama-3-8b-instruct-sft-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ cyber-risk-llama-3-8b-instruct-sft-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - Vanessasml/cybersecurity_32k_instruction_input_output
4
+ pipeline_tag: text-generation
5
+ tags:
6
+ - finance
7
+ - supervision
8
+ - cyber risk
9
+ - cybersecurity
10
+ - cyber threats
11
+ - SFT
12
+ - LoRA
13
+ - A100GPU
14
+ - TensorBlock
15
+ - GGUF
16
+ base_model: Vanessasml/cyber-risk-llama-3-8b-instruct-sft
17
+ ---
18
+
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <div style="display: flex; justify-content: space-between; width: 100%;">
23
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
24
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
25
+ 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>
26
+ </p>
27
+ </div>
28
+ </div>
29
+
30
+ ## Vanessasml/cyber-risk-llama-3-8b-instruct-sft - GGUF
31
+
32
+ This repo contains GGUF format model files for [Vanessasml/cyber-risk-llama-3-8b-instruct-sft](https://huggingface.co/Vanessasml/cyber-risk-llama-3-8b-instruct-sft).
33
+
34
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
35
+
36
+ <div style="text-align: left; margin: 20px 0;">
37
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
38
+ Run them on the TensorBlock client using your local machine ↗
39
+ </a>
40
+ </div>
41
+
42
+ ## Prompt template
43
+
44
+ ```
45
+ <|im_start|>system
46
+ {system_prompt}<|im_end|>
47
+ <|im_start|>user
48
+ {prompt}<|im_end|>
49
+ <|im_start|>assistant
50
+ ```
51
+
52
+ ## Model file specification
53
+
54
+ | Filename | Quant type | File Size | Description |
55
+ | -------- | ---------- | --------- | ----------- |
56
+ | [cyber-risk-llama-3-8b-instruct-sft-Q2_K.gguf](https://huggingface.co/tensorblock/cyber-risk-llama-3-8b-instruct-sft-GGUF/blob/main/cyber-risk-llama-3-8b-instruct-sft-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
57
+ | [cyber-risk-llama-3-8b-instruct-sft-Q3_K_S.gguf](https://huggingface.co/tensorblock/cyber-risk-llama-3-8b-instruct-sft-GGUF/blob/main/cyber-risk-llama-3-8b-instruct-sft-Q3_K_S.gguf) | Q3_K_S | 3.665 GB | very small, high quality loss |
58
+ | [cyber-risk-llama-3-8b-instruct-sft-Q3_K_M.gguf](https://huggingface.co/tensorblock/cyber-risk-llama-3-8b-instruct-sft-GGUF/blob/main/cyber-risk-llama-3-8b-instruct-sft-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
59
+ | [cyber-risk-llama-3-8b-instruct-sft-Q3_K_L.gguf](https://huggingface.co/tensorblock/cyber-risk-llama-3-8b-instruct-sft-GGUF/blob/main/cyber-risk-llama-3-8b-instruct-sft-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
60
+ | [cyber-risk-llama-3-8b-instruct-sft-Q4_0.gguf](https://huggingface.co/tensorblock/cyber-risk-llama-3-8b-instruct-sft-GGUF/blob/main/cyber-risk-llama-3-8b-instruct-sft-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
61
+ | [cyber-risk-llama-3-8b-instruct-sft-Q4_K_S.gguf](https://huggingface.co/tensorblock/cyber-risk-llama-3-8b-instruct-sft-GGUF/blob/main/cyber-risk-llama-3-8b-instruct-sft-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
62
+ | [cyber-risk-llama-3-8b-instruct-sft-Q4_K_M.gguf](https://huggingface.co/tensorblock/cyber-risk-llama-3-8b-instruct-sft-GGUF/blob/main/cyber-risk-llama-3-8b-instruct-sft-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
63
+ | [cyber-risk-llama-3-8b-instruct-sft-Q5_0.gguf](https://huggingface.co/tensorblock/cyber-risk-llama-3-8b-instruct-sft-GGUF/blob/main/cyber-risk-llama-3-8b-instruct-sft-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
64
+ | [cyber-risk-llama-3-8b-instruct-sft-Q5_K_S.gguf](https://huggingface.co/tensorblock/cyber-risk-llama-3-8b-instruct-sft-GGUF/blob/main/cyber-risk-llama-3-8b-instruct-sft-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
65
+ | [cyber-risk-llama-3-8b-instruct-sft-Q5_K_M.gguf](https://huggingface.co/tensorblock/cyber-risk-llama-3-8b-instruct-sft-GGUF/blob/main/cyber-risk-llama-3-8b-instruct-sft-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
66
+ | [cyber-risk-llama-3-8b-instruct-sft-Q6_K.gguf](https://huggingface.co/tensorblock/cyber-risk-llama-3-8b-instruct-sft-GGUF/blob/main/cyber-risk-llama-3-8b-instruct-sft-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
67
+ | [cyber-risk-llama-3-8b-instruct-sft-Q8_0.gguf](https://huggingface.co/tensorblock/cyber-risk-llama-3-8b-instruct-sft-GGUF/blob/main/cyber-risk-llama-3-8b-instruct-sft-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
68
+
69
+
70
+ ## Downloading instruction
71
+
72
+ ### Command line
73
+
74
+ Firstly, install Huggingface Client
75
+
76
+ ```shell
77
+ pip install -U "huggingface_hub[cli]"
78
+ ```
79
+
80
+ Then, downoad the individual model file the a local directory
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/cyber-risk-llama-3-8b-instruct-sft-GGUF --include "cyber-risk-llama-3-8b-instruct-sft-Q2_K.gguf" --local-dir MY_LOCAL_DIR
84
+ ```
85
+
86
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
87
+
88
+ ```shell
89
+ huggingface-cli download tensorblock/cyber-risk-llama-3-8b-instruct-sft-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
90
+ ```
cyber-risk-llama-3-8b-instruct-sft-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1439d5b804ade6017a5ff9a2f16be0baf92142d6fc9d4f010aac5be1165f81de
3
+ size 3179141184
cyber-risk-llama-3-8b-instruct-sft-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d606707db4192cf28ef10bbe6fd2ff42147d4950898b42a88addeba1e0b985c
3
+ size 4321966976
cyber-risk-llama-3-8b-instruct-sft-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b514412db375850acd50ad7310dd00f34a30356c335f6a38c723a9d11a48dc90
3
+ size 4018928512
cyber-risk-llama-3-8b-instruct-sft-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9325928b12c61faa0d24c6d276989ce2f96af3e3bf8b0026850eef28746ed5d1
3
+ size 3664509824
cyber-risk-llama-3-8b-instruct-sft-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66de37072cdbb0093782e4e145424cb2e2f111ad58e04e00741f981bbd4ad328
3
+ size 4661223360
cyber-risk-llama-3-8b-instruct-sft-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:994878f68977d51cc375315a5d97e58b568f1d49ddfbc3e9bb88ae20bcbb73ea
3
+ size 4920745920
cyber-risk-llama-3-8b-instruct-sft-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:489ffc42e364039f2266db7c09e7bedd0aa772d5ba3cf2700742c20432508ccd
3
+ size 4692680640
cyber-risk-llama-3-8b-instruct-sft-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd68e25196b63f34c9b0b2393ff77c19926bc7042b55b73d4844987d5c96b391
3
+ size 5599306688
cyber-risk-llama-3-8b-instruct-sft-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98d264268231dfe6cb3579044bfda00cb013e27f05d29ea69f8516760f2fd3ad
3
+ size 5733000128
cyber-risk-llama-3-8b-instruct-sft-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ae7001a54c529f360b02eeb835aec5ea5f48e6e024ec0ec77d2b68af4ed1782
3
+ size 5599306688
cyber-risk-llama-3-8b-instruct-sft-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18387a69b9eb7674fb7e668ce72b394ff6ec8a3658fcb32f2dad2bb95ccd37a3
3
+ size 6596020224
cyber-risk-llama-3-8b-instruct-sft-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78cefab6e9cb542099a2916784fa7d6922655fc31c3873606f8ec8a982dd8ac3
3
+ size 8540788608