morriszms commited on
Commit
a5139a5
·
verified ·
1 Parent(s): bfee8fd

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
+ Storm-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Storm-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Storm-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Storm-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Storm-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Storm-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Storm-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Storm-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Storm-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Storm-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Storm-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Storm-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ library_name: transformers
4
+ tags:
5
+ - storm
6
+ - mistral
7
+ - openchat
8
+ - RLAIF
9
+ - reward model
10
+ - TensorBlock
11
+ - GGUF
12
+ language:
13
+ - en
14
+ base_model: jieliu/Storm-7B
15
+ datasets:
16
+ - berkeley-nest/Nectar
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
+ ## jieliu/Storm-7B - GGUF
31
+
32
+ This repo contains GGUF format model files for [jieliu/Storm-7B](https://huggingface.co/jieliu/Storm-7B).
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
+ <s>GPT4 Correct System: {system_prompt}<|end_of_turn|>GPT4 Correct User: {prompt}<|end_of_turn|>GPT4 Correct Assistant:
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [Storm-7B-Q2_K.gguf](https://huggingface.co/tensorblock/Storm-7B-GGUF/blob/main/Storm-7B-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [Storm-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Storm-7B-GGUF/blob/main/Storm-7B-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
54
+ | [Storm-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Storm-7B-GGUF/blob/main/Storm-7B-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
55
+ | [Storm-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Storm-7B-GGUF/blob/main/Storm-7B-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
56
+ | [Storm-7B-Q4_0.gguf](https://huggingface.co/tensorblock/Storm-7B-GGUF/blob/main/Storm-7B-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [Storm-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Storm-7B-GGUF/blob/main/Storm-7B-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
58
+ | [Storm-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Storm-7B-GGUF/blob/main/Storm-7B-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
59
+ | [Storm-7B-Q5_0.gguf](https://huggingface.co/tensorblock/Storm-7B-GGUF/blob/main/Storm-7B-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [Storm-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Storm-7B-GGUF/blob/main/Storm-7B-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
61
+ | [Storm-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Storm-7B-GGUF/blob/main/Storm-7B-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
62
+ | [Storm-7B-Q6_K.gguf](https://huggingface.co/tensorblock/Storm-7B-GGUF/blob/main/Storm-7B-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
63
+ | [Storm-7B-Q8_0.gguf](https://huggingface.co/tensorblock/Storm-7B-GGUF/blob/main/Storm-7B-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
64
+
65
+
66
+ ## Downloading instruction
67
+
68
+ ### Command line
69
+
70
+ Firstly, install Huggingface Client
71
+
72
+ ```shell
73
+ pip install -U "huggingface_hub[cli]"
74
+ ```
75
+
76
+ Then, downoad the individual model file the a local directory
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/Storm-7B-GGUF --include "Storm-7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
80
+ ```
81
+
82
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/Storm-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
Storm-7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b83a6a1d9e03b392c9b7dde2cf1c5149379054d73e4f271ed5c7691d7842504
3
+ size 2719252768
Storm-7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89d199296b831e98976f08c5bcdad737c0dcdc3afa5805d4641c82c700199371
3
+ size 3822036064
Storm-7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9578b222bb23e20e94bbcca10fccdf4d69f6e14c44c09484a71dabaf44871491
3
+ size 3518997600
Storm-7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f58cd8e33eac411a9d63876a5fdcb4ffdfdc2d8d3fce62f13d3f540b0f9fcfdb
3
+ size 3164578912
Storm-7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e9fd46e818c27347fbc931c1b1c2fa4a3a91c8456e3b7b1a0eceeed68aa0b44
3
+ size 4108929184
Storm-7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:150cb49eeeb731bca2cd39fee49d4857bc20874245398890a01f21f50a6a85d3
3
+ size 4368451744
Storm-7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22e7449ac90af6057963b86c0183aa8f86c31bdc84fc4797762fa3f8bfc63542
3
+ size 4140386464
Storm-7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea8e735efc49f968fa1f2aed76e2f504a3f97fc0c353f108ad29a8a01a352365
3
+ size 4997729440
Storm-7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2021497790aa02561fc478d05232964c3dcc1e1f35da553c5e4fd7009ebb9ee
3
+ size 5131422880
Storm-7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a08d172e3f6451ae510a14b473dde724290035e3211a1edff3f9fa9466199c9c
3
+ size 4997729440
Storm-7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2984bc078fb16c6a79d27a3cd112823913eb9efe31fc251a6e7d82e6a1f5334
3
+ size 5942079712
Storm-7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a770d1c3faaf9f62fe2540450eea4af3fbef510742162633040277802c7554b4
3
+ size 7695876192