morriszms commited on
Commit
2cd13c0
·
verified ·
1 Parent(s): 5a553b5

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,16 @@ 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
+ clown-70x1B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ clown-70x1B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ clown-70x1B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ clown-70x1B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ clown-70x1B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ clown-70x1B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ clown-70x1B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ clown-70x1B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ clown-70x1B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ clown-70x1B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ clown-70x1B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ clown-70x1B-Q8_0/clown-70x1B-Q8_0-00001-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
48
+ clown-70x1B-Q8_0/clown-70x1B-Q8_0-00002-of-00002.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: agpl-3.0
3
+ tags:
4
+ - merge
5
+ - TensorBlock
6
+ - GGUF
7
+ base_model: BlouseJury/clown-70x1B
8
+ ---
9
+
10
+ <div style="width: auto; margin-left: auto; margin-right: auto">
11
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
12
+ </div>
13
+ <div style="display: flex; justify-content: space-between; width: 100%;">
14
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
15
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
16
+ 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>
17
+ </p>
18
+ </div>
19
+ </div>
20
+
21
+ ## BlouseJury/clown-70x1B - GGUF
22
+
23
+ This repo contains GGUF format model files for [BlouseJury/clown-70x1B](https://huggingface.co/BlouseJury/clown-70x1B).
24
+
25
+ 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).
26
+
27
+ <div style="text-align: left; margin: 20px 0;">
28
+ <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;">
29
+ Run them on the TensorBlock client using your local machine ↗
30
+ </a>
31
+ </div>
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+ <|system|>
37
+ {system_prompt}</s>
38
+ <|user|>
39
+ {prompt}</s>
40
+ <|assistant|>
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [clown-70x1B-Q2_K.gguf](https://huggingface.co/tensorblock/clown-70x1B-GGUF/blob/main/clown-70x1B-Q2_K.gguf) | Q2_K | 19.459 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [clown-70x1B-Q3_K_S.gguf](https://huggingface.co/tensorblock/clown-70x1B-GGUF/blob/main/clown-70x1B-Q3_K_S.gguf) | Q3_K_S | 23.082 GB | very small, high quality loss |
49
+ | [clown-70x1B-Q3_K_M.gguf](https://huggingface.co/tensorblock/clown-70x1B-GGUF/blob/main/clown-70x1B-Q3_K_M.gguf) | Q3_K_M | 25.556 GB | very small, high quality loss |
50
+ | [clown-70x1B-Q3_K_L.gguf](https://huggingface.co/tensorblock/clown-70x1B-GGUF/blob/main/clown-70x1B-Q3_K_L.gguf) | Q3_K_L | 27.689 GB | small, substantial quality loss |
51
+ | [clown-70x1B-Q4_0.gguf](https://huggingface.co/tensorblock/clown-70x1B-GGUF/blob/main/clown-70x1B-Q4_0.gguf) | Q4_0 | 30.196 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [clown-70x1B-Q4_K_S.gguf](https://huggingface.co/tensorblock/clown-70x1B-GGUF/blob/main/clown-70x1B-Q4_K_S.gguf) | Q4_K_S | 30.398 GB | small, greater quality loss |
53
+ | [clown-70x1B-Q4_K_M.gguf](https://huggingface.co/tensorblock/clown-70x1B-GGUF/blob/main/clown-70x1B-Q4_K_M.gguf) | Q4_K_M | 32.279 GB | medium, balanced quality - recommended |
54
+ | [clown-70x1B-Q5_0.gguf](https://huggingface.co/tensorblock/clown-70x1B-GGUF/blob/main/clown-70x1B-Q5_0.gguf) | Q5_0 | 36.891 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [clown-70x1B-Q5_K_S.gguf](https://huggingface.co/tensorblock/clown-70x1B-GGUF/blob/main/clown-70x1B-Q5_K_S.gguf) | Q5_K_S | 36.891 GB | large, low quality loss - recommended |
56
+ | [clown-70x1B-Q5_K_M.gguf](https://huggingface.co/tensorblock/clown-70x1B-GGUF/blob/main/clown-70x1B-Q5_K_M.gguf) | Q5_K_M | 37.964 GB | large, very low quality loss - recommended |
57
+ | [clown-70x1B-Q6_K.gguf](https://huggingface.co/tensorblock/clown-70x1B-GGUF/blob/main/clown-70x1B-Q6_K.gguf) | Q6_K | 44.005 GB | very large, extremely low quality loss |
58
+ | [clown-70x1B-Q8_0](https://huggingface.co/tensorblock/clown-70x1B-GGUF/blob/main/clown-70x1B-Q8_0) | Q8_0 | 56.993 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/clown-70x1B-GGUF --include "clown-70x1B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/clown-70x1B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
clown-70x1B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab9ce3a916c365a47ac0d6521e651bc605b082f4b3d9f21efd05afdaaa47bde0
3
+ size 19458561824
clown-70x1B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4d946e8856d9baf19c47946965e3bed791b9d6080a2f49ac5b02ab7e28ad89dd
3
+ size 27688568608
clown-70x1B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea2b50a366c0150c97b77a6dcd587cc591a90961da795f7524d699a35d253baa
3
+ size 25556289312
clown-70x1B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:340ebbfffff4d70ea417752b289e470c567e3531301f44ccd3970c9f026f0c64
3
+ size 23082313504
clown-70x1B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dcee635d174cea5387dc228bc518271351fb1d0e10e8bbbe9246dbc4c8a0870
3
+ size 30195988256
clown-70x1B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b68d4c43f4ca8f605a657f6c955e0e81940fa29682f64892efc1e52ef54d155
3
+ size 32278927136
clown-70x1B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba8f06f52f8397227e8906131f4b8cdc707157f9163a5cdb16802e8d984f14a6
3
+ size 30398101280
clown-70x1B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5675900a9f1638137a4be8257e314f998788a4c6694521c651443da1f4d88ea2
3
+ size 36891211552
clown-70x1B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edec9ba9b31e3ba3a09da4c7014a3d0e1e2f448e1886bb171861ac18dad4231e
3
+ size 37964240672
clown-70x1B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ff688a8a1403248ca2ddcc75530366cab8e9ba1a91d325dc43109ca1b240638
3
+ size 36891211552
clown-70x1B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0908706667f3e997e0da1daf0a0319e2fa601cfb9d6ae69b85ca74463453ea0b
3
+ size 44004886304
clown-70x1B-Q8_0/clown-70x1B-Q8_0-00001-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fa61ec6285d44a242b7cc13e9439c28bd143e8c618acf08a318c57e35d6030d
3
+ size 34602709600
clown-70x1B-Q8_0/clown-70x1B-Q8_0-00002-of-00002.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e85657430c5fc8230d7ecf0537d9a53e6bc53cdbc7252c30990622950d41d630
3
+ size 22390044064