morriszms commited on
Commit
98f2948
·
verified ·
1 Parent(s): 45aa739

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
+ Synatra-7B-Instruct-v0.2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Synatra-7B-Instruct-v0.2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Synatra-7B-Instruct-v0.2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Synatra-7B-Instruct-v0.2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Synatra-7B-Instruct-v0.2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Synatra-7B-Instruct-v0.2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Synatra-7B-Instruct-v0.2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Synatra-7B-Instruct-v0.2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Synatra-7B-Instruct-v0.2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Synatra-7B-Instruct-v0.2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Synatra-7B-Instruct-v0.2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Synatra-7B-Instruct-v0.2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - ko
4
+ library_name: transformers
5
+ pipeline_tag: text-generation
6
+ license: cc-by-nc-4.0
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: maywell/Synatra-7B-Instruct-v0.2
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## maywell/Synatra-7B-Instruct-v0.2 - GGUF
25
+
26
+ This repo contains GGUF format model files for [maywell/Synatra-7B-Instruct-v0.2](https://huggingface.co/maywell/Synatra-7B-Instruct-v0.2).
27
+
28
+ 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).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [Synatra-7B-Instruct-v0.2-Q2_K.gguf](https://huggingface.co/tensorblock/Synatra-7B-Instruct-v0.2-GGUF/blob/main/Synatra-7B-Instruct-v0.2-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [Synatra-7B-Instruct-v0.2-Q3_K_S.gguf](https://huggingface.co/tensorblock/Synatra-7B-Instruct-v0.2-GGUF/blob/main/Synatra-7B-Instruct-v0.2-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
48
+ | [Synatra-7B-Instruct-v0.2-Q3_K_M.gguf](https://huggingface.co/tensorblock/Synatra-7B-Instruct-v0.2-GGUF/blob/main/Synatra-7B-Instruct-v0.2-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
49
+ | [Synatra-7B-Instruct-v0.2-Q3_K_L.gguf](https://huggingface.co/tensorblock/Synatra-7B-Instruct-v0.2-GGUF/blob/main/Synatra-7B-Instruct-v0.2-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
50
+ | [Synatra-7B-Instruct-v0.2-Q4_0.gguf](https://huggingface.co/tensorblock/Synatra-7B-Instruct-v0.2-GGUF/blob/main/Synatra-7B-Instruct-v0.2-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [Synatra-7B-Instruct-v0.2-Q4_K_S.gguf](https://huggingface.co/tensorblock/Synatra-7B-Instruct-v0.2-GGUF/blob/main/Synatra-7B-Instruct-v0.2-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
52
+ | [Synatra-7B-Instruct-v0.2-Q4_K_M.gguf](https://huggingface.co/tensorblock/Synatra-7B-Instruct-v0.2-GGUF/blob/main/Synatra-7B-Instruct-v0.2-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
53
+ | [Synatra-7B-Instruct-v0.2-Q5_0.gguf](https://huggingface.co/tensorblock/Synatra-7B-Instruct-v0.2-GGUF/blob/main/Synatra-7B-Instruct-v0.2-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [Synatra-7B-Instruct-v0.2-Q5_K_S.gguf](https://huggingface.co/tensorblock/Synatra-7B-Instruct-v0.2-GGUF/blob/main/Synatra-7B-Instruct-v0.2-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
55
+ | [Synatra-7B-Instruct-v0.2-Q5_K_M.gguf](https://huggingface.co/tensorblock/Synatra-7B-Instruct-v0.2-GGUF/blob/main/Synatra-7B-Instruct-v0.2-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
56
+ | [Synatra-7B-Instruct-v0.2-Q6_K.gguf](https://huggingface.co/tensorblock/Synatra-7B-Instruct-v0.2-GGUF/blob/main/Synatra-7B-Instruct-v0.2-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
57
+ | [Synatra-7B-Instruct-v0.2-Q8_0.gguf](https://huggingface.co/tensorblock/Synatra-7B-Instruct-v0.2-GGUF/blob/main/Synatra-7B-Instruct-v0.2-Q8_0.gguf) | Q8_0 | 7.696 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/Synatra-7B-Instruct-v0.2-GGUF --include "Synatra-7B-Instruct-v0.2-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/Synatra-7B-Instruct-v0.2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
Synatra-7B-Instruct-v0.2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66107f7b0f35939bf3b770bfbcfa9be92fb7ac641841ff699caeb8a4d07b061a
3
+ size 2719242400
Synatra-7B-Instruct-v0.2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a88050cb84f5094f2eab42c13828a25591b9aae8c53077887bc1cb7d98f14bd8
3
+ size 3822024864
Synatra-7B-Instruct-v0.2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:369e62e91e0d3350a8816d13a09fddbf9fc9e5322d083da699dd0ab06e6edd07
3
+ size 3518986400
Synatra-7B-Instruct-v0.2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b79b61e5091b03d9030cd5e533510023b43f6ffbe620e6e3081b5c0cb8de71ec
3
+ size 3164567712
Synatra-7B-Instruct-v0.2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36731c010453c311b52dece05c667b398bfa12295db0873bceb14e5837380c74
3
+ size 4108916896
Synatra-7B-Instruct-v0.2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32d341d966a3d9f9dd44887b609e38131d19c52d50628573ead31ff3d88b29a2
3
+ size 4368439456
Synatra-7B-Instruct-v0.2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:05952dffb26636d804eda65d5aa49c1eff67037e47c3d256032208efc0ddae8f
3
+ size 4140374176
Synatra-7B-Instruct-v0.2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d113b428d6384764182ee79782972f04272c464bdf1efe399b0fd754044bc657
3
+ size 4997716128
Synatra-7B-Instruct-v0.2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4b96e5bcf1b4e0d56b2ca5f7c807fef3ad7ebdb6a022195b97feaf41566db94
3
+ size 5131409568
Synatra-7B-Instruct-v0.2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3a9b709ca5d0086f05a081e70455a78bbdf34fc7aa0122e843d887b6380ddc9
3
+ size 4997716128
Synatra-7B-Instruct-v0.2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcb774b7d699c4e2c58fc0b88a1b9e9ab854cd3dac7fef4cdcad44b73f4fecd3
3
+ size 5942065312
Synatra-7B-Instruct-v0.2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:986b6319960b99c0435de4c99ebc1e4765f5b6f0bf755a0f4af2df20a6126ffb
3
+ size 7695857824