morriszms commited on
Commit
0aa071f
·
verified ·
1 Parent(s): 990ce6f

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.6n_7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ seal3.1.6n_7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ seal3.1.6n_7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ seal3.1.6n_7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ seal3.1.6n_7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ seal3.1.6n_7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ seal3.1.6n_7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ seal3.1.6n_7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ seal3.1.6n_7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ seal3.1.6n_7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ seal3.1.6n_7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ seal3.1.6n_7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: jingyeom/seal3.1.6n_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/seal3.1.6n_7b - GGUF
20
+
21
+ This repo contains GGUF format model files for [jingyeom/seal3.1.6n_7b](https://huggingface.co/jingyeom/seal3.1.6n_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 b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
24
+
25
+ <div style="text-align: left; margin: 20px 0;">
26
+ <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;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [seal3.1.6n_7b-Q2_K.gguf](https://huggingface.co/tensorblock/seal3.1.6n_7b-GGUF/blob/main/seal3.1.6n_7b-Q2_K.gguf) | Q2_K | 2.601 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [seal3.1.6n_7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/seal3.1.6n_7b-GGUF/blob/main/seal3.1.6n_7b-Q3_K_S.gguf) | Q3_K_S | 3.022 GB | very small, high quality loss |
43
+ | [seal3.1.6n_7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/seal3.1.6n_7b-GGUF/blob/main/seal3.1.6n_7b-Q3_K_M.gguf) | Q3_K_M | 3.372 GB | very small, high quality loss |
44
+ | [seal3.1.6n_7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/seal3.1.6n_7b-GGUF/blob/main/seal3.1.6n_7b-Q3_K_L.gguf) | Q3_K_L | 3.671 GB | small, substantial quality loss |
45
+ | [seal3.1.6n_7b-Q4_0.gguf](https://huggingface.co/tensorblock/seal3.1.6n_7b-GGUF/blob/main/seal3.1.6n_7b-Q4_0.gguf) | Q4_0 | 3.907 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [seal3.1.6n_7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/seal3.1.6n_7b-GGUF/blob/main/seal3.1.6n_7b-Q4_K_S.gguf) | Q4_K_S | 3.938 GB | small, greater quality loss |
47
+ | [seal3.1.6n_7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/seal3.1.6n_7b-GGUF/blob/main/seal3.1.6n_7b-Q4_K_M.gguf) | Q4_K_M | 4.163 GB | medium, balanced quality - recommended |
48
+ | [seal3.1.6n_7b-Q5_0.gguf](https://huggingface.co/tensorblock/seal3.1.6n_7b-GGUF/blob/main/seal3.1.6n_7b-Q5_0.gguf) | Q5_0 | 4.741 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [seal3.1.6n_7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/seal3.1.6n_7b-GGUF/blob/main/seal3.1.6n_7b-Q5_K_S.gguf) | Q5_K_S | 4.741 GB | large, low quality loss - recommended |
50
+ | [seal3.1.6n_7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/seal3.1.6n_7b-GGUF/blob/main/seal3.1.6n_7b-Q5_K_M.gguf) | Q5_K_M | 4.872 GB | large, very low quality loss - recommended |
51
+ | [seal3.1.6n_7b-Q6_K.gguf](https://huggingface.co/tensorblock/seal3.1.6n_7b-GGUF/blob/main/seal3.1.6n_7b-Q6_K.gguf) | Q6_K | 5.626 GB | very large, extremely low quality loss |
52
+ | [seal3.1.6n_7b-Q8_0.gguf](https://huggingface.co/tensorblock/seal3.1.6n_7b-GGUF/blob/main/seal3.1.6n_7b-Q8_0.gguf) | Q8_0 | 7.286 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/seal3.1.6n_7b-GGUF --include "seal3.1.6n_7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/seal3.1.6n_7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
seal3.1.6n_7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd77aed8f571ea7eca923f5384f4623b0fcac5c9cfc7784a15a3781a9851013b
3
+ size 2600657248
seal3.1.6n_7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58231221b58211c3fa7eba1337f93622b988b7944df5a26aaf1eedd224af0653
3
+ size 3670868736
seal3.1.6n_7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80a6fc41e1da0006e82b4017031d97342f578d77650c2903be78bd6e46926abf
3
+ size 3371762432
seal3.1.6n_7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed08bf2f754558f91895eb5c9deca69a203325077b629a74194121833daf6814
3
+ size 3022062336
seal3.1.6n_7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95466632b24d57ba7358ee152961afa275827067286985ef6ab607934efe2f77
3
+ size 3907364128
seal3.1.6n_7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20e2dddd6a678946f637ec69467bc7a257748f00e9e02d394046e3f5e183fbdb
3
+ size 4162561312
seal3.1.6n_7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8eb89ce3b15344d7dc3d60f29ec0c9036dfce45a755f2c7061840e576262596f
3
+ size 3938297120
seal3.1.6n_7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5b40422c5167c51a80aa0cefef01d962bb6a8e3379222616119cb9a169aa18a
3
+ size 4740589344
seal3.1.6n_7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a1ad9de8385d055dec750d810952ba5d8e8868bf8b581b29c53bd6a5777471cd
3
+ size 4872054560
seal3.1.6n_7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b0f2c5da703ff199a84b6f7e4cb2e39cc6d09cda4c747af359c3cc261109151
3
+ size 4740589344
seal3.1.6n_7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41f37a88215aaf6e3051998c91760f2be96a0e07ab2bea7046e3f30ceea8ade3
3
+ size 5625891136
seal3.1.6n_7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5761793a67b1efd8539cb99da751708659d832cf7fc245a121f3bc583c49eef4
3
+ size 7286231296