morriszms commited on
Commit
f155a16
·
verified ·
1 Parent(s): 4b906da

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
+ Smaug-34B-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Smaug-34B-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Smaug-34B-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Smaug-34B-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Smaug-34B-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Smaug-34B-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Smaug-34B-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Smaug-34B-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Smaug-34B-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Smaug-34B-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Smaug-34B-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Smaug-34B-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: abacusai/Smaug-34B-v0.1
3
+ license: apache-2.0
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## abacusai/Smaug-34B-v0.1 - GGUF
21
+
22
+ This repo contains GGUF format model files for [abacusai/Smaug-34B-v0.1](https://huggingface.co/abacusai/Smaug-34B-v0.1).
23
+
24
+ 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).
25
+
26
+ ## Prompt template
27
+
28
+ ```
29
+ [INST] <<SYS>>
30
+ {system_prompt}
31
+ <</SYS>>
32
+
33
+ {prompt} [/INST]
34
+ ```
35
+
36
+ ## Model file specification
37
+
38
+ | Filename | Quant type | File Size | Description |
39
+ | -------- | ---------- | --------- | ----------- |
40
+ | [Smaug-34B-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-GGUF/tree/main/Smaug-34B-v0.1-Q2_K.gguf) | Q2_K | 11.944 GB | smallest, significant quality loss - not recommended for most purposes |
41
+ | [Smaug-34B-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-GGUF/tree/main/Smaug-34B-v0.1-Q3_K_S.gguf) | Q3_K_S | 13.933 GB | very small, high quality loss |
42
+ | [Smaug-34B-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-GGUF/tree/main/Smaug-34B-v0.1-Q3_K_M.gguf) | Q3_K_M | 15.511 GB | very small, high quality loss |
43
+ | [Smaug-34B-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-GGUF/tree/main/Smaug-34B-v0.1-Q3_K_L.gguf) | Q3_K_L | 16.894 GB | small, substantial quality loss |
44
+ | [Smaug-34B-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-GGUF/tree/main/Smaug-34B-v0.1-Q4_0.gguf) | Q4_0 | 18.130 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
45
+ | [Smaug-34B-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-GGUF/tree/main/Smaug-34B-v0.1-Q4_K_S.gguf) | Q4_K_S | 18.253 GB | small, greater quality loss |
46
+ | [Smaug-34B-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-GGUF/tree/main/Smaug-34B-v0.1-Q4_K_M.gguf) | Q4_K_M | 19.240 GB | medium, balanced quality - recommended |
47
+ | [Smaug-34B-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-GGUF/tree/main/Smaug-34B-v0.1-Q5_0.gguf) | Q5_0 | 22.080 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
48
+ | [Smaug-34B-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-GGUF/tree/main/Smaug-34B-v0.1-Q5_K_S.gguf) | Q5_K_S | 22.080 GB | large, low quality loss - recommended |
49
+ | [Smaug-34B-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-GGUF/tree/main/Smaug-34B-v0.1-Q5_K_M.gguf) | Q5_K_M | 22.651 GB | large, very low quality loss - recommended |
50
+ | [Smaug-34B-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-GGUF/tree/main/Smaug-34B-v0.1-Q6_K.gguf) | Q6_K | 26.276 GB | very large, extremely low quality loss |
51
+ | [Smaug-34B-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/Smaug-34B-v0.1-GGUF/tree/main/Smaug-34B-v0.1-Q8_0.gguf) | Q8_0 | 34.033 GB | very large, extremely low quality loss - not recommended |
52
+
53
+
54
+ ## Downloading instruction
55
+
56
+ ### Command line
57
+
58
+ Firstly, install Huggingface Client
59
+
60
+ ```shell
61
+ pip install -U "huggingface_hub[cli]"
62
+ ```
63
+
64
+ Then, downoad the individual model file the a local directory
65
+
66
+ ```shell
67
+ huggingface-cli download tensorblock/Smaug-34B-v0.1-GGUF --include "Smaug-34B-v0.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
68
+ ```
69
+
70
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/Smaug-34B-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
74
+ ```
Smaug-34B-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fad6c6c7ff6579197f8ead01ff6842db7dcdbfd7c942afefa614e08042135618
3
+ size 12825234592
Smaug-34B-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2eea2959ffc0858c3b985a1f76ce8cccebbaab3512b1a17ac1dabb128d74844
3
+ size 18139446432
Smaug-34B-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9996a131529b0d191a5ad306427bfe7d3dbe136e7783a384fb21db2389560151
3
+ size 16654924960
Smaug-34B-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6311b9b0132f12a136bad794a91b0873e0e9f57ea615d9e28efa4b5c77e41b7d
3
+ size 14960295072
Smaug-34B-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ec93ffce6cc9ab252a425c4b2d33b94d77265e76ab11c5fc4517fb3f8c389c9
3
+ size 19466529952
Smaug-34B-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab35a4c48ca90f2710f7b8be2046e20813daaf2f7338c8a104f6800416512801
3
+ size 20658711712
Smaug-34B-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc54f54e2f71c26762ae82412432c17f757d0daf595aa3fd90cb5db3559af5a5
3
+ size 19598650528
Smaug-34B-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f00b56b8e198bea0613f10225c4137be1de1733c76bf364ec511efd90412e8ce
3
+ size 23707692192
Smaug-34B-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32ffa59d9837b3d7407e4849fdcdb8891bc508337e35dc46c5e042ecff3de247
3
+ size 24321846432
Smaug-34B-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f62a5310a1d5c518b32a41e7c6ace0339ae265382c5aca00e24071af09c91e3
3
+ size 23707692192
Smaug-34B-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60041a5d2a8b679c0460921637086cc283615c8c0a4dc81cef11d4d0b9c49893
3
+ size 28213927072
Smaug-34B-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20b4d5904084ce6969efc61f950425c8e3b688a0c9a5b98c9ba817adf46b7bdf
3
+ size 36542282912