morriszms commited on
Commit
133ae6a
·
verified ·
1 Parent(s): 93fbc67

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
+ sn29_v37-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ sn29_v37-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ sn29_v37-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ sn29_v37-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ sn29_v37-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ sn29_v37-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ sn29_v37-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ sn29_v37-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ sn29_v37-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ sn29_v37-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ sn29_v37-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ sn29_v37-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: luaqi/sn29_v37
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
+ ## luaqi/sn29_v37 - GGUF
21
+
22
+ This repo contains GGUF format model files for [luaqi/sn29_v37](https://huggingface.co/luaqi/sn29_v37).
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
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+ <|im_start|>system
36
+ {system_prompt}<|im_end|>
37
+ <|im_start|>user
38
+ {prompt}<|im_end|>
39
+ <|im_start|>assistant
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [sn29_v37-Q2_K.gguf](https://huggingface.co/tensorblock/sn29_v37-GGUF/blob/main/sn29_v37-Q2_K.gguf) | Q2_K | 2.722 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [sn29_v37-Q3_K_S.gguf](https://huggingface.co/tensorblock/sn29_v37-GGUF/blob/main/sn29_v37-Q3_K_S.gguf) | Q3_K_S | 3.110 GB | very small, high quality loss |
48
+ | [sn29_v37-Q3_K_M.gguf](https://huggingface.co/tensorblock/sn29_v37-GGUF/blob/main/sn29_v37-Q3_K_M.gguf) | Q3_K_M | 3.377 GB | very small, high quality loss |
49
+ | [sn29_v37-Q3_K_L.gguf](https://huggingface.co/tensorblock/sn29_v37-GGUF/blob/main/sn29_v37-Q3_K_L.gguf) | Q3_K_L | 3.536 GB | small, substantial quality loss |
50
+ | [sn29_v37-Q4_0.gguf](https://huggingface.co/tensorblock/sn29_v37-GGUF/blob/main/sn29_v37-Q4_0.gguf) | Q4_0 | 3.709 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [sn29_v37-Q4_K_S.gguf](https://huggingface.co/tensorblock/sn29_v37-GGUF/blob/main/sn29_v37-Q4_K_S.gguf) | Q4_K_S | 3.911 GB | small, greater quality loss |
52
+ | [sn29_v37-Q4_K_M.gguf](https://huggingface.co/tensorblock/sn29_v37-GGUF/blob/main/sn29_v37-Q4_K_M.gguf) | Q4_K_M | 4.198 GB | medium, balanced quality - recommended |
53
+ | [sn29_v37-Q5_0.gguf](https://huggingface.co/tensorblock/sn29_v37-GGUF/blob/main/sn29_v37-Q5_0.gguf) | Q5_0 | 4.463 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [sn29_v37-Q5_K_S.gguf](https://huggingface.co/tensorblock/sn29_v37-GGUF/blob/main/sn29_v37-Q5_K_S.gguf) | Q5_K_S | 4.558 GB | large, low quality loss - recommended |
55
+ | [sn29_v37-Q5_K_M.gguf](https://huggingface.co/tensorblock/sn29_v37-GGUF/blob/main/sn29_v37-Q5_K_M.gguf) | Q5_K_M | 4.802 GB | large, very low quality loss - recommended |
56
+ | [sn29_v37-Q6_K.gguf](https://huggingface.co/tensorblock/sn29_v37-GGUF/blob/main/sn29_v37-Q6_K.gguf) | Q6_K | 5.631 GB | very large, extremely low quality loss |
57
+ | [sn29_v37-Q8_0.gguf](https://huggingface.co/tensorblock/sn29_v37-GGUF/blob/main/sn29_v37-Q8_0.gguf) | Q8_0 | 6.817 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/sn29_v37-GGUF --include "sn29_v37-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/sn29_v37-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
sn29_v37-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:94d59d60de82ed34854f66202541a7865f25c20977558187772799454b5804de
3
+ size 2922767008
sn29_v37-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dbd010343030bddc82935fc8c598f73fe12f945f25e9256914dcfeb4d2f4d54
3
+ size 3796433568
sn29_v37-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58ca54a47ac02aa522dc620423a1e37e1e30814a1b0cccafa56e481451651c7d
3
+ size 3625876128
sn29_v37-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:126e62ece5b71225e45e4a29ded27d1e107adf65d1aa25a37d729305984c3bc0
3
+ size 3339516576
sn29_v37-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d085c84915b30da67453d0511ae0d26a2eacdb68397d81d0ac23ffed31837be3
3
+ size 3982881440
sn29_v37-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce4306fa5b5fbea08221ae8a69829bd703ec9cec21899ad60676a40ef2f02aae
3
+ size 4507234976
sn29_v37-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0710ab12fc55097b3cc5419b00a290183f9427ac186207ebe661b35db1012cd
3
+ size 4199576224
sn29_v37-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:242ab826a22cb6b30de36fec8782d4d8c13cfd38efeb5f4e1d3d9db6ba3147c0
3
+ size 4792087200
sn29_v37-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a11d614aad08badcf368bad454c49e170f176bbba92d373a0c53b1aabc9cdd7
3
+ size 5156336288
sn29_v37-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b8a3aa1e96a3c5835e023087d5c23bce912471b1deff48830d068ee620a1a8b
3
+ size 4893930144
sn29_v37-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1d20fa082039e7bb24b3f6907e4ae7e1ab6978b39d26cb499e44cd0d137b374
3
+ size 6046509728
sn29_v37-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6285ce69a100295ef77c16e76c29470bd8510f84c10ca23592db46985257e166
3
+ size 7319190176