morriszms commited on
Commit
7e5d563
·
verified ·
1 Parent(s): ea2ee4e

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
+ sapie1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ sapie1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ sapie1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ sapie1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ sapie1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ sapie1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ sapie1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ sapie1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ sapie1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ sapie1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ sapie1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ sapie1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - en
5
+ - ko
6
+ pipeline_tag: translation
7
+ license: mit
8
+ datasets:
9
+ - recipes
10
+ base_model: 4yo1/sapie1
11
+ tags:
12
+ - TensorBlock
13
+ - GGUF
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## 4yo1/sapie1 - GGUF
28
+
29
+ This repo contains GGUF format model files for [4yo1/sapie1](https://huggingface.co/4yo1/sapie1).
30
+
31
+ 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).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [sapie1-Q2_K.gguf](https://huggingface.co/tensorblock/sapie1-GGUF/blob/main/sapie1-Q2_K.gguf) | Q2_K | 2.961 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [sapie1-Q3_K_S.gguf](https://huggingface.co/tensorblock/sapie1-GGUF/blob/main/sapie1-Q3_K_S.gguf) | Q3_K_S | 3.413 GB | very small, high quality loss |
51
+ | [sapie1-Q3_K_M.gguf](https://huggingface.co/tensorblock/sapie1-GGUF/blob/main/sapie1-Q3_K_M.gguf) | Q3_K_M | 3.743 GB | very small, high quality loss |
52
+ | [sapie1-Q3_K_L.gguf](https://huggingface.co/tensorblock/sapie1-GGUF/blob/main/sapie1-Q3_K_L.gguf) | Q3_K_L | 4.025 GB | small, substantial quality loss |
53
+ | [sapie1-Q4_0.gguf](https://huggingface.co/tensorblock/sapie1-GGUF/blob/main/sapie1-Q4_0.gguf) | Q4_0 | 4.341 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [sapie1-Q4_K_S.gguf](https://huggingface.co/tensorblock/sapie1-GGUF/blob/main/sapie1-Q4_K_S.gguf) | Q4_K_S | 4.370 GB | small, greater quality loss |
55
+ | [sapie1-Q4_K_M.gguf](https://huggingface.co/tensorblock/sapie1-GGUF/blob/main/sapie1-Q4_K_M.gguf) | Q4_K_M | 4.583 GB | medium, balanced quality - recommended |
56
+ | [sapie1-Q5_0.gguf](https://huggingface.co/tensorblock/sapie1-GGUF/blob/main/sapie1-Q5_0.gguf) | Q5_0 | 5.215 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [sapie1-Q5_K_S.gguf](https://huggingface.co/tensorblock/sapie1-GGUF/blob/main/sapie1-Q5_K_S.gguf) | Q5_K_S | 5.215 GB | large, low quality loss - recommended |
58
+ | [sapie1-Q5_K_M.gguf](https://huggingface.co/tensorblock/sapie1-GGUF/blob/main/sapie1-Q5_K_M.gguf) | Q5_K_M | 5.339 GB | large, very low quality loss - recommended |
59
+ | [sapie1-Q6_K.gguf](https://huggingface.co/tensorblock/sapie1-GGUF/blob/main/sapie1-Q6_K.gguf) | Q6_K | 6.143 GB | very large, extremely low quality loss |
60
+ | [sapie1-Q8_0.gguf](https://huggingface.co/tensorblock/sapie1-GGUF/blob/main/sapie1-Q8_0.gguf) | Q8_0 | 7.954 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/sapie1-GGUF --include "sapie1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/sapie1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
sapie1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e3ace28a8d8ec76d054f0fa6e472a7ea1e5387aa50254e2b522894d5449e9a2
3
+ size 3179131168
sapie1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c4d9ebd3c5b17658beae5aba583fe2756adf06e5c0c6b863cddef5b8a3369d2
3
+ size 4321956128
sapie1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed8e1504fd5f400f18a6966cda83e2a14c356a0d630aa06cff09a41a8f39348c
3
+ size 4018917664
sapie1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dc6a91c206ab6f47cdc7cfea1827cf3a7607df69a0e407f0b32eeaa393c41f7
3
+ size 3664498976
sapie1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d0010a014779b9275c8165b2c0241f92c4b83123ef7fca041594a15499e9da63
3
+ size 4661211424
sapie1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04dfccd20c897588c79349dcbd351ec401005455c578c9fb5536bac1c6fd884c
3
+ size 4920733984
sapie1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87fbb4d9c4b934030ccb75614a87838e5dcf5f6b316fb6c10c34d4d0e8fdf3e5
3
+ size 4692668704
sapie1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8250763cf6f1ebaeed819fc46cda0bb857932d6de39dab96ccd854da37579d24
3
+ size 5599293728
sapie1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bea84078a4a8e21bc3f471c6cfa971e65275bc0a74fdfcbf093a23a692989c7
3
+ size 5732987168
sapie1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:819ea13e71e2571983fd08fb3f8f4ab4b3ed37e7456eb2e1b7dda0a852bf1740
3
+ size 5599293728
sapie1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34b4f58c21b7581a83fab2318526e1f7ef3f6b14d1e540a6edc16c55f46f42b9
3
+ size 6596006176
sapie1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:266d69a5cd220420236d273dd9083ead65b138cbd1887284d88238f8f06835d5
3
+ size 8540770592