morriszms commited on
Commit
6a4b424
1 Parent(s): baee078

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
+ seal_all_7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ seal_all_7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ seal_all_7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ seal_all_7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ seal_all_7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ seal_all_7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ seal_all_7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ seal_all_7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ seal_all_7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ seal_all_7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ seal_all_7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ seal_all_7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jingyeom/seal_all_7b
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## jingyeom/seal_all_7b - GGUF
20
+
21
+ This repo contains GGUF format model files for [jingyeom/seal_all_7b](https://huggingface.co/jingyeom/seal_all_7b).
22
+
23
+ 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).
24
+
25
+ ## Prompt template
26
+
27
+ ```
28
+
29
+ ```
30
+
31
+ ## Model file specification
32
+
33
+ | Filename | Quant type | File Size | Description |
34
+ | -------- | ---------- | --------- | ----------- |
35
+ | [seal_all_7b-Q2_K.gguf](https://huggingface.co/tensorblock/seal_all_7b-GGUF/tree/main/seal_all_7b-Q2_K.gguf) | Q2_K | 2.422 GB | smallest, significant quality loss - not recommended for most purposes |
36
+ | [seal_all_7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/seal_all_7b-GGUF/tree/main/seal_all_7b-Q3_K_S.gguf) | Q3_K_S | 2.815 GB | very small, high quality loss |
37
+ | [seal_all_7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/seal_all_7b-GGUF/tree/main/seal_all_7b-Q3_K_M.gguf) | Q3_K_M | 3.140 GB | very small, high quality loss |
38
+ | [seal_all_7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/seal_all_7b-GGUF/tree/main/seal_all_7b-Q3_K_L.gguf) | Q3_K_L | 3.419 GB | small, substantial quality loss |
39
+ | [seal_all_7b-Q4_0.gguf](https://huggingface.co/tensorblock/seal_all_7b-GGUF/tree/main/seal_all_7b-Q4_0.gguf) | Q4_0 | 3.639 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
40
+ | [seal_all_7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/seal_all_7b-GGUF/tree/main/seal_all_7b-Q4_K_S.gguf) | Q4_K_S | 3.668 GB | small, greater quality loss |
41
+ | [seal_all_7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/seal_all_7b-GGUF/tree/main/seal_all_7b-Q4_K_M.gguf) | Q4_K_M | 3.877 GB | medium, balanced quality - recommended |
42
+ | [seal_all_7b-Q5_0.gguf](https://huggingface.co/tensorblock/seal_all_7b-GGUF/tree/main/seal_all_7b-Q5_0.gguf) | Q5_0 | 4.415 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
43
+ | [seal_all_7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/seal_all_7b-GGUF/tree/main/seal_all_7b-Q5_K_S.gguf) | Q5_K_S | 4.415 GB | large, low quality loss - recommended |
44
+ | [seal_all_7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/seal_all_7b-GGUF/tree/main/seal_all_7b-Q5_K_M.gguf) | Q5_K_M | 4.537 GB | large, very low quality loss - recommended |
45
+ | [seal_all_7b-Q6_K.gguf](https://huggingface.co/tensorblock/seal_all_7b-GGUF/tree/main/seal_all_7b-Q6_K.gguf) | Q6_K | 5.240 GB | very large, extremely low quality loss |
46
+ | [seal_all_7b-Q8_0.gguf](https://huggingface.co/tensorblock/seal_all_7b-GGUF/tree/main/seal_all_7b-Q8_0.gguf) | Q8_0 | 6.786 GB | very large, extremely low quality loss - not recommended |
47
+
48
+
49
+ ## Downloading instruction
50
+
51
+ ### Command line
52
+
53
+ Firstly, install Huggingface Client
54
+
55
+ ```shell
56
+ pip install -U "huggingface_hub[cli]"
57
+ ```
58
+
59
+ Then, downoad the individual model file the a local directory
60
+
61
+ ```shell
62
+ huggingface-cli download tensorblock/seal_all_7b-GGUF --include "seal_all_7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
63
+ ```
64
+
65
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/seal_all_7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
69
+ ```
seal_all_7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9dc090ceb5e5c48226b0f12f5374c859afc52f4f41f1a92bbb689036c6bd088
3
+ size 2600657248
seal_all_7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:146998420bd403422dfc5be80a1b23d1987a1c21eab4264abbd5f74c7cbd4b38
3
+ size 3670868736
seal_all_7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d08dd4c9365a77460ba89279dd67d17a5b7054e2483fbd2913255bc41a7169f
3
+ size 3371762432
seal_all_7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4da4a156e37915d2e9b25a5d0f212992ca7875af51d35a90774961edb40bed5b
3
+ size 3022062336
seal_all_7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44db7985a128461100a37725f31095a659826408977e86686d1ec319841b9987
3
+ size 3907364128
seal_all_7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4088640755e61c6035a5f42cc2f978872ed71cec55d9d488444d3c4f4e73201c
3
+ size 4162561312
seal_all_7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f445bff9fc735d14df59894d46f0fe99ae470b6cf0e6b43491f40b895220ad51
3
+ size 3938297120
seal_all_7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86a600d524fff29ee84b7e6a04d11d8302c943ec4a8b23c61f3a183d4ad5ef44
3
+ size 4740589344
seal_all_7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afaa32981ca583897b1a712beed548380dd0763db095f4187a2a7cec75cfa972
3
+ size 4872054560
seal_all_7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77be54f9d3e8a75f92c6eef6d5b84590fe17462058fe61cd2bc7a72a24d0adbc
3
+ size 4740589344
seal_all_7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e0f66de95b5782875852ea47c793a53a83e0b502d02a609c789193b6f350a2c
3
+ size 5625891136
seal_all_7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8459bb379360a52f7bee3e36ba65f3661d55ca99dabe517f1a7ba013be6e007e
3
+ size 7286231296