morriszms commited on
Commit
b0ed791
1 Parent(s): 20ccb5c

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
+ eclectus_7b_1.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ eclectus_7b_1.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ eclectus_7b_1.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ eclectus_7b_1.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ eclectus_7b_1.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ eclectus_7b_1.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ eclectus_7b_1.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ eclectus_7b_1.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ eclectus_7b_1.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ eclectus_7b_1.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ eclectus_7b_1.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ eclectus_7b_1.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: genne/eclectus_7b_1.1
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
+ ## genne/eclectus_7b_1.1 - GGUF
20
+
21
+ This repo contains GGUF format model files for [genne/eclectus_7b_1.1](https://huggingface.co/genne/eclectus_7b_1.1).
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
+ <|im_start|>system
29
+ {system_prompt}<|im_end|>
30
+ <|im_start|>user
31
+ {prompt}<|im_end|>
32
+ <|im_start|>assistant
33
+ ```
34
+
35
+ ## Model file specification
36
+
37
+ | Filename | Quant type | File Size | Description |
38
+ | -------- | ---------- | --------- | ----------- |
39
+ | [eclectus_7b_1.1-Q2_K.gguf](https://huggingface.co/tensorblock/eclectus_7b_1.1-GGUF/tree/main/eclectus_7b_1.1-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
40
+ | [eclectus_7b_1.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/eclectus_7b_1.1-GGUF/tree/main/eclectus_7b_1.1-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
41
+ | [eclectus_7b_1.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/eclectus_7b_1.1-GGUF/tree/main/eclectus_7b_1.1-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
42
+ | [eclectus_7b_1.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/eclectus_7b_1.1-GGUF/tree/main/eclectus_7b_1.1-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
43
+ | [eclectus_7b_1.1-Q4_0.gguf](https://huggingface.co/tensorblock/eclectus_7b_1.1-GGUF/tree/main/eclectus_7b_1.1-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
44
+ | [eclectus_7b_1.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/eclectus_7b_1.1-GGUF/tree/main/eclectus_7b_1.1-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
45
+ | [eclectus_7b_1.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/eclectus_7b_1.1-GGUF/tree/main/eclectus_7b_1.1-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
46
+ | [eclectus_7b_1.1-Q5_0.gguf](https://huggingface.co/tensorblock/eclectus_7b_1.1-GGUF/tree/main/eclectus_7b_1.1-Q5_0.gguf) | Q5_0 | 4.655 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
47
+ | [eclectus_7b_1.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/eclectus_7b_1.1-GGUF/tree/main/eclectus_7b_1.1-Q5_K_S.gguf) | Q5_K_S | 4.655 GB | large, low quality loss - recommended |
48
+ | [eclectus_7b_1.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/eclectus_7b_1.1-GGUF/tree/main/eclectus_7b_1.1-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
49
+ | [eclectus_7b_1.1-Q6_K.gguf](https://huggingface.co/tensorblock/eclectus_7b_1.1-GGUF/tree/main/eclectus_7b_1.1-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
50
+ | [eclectus_7b_1.1-Q8_0.gguf](https://huggingface.co/tensorblock/eclectus_7b_1.1-GGUF/tree/main/eclectus_7b_1.1-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
51
+
52
+
53
+ ## Downloading instruction
54
+
55
+ ### Command line
56
+
57
+ Firstly, install Huggingface Client
58
+
59
+ ```shell
60
+ pip install -U "huggingface_hub[cli]"
61
+ ```
62
+
63
+ Then, downoad the individual model file the a local directory
64
+
65
+ ```shell
66
+ huggingface-cli download tensorblock/eclectus_7b_1.1-GGUF --include "eclectus_7b_1.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
67
+ ```
68
+
69
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/eclectus_7b_1.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
73
+ ```
eclectus_7b_1.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f01126f5dafc204669ea9a5f3001d1d40f223167e3bf46a40bc9f94537cb862d
3
+ size 2719256576
eclectus_7b_1.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e95ce2977495b89262ece2bbaec8a60bb2cd83420e38cdbf6aafbb0aee27900f
3
+ size 3822040288
eclectus_7b_1.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dbb279023494f10109fc5f02df66c3b61b2d3a9c2a9b61b09bb87fe462ef176
3
+ size 3519001824
eclectus_7b_1.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:290aa30b8c04b08cffa7042e4203d926ddd0408a25f8faffa623f8cda0b68d27
3
+ size 3164583136
eclectus_7b_1.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17d1ec2d2d75caa1222bbb47530d0eca00ed8a929867033e850b9cfa21525e28
3
+ size 4108933952
eclectus_7b_1.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12ea8e958793806d22c82f12895f248c05a6e473b5d51e6bb2de38c792659d94
3
+ size 4368456512
eclectus_7b_1.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:772ff4e9ff35fb7d220a5d11f5101670ea27d1a7b4e27b23f35b13feaa2ff69b
3
+ size 4140391232
eclectus_7b_1.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25923681466aa950f4f69cc87e6e0f83d896b4df0da6fa241a453682e5e2ec91
3
+ size 4997734720
eclectus_7b_1.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d30e4336ecaa8a8c6b59305510cd438c375c213d8c781d9b5636a5649f4e2b3b
3
+ size 5131428160
eclectus_7b_1.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02c6ddd901f89c941da8748ee698b9353948534013508530a3034ea5b4d4e7d5
3
+ size 4997734720
eclectus_7b_1.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56cba01f4a9053d72bea5f9da5109360c480a84124a3e17552f569be5aecbf74
3
+ size 5942085536
eclectus_7b_1.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b4768675e8b1af087a0a87525cf087e3bcc042fc1a166bb410342c013df355d
3
+ size 7695884000