morriszms commited on
Commit
74eb194
·
verified ·
1 Parent(s): 1f85a89

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
+ Saul-7B-Instruct-v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Saul-7B-Instruct-v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Saul-7B-Instruct-v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Saul-7B-Instruct-v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Saul-7B-Instruct-v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Saul-7B-Instruct-v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Saul-7B-Instruct-v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Saul-7B-Instruct-v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Saul-7B-Instruct-v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Saul-7B-Instruct-v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Saul-7B-Instruct-v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Saul-7B-Instruct-v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,74 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - legal
5
+ - TensorBlock
6
+ - GGUF
7
+ license: mit
8
+ language:
9
+ - en
10
+ base_model: Equall/Saul-7B-Instruct-v1
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
+ ## Equall/Saul-7B-Instruct-v1 - GGUF
25
+
26
+ This repo contains GGUF format model files for [Equall/Saul-7B-Instruct-v1](https://huggingface.co/Equall/Saul-7B-Instruct-v1).
27
+
28
+ 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).
29
+
30
+ ## Prompt template
31
+
32
+ ```
33
+ <s>[INST] {prompt} [/INST]
34
+ ```
35
+
36
+ ## Model file specification
37
+
38
+ | Filename | Quant type | File Size | Description |
39
+ | -------- | ---------- | --------- | ----------- |
40
+ | [Saul-7B-Instruct-v1-Q2_K.gguf](https://huggingface.co/tensorblock/Saul-7B-Instruct-v1-GGUF/tree/main/Saul-7B-Instruct-v1-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
41
+ | [Saul-7B-Instruct-v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/Saul-7B-Instruct-v1-GGUF/tree/main/Saul-7B-Instruct-v1-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
42
+ | [Saul-7B-Instruct-v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/Saul-7B-Instruct-v1-GGUF/tree/main/Saul-7B-Instruct-v1-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
43
+ | [Saul-7B-Instruct-v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/Saul-7B-Instruct-v1-GGUF/tree/main/Saul-7B-Instruct-v1-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
44
+ | [Saul-7B-Instruct-v1-Q4_0.gguf](https://huggingface.co/tensorblock/Saul-7B-Instruct-v1-GGUF/tree/main/Saul-7B-Instruct-v1-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
45
+ | [Saul-7B-Instruct-v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/Saul-7B-Instruct-v1-GGUF/tree/main/Saul-7B-Instruct-v1-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
46
+ | [Saul-7B-Instruct-v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/Saul-7B-Instruct-v1-GGUF/tree/main/Saul-7B-Instruct-v1-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
47
+ | [Saul-7B-Instruct-v1-Q5_0.gguf](https://huggingface.co/tensorblock/Saul-7B-Instruct-v1-GGUF/tree/main/Saul-7B-Instruct-v1-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
48
+ | [Saul-7B-Instruct-v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/Saul-7B-Instruct-v1-GGUF/tree/main/Saul-7B-Instruct-v1-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
49
+ | [Saul-7B-Instruct-v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/Saul-7B-Instruct-v1-GGUF/tree/main/Saul-7B-Instruct-v1-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
50
+ | [Saul-7B-Instruct-v1-Q6_K.gguf](https://huggingface.co/tensorblock/Saul-7B-Instruct-v1-GGUF/tree/main/Saul-7B-Instruct-v1-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
51
+ | [Saul-7B-Instruct-v1-Q8_0.gguf](https://huggingface.co/tensorblock/Saul-7B-Instruct-v1-GGUF/tree/main/Saul-7B-Instruct-v1-Q8_0.gguf) | Q8_0 | 7.167 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/Saul-7B-Instruct-v1-GGUF --include "Saul-7B-Instruct-v1-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/Saul-7B-Instruct-v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
74
+ ```
Saul-7B-Instruct-v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7182aeb533da39d89a98d1f7f0b769972570f1975e6be048ed32b63afcd28f45
3
+ size 2719242944
Saul-7B-Instruct-v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:495099cc32d1f9592efc46fdb1566197b21f13959ad295efe68838253bffc6f9
3
+ size 3822025408
Saul-7B-Instruct-v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31168af83b0ddf4db44a5ee4f84c9e2e02daff15ac9f14af3eaa08ae86f1a3bc
3
+ size 3518986944
Saul-7B-Instruct-v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f80d1194dbfbb3ce207fa34ad698abeb4f8611f4cce397fda1843df903d1ed2f
3
+ size 3164568256
Saul-7B-Instruct-v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92a0b6b829681f1f06dc9ec97c4c01ee59c52b3ff383a0b47dad69ecb29dd9c7
3
+ size 4108917440
Saul-7B-Instruct-v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2363c72a9e6ee9574e25a2abd0c12d2abd3b21efbe4d9653552c190b7a9ba13
3
+ size 4368440000
Saul-7B-Instruct-v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c136d0417902f79b4069a30e52a84fb250e9ba5d4bfb02de1f9c708c4acb513b
3
+ size 4140374720
Saul-7B-Instruct-v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c5e1cf52231a7e7a9829219eec6ebb727a14b90f680a325a0682a922b7f7ad5
3
+ size 4997716672
Saul-7B-Instruct-v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6143f3aff049b4078d05c74488fd1433da3ccc7388a66e95265299ac09220e9
3
+ size 5131410112
Saul-7B-Instruct-v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d22ab66c6da66ab892a547508455ab9b9a40dac431f1587d259863130fed214
3
+ size 4997716672
Saul-7B-Instruct-v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c7a69edb09eac29383799f611effb417e14ced2039c753d5e545bd84f5e6dd4
3
+ size 5942065856
Saul-7B-Instruct-v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd11739178a274fb667097d0f74d5a0b6ca184b019e2744439ed10fec2f9a7b7
3
+ size 7695858368