morriszms commited on
Commit
d3737b9
·
verified ·
1 Parent(s): 6a9197d

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
+ seal3.1.3_ia3-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ seal3.1.3_ia3-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ seal3.1.3_ia3-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ seal3.1.3_ia3-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ seal3.1.3_ia3-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ seal3.1.3_ia3-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ seal3.1.3_ia3-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ seal3.1.3_ia3-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ seal3.1.3_ia3-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ seal3.1.3_ia3-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ seal3.1.3_ia3-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ seal3.1.3_ia3-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jingyeom/seal3.1.3_ia3
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/seal3.1.3_ia3 - GGUF
20
+
21
+ This repo contains GGUF format model files for [jingyeom/seal3.1.3_ia3](https://huggingface.co/jingyeom/seal3.1.3_ia3).
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
+ | [seal3.1.3_ia3-Q2_K.gguf](https://huggingface.co/tensorblock/seal3.1.3_ia3-GGUF/tree/main/seal3.1.3_ia3-Q2_K.gguf) | Q2_K | 4.600 GB | smallest, significant quality loss - not recommended for most purposes |
36
+ | [seal3.1.3_ia3-Q3_K_S.gguf](https://huggingface.co/tensorblock/seal3.1.3_ia3-GGUF/tree/main/seal3.1.3_ia3-Q3_K_S.gguf) | Q3_K_S | 5.356 GB | very small, high quality loss |
37
+ | [seal3.1.3_ia3-Q3_K_M.gguf](https://huggingface.co/tensorblock/seal3.1.3_ia3-GGUF/tree/main/seal3.1.3_ia3-Q3_K_M.gguf) | Q3_K_M | 5.988 GB | very small, high quality loss |
38
+ | [seal3.1.3_ia3-Q3_K_L.gguf](https://huggingface.co/tensorblock/seal3.1.3_ia3-GGUF/tree/main/seal3.1.3_ia3-Q3_K_L.gguf) | Q3_K_L | 6.539 GB | small, substantial quality loss |
39
+ | [seal3.1.3_ia3-Q4_0.gguf](https://huggingface.co/tensorblock/seal3.1.3_ia3-GGUF/tree/main/seal3.1.3_ia3-Q4_0.gguf) | Q4_0 | 6.955 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
40
+ | [seal3.1.3_ia3-Q4_K_S.gguf](https://huggingface.co/tensorblock/seal3.1.3_ia3-GGUF/tree/main/seal3.1.3_ia3-Q4_K_S.gguf) | Q4_K_S | 7.008 GB | small, greater quality loss |
41
+ | [seal3.1.3_ia3-Q4_K_M.gguf](https://huggingface.co/tensorblock/seal3.1.3_ia3-GGUF/tree/main/seal3.1.3_ia3-Q4_K_M.gguf) | Q4_K_M | 7.421 GB | medium, balanced quality - recommended |
42
+ | [seal3.1.3_ia3-Q5_0.gguf](https://huggingface.co/tensorblock/seal3.1.3_ia3-GGUF/tree/main/seal3.1.3_ia3-Q5_0.gguf) | Q5_0 | 8.460 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
43
+ | [seal3.1.3_ia3-Q5_K_S.gguf](https://huggingface.co/tensorblock/seal3.1.3_ia3-GGUF/tree/main/seal3.1.3_ia3-Q5_K_S.gguf) | Q5_K_S | 8.460 GB | large, low quality loss - recommended |
44
+ | [seal3.1.3_ia3-Q5_K_M.gguf](https://huggingface.co/tensorblock/seal3.1.3_ia3-GGUF/tree/main/seal3.1.3_ia3-Q5_K_M.gguf) | Q5_K_M | 8.699 GB | large, very low quality loss - recommended |
45
+ | [seal3.1.3_ia3-Q6_K.gguf](https://huggingface.co/tensorblock/seal3.1.3_ia3-GGUF/tree/main/seal3.1.3_ia3-Q6_K.gguf) | Q6_K | 10.058 GB | very large, extremely low quality loss |
46
+ | [seal3.1.3_ia3-Q8_0.gguf](https://huggingface.co/tensorblock/seal3.1.3_ia3-GGUF/tree/main/seal3.1.3_ia3-Q8_0.gguf) | Q8_0 | 13.027 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/seal3.1.3_ia3-GGUF --include "seal3.1.3_ia3-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/seal3.1.3_ia3-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
69
+ ```
seal3.1.3_ia3-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2fd13faa7d55dd532053ba9041a17342960c0b5e848a620e936a0d414432ba3
3
+ size 4938923744
seal3.1.3_ia3-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:152d8cedd4f289d08217059d305b5f0e05ebb974b787c64aee423c6b05aebef0
3
+ size 7021668576
seal3.1.3_ia3-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7d994a7f25ffdf2766c818dce61070d53c67204414ffbac3625d3ae52b1800d
3
+ size 6429878496
seal3.1.3_ia3-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8a2f4b4b21be63b8ccc4dc810b624ef79d739b0362bb3d0686727337a5ae067
3
+ size 5751089376
seal3.1.3_ia3-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:210bbc242081daea31ac824c339a8a1b1b1d0015de401e6950b57b105fd4ee68
3
+ size 7467692928
seal3.1.3_ia3-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d19f415a5d0bbe5b90cdc96a1debde57153d06ce2eb49bf9ea0c37cdd80cf07
3
+ size 7967814528
seal3.1.3_ia3-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85b37ababb8a3d02e6fe264a1ee0128569c66db24f135bfe454835e2b67b8e9b
3
+ size 7525036928
seal3.1.3_ia3-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:236a1b1bebe2b11f36ccbd5610b05b124fdadd0b4d41cad9196244d43304cc0b
3
+ size 9083319808
seal3.1.3_ia3-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88fb87bc3d7c6466ec210b70008d6344d8f08d4da9f12e0e1ed737d590f42b6b
3
+ size 9340958208
seal3.1.3_ia3-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5585c825c6938606acb44c4d3d64128bfb5dd99948daf49122f0e513a839c89
3
+ size 9083319808
seal3.1.3_ia3-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8e8a87ed4b760620c99394552694f02f3bf4fd66b856632dedb43c7185413c9
3
+ size 10799923392
seal3.1.3_ia3-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:060f12c3357fa58cd99ce2f53e45010a7ced68d939b71b72ac7c3c5071d896d4
3
+ size 13987658304