morriszms commited on
Commit
73eea0f
·
verified ·
1 Parent(s): 327a7c1

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-Base-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Saul-7B-Base-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Saul-7B-Base-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Saul-7B-Base-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Saul-7B-Base-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Saul-7B-Base-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Saul-7B-Base-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Saul-7B-Base-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Saul-7B-Base-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Saul-7B-Base-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Saul-7B-Base-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Saul-7B-Base-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
+ - legal
5
+ - TensorBlock
6
+ - GGUF
7
+ license: mit
8
+ language:
9
+ - en
10
+ base_model: Equall/Saul-7B-Base
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-Base - GGUF
25
+
26
+ This repo contains GGUF format model files for [Equall/Saul-7B-Base](https://huggingface.co/Equall/Saul-7B-Base).
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
+ <s>[INST] {prompt} [/INST]
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [Saul-7B-Base-Q2_K.gguf](https://huggingface.co/tensorblock/Saul-7B-Base-GGUF/blob/main/Saul-7B-Base-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [Saul-7B-Base-Q3_K_S.gguf](https://huggingface.co/tensorblock/Saul-7B-Base-GGUF/blob/main/Saul-7B-Base-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
48
+ | [Saul-7B-Base-Q3_K_M.gguf](https://huggingface.co/tensorblock/Saul-7B-Base-GGUF/blob/main/Saul-7B-Base-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
49
+ | [Saul-7B-Base-Q3_K_L.gguf](https://huggingface.co/tensorblock/Saul-7B-Base-GGUF/blob/main/Saul-7B-Base-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
50
+ | [Saul-7B-Base-Q4_0.gguf](https://huggingface.co/tensorblock/Saul-7B-Base-GGUF/blob/main/Saul-7B-Base-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [Saul-7B-Base-Q4_K_S.gguf](https://huggingface.co/tensorblock/Saul-7B-Base-GGUF/blob/main/Saul-7B-Base-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
52
+ | [Saul-7B-Base-Q4_K_M.gguf](https://huggingface.co/tensorblock/Saul-7B-Base-GGUF/blob/main/Saul-7B-Base-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
53
+ | [Saul-7B-Base-Q5_0.gguf](https://huggingface.co/tensorblock/Saul-7B-Base-GGUF/blob/main/Saul-7B-Base-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [Saul-7B-Base-Q5_K_S.gguf](https://huggingface.co/tensorblock/Saul-7B-Base-GGUF/blob/main/Saul-7B-Base-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
55
+ | [Saul-7B-Base-Q5_K_M.gguf](https://huggingface.co/tensorblock/Saul-7B-Base-GGUF/blob/main/Saul-7B-Base-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
56
+ | [Saul-7B-Base-Q6_K.gguf](https://huggingface.co/tensorblock/Saul-7B-Base-GGUF/blob/main/Saul-7B-Base-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
57
+ | [Saul-7B-Base-Q8_0.gguf](https://huggingface.co/tensorblock/Saul-7B-Base-GGUF/blob/main/Saul-7B-Base-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/Saul-7B-Base-GGUF --include "Saul-7B-Base-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/Saul-7B-Base-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
Saul-7B-Base-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2de98d4870087722a0214f0abd6f12252c680a3f0647ff141a4889785a897b15
3
+ size 2719242848
Saul-7B-Base-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:345e6bffcfb485310d989eb65a141ee06996cea23837e829161d301174c0602f
3
+ size 3822025312
Saul-7B-Base-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0caab4429c0e991705f2319229854186fcb5786b56709ccb06354fd270d9d8b7
3
+ size 3518986848
Saul-7B-Base-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72e54dbc8a569ced2f812c92da7e74ff7f8e20b6a439320a4bea6031e8745e10
3
+ size 3164568160
Saul-7B-Base-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:657f46e0a481f0a5cf49dc9942b49291d2920998a1504de462e111dff2cd2947
3
+ size 4108917344
Saul-7B-Base-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22e13bd6edd8fd07c1404032dc3f355e7b33ae1637df691abe9024640587e638
3
+ size 4368439904
Saul-7B-Base-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b9b9fc2647fb2f6243efff2603ff4c1aa91d4675868f219eda8c7496b126b64
3
+ size 4140374624
Saul-7B-Base-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6219444bb519386d200eeeb0edf5a28e6d864be6797daf660ba942c1d1c75088
3
+ size 4997716576
Saul-7B-Base-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66dfe71683e135f5eb1be1c4ae1674801d64b0c404041587675652b84c61b23d
3
+ size 5131410016
Saul-7B-Base-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8cc3f9e021147b9d0d2e67434e2cb2d3ad6a37cbc4f380fb96879cc65e7bd1c
3
+ size 4997716576
Saul-7B-Base-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6dd61c1e996f0dfe1828137a578b6c425f7a7b5260620454ff5907ba562f0db
3
+ size 5942065760
Saul-7B-Base-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fea8626359379f5d12efd179accf194a4ef01787a8a15648862bf50ceafd4c4
3
+ size 7695858272