morriszms commited on
Commit
b30ee64
·
verified ·
1 Parent(s): b6f86c6

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
+ moe_scratch-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ moe_scratch-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ moe_scratch-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ moe_scratch-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ moe_scratch-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ moe_scratch-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ moe_scratch-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ moe_scratch-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ moe_scratch-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ moe_scratch-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ moe_scratch-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ moe_scratch-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: shitshow123/moe_scratch
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## shitshow123/moe_scratch - GGUF
21
+
22
+ This repo contains GGUF format model files for [shitshow123/moe_scratch](https://huggingface.co/shitshow123/moe_scratch).
23
+
24
+ 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).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [moe_scratch-Q2_K.gguf](https://huggingface.co/tensorblock/moe_scratch-GGUF/blob/main/moe_scratch-Q2_K.gguf) | Q2_K | 17.311 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [moe_scratch-Q3_K_S.gguf](https://huggingface.co/tensorblock/moe_scratch-GGUF/blob/main/moe_scratch-Q3_K_S.gguf) | Q3_K_S | 20.433 GB | very small, high quality loss |
44
+ | [moe_scratch-Q3_K_M.gguf](https://huggingface.co/tensorblock/moe_scratch-GGUF/blob/main/moe_scratch-Q3_K_M.gguf) | Q3_K_M | 22.546 GB | very small, high quality loss |
45
+ | [moe_scratch-Q3_K_L.gguf](https://huggingface.co/tensorblock/moe_scratch-GGUF/blob/main/moe_scratch-Q3_K_L.gguf) | Q3_K_L | 24.170 GB | small, substantial quality loss |
46
+ | [moe_scratch-Q4_0.gguf](https://huggingface.co/tensorblock/moe_scratch-GGUF/blob/main/moe_scratch-Q4_0.gguf) | Q4_0 | 26.444 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [moe_scratch-Q4_K_S.gguf](https://huggingface.co/tensorblock/moe_scratch-GGUF/blob/main/moe_scratch-Q4_K_S.gguf) | Q4_K_S | 26.746 GB | small, greater quality loss |
48
+ | [moe_scratch-Q4_K_M.gguf](https://huggingface.co/tensorblock/moe_scratch-GGUF/blob/main/moe_scratch-Q4_K_M.gguf) | Q4_K_M | 28.448 GB | medium, balanced quality - recommended |
49
+ | [moe_scratch-Q5_0.gguf](https://huggingface.co/tensorblock/moe_scratch-GGUF/blob/main/moe_scratch-Q5_0.gguf) | Q5_0 | 32.231 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [moe_scratch-Q5_K_S.gguf](https://huggingface.co/tensorblock/moe_scratch-GGUF/blob/main/moe_scratch-Q5_K_S.gguf) | Q5_K_S | 32.231 GB | large, low quality loss - recommended |
51
+ | [moe_scratch-Q5_K_M.gguf](https://huggingface.co/tensorblock/moe_scratch-GGUF/blob/main/moe_scratch-Q5_K_M.gguf) | Q5_K_M | 33.230 GB | large, very low quality loss - recommended |
52
+ | [moe_scratch-Q6_K.gguf](https://huggingface.co/tensorblock/moe_scratch-GGUF/blob/main/moe_scratch-Q6_K.gguf) | Q6_K | 38.381 GB | very large, extremely low quality loss |
53
+ | [moe_scratch-Q8_0.gguf](https://huggingface.co/tensorblock/moe_scratch-GGUF/blob/main/moe_scratch-Q8_0.gguf) | Q8_0 | 49.626 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/moe_scratch-GGUF --include "moe_scratch-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/moe_scratch-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
moe_scratch-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b47ffd94095db536c684e0ae6a4e514fdca780dbeb412b53dfba5bb98a8777a8
3
+ size 17311229216
moe_scratch-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cdd7fa47236488861ebba27bfeb9003d5cdf82311c62a0dbe134ae86f5c667bd
3
+ size 24169645344
moe_scratch-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d4acc3c1e3d21da555ee180574caf80ecb182332077be3511b4e2dff83d7ab4
3
+ size 22546449696
moe_scratch-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66ca3298592e58bbe6896f2a75e9ba459615d4efd1da648260d75cf4e71e1d7e
3
+ size 20432520480
moe_scratch-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d34f7e0a98ce5729aebaee103c12cf2e3b77fc995f5a884ee89cde2bb79a866b
3
+ size 26443588896
moe_scratch-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:842789a6da91ea6379defcf59bd6ec70285d5d5983a0f9564bc663b853427eff
3
+ size 28448466208
moe_scratch-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:adffd06ef637f32368a7dd258863da4c2c51727415f5521ceaccb18717eec68e
3
+ size 26745578784
moe_scratch-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3c18d564886aec05f2e1660b48f89d2e93b799c5231b7b81ffdbc16b903939e
3
+ size 32231335200
moe_scratch-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9e7529a7364fdb23c43ada0cf16531595dde786be2c2e23966e76a22d3f063b
3
+ size 33229579552
moe_scratch-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f29b7d007855d4c287e53f4ec05851c295256baa7b4de29378ffb329aa88f8a1
3
+ size 32231335200
moe_scratch-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba2e9edf31540b0aceb7805991189ae17cd304f951bba25d5aed48f98428474b
3
+ size 38380815648
moe_scratch-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63e9c66d65c0e2d875d63a1473bf22cb57827de99fd3b1cfdb86e0932aa2f065
3
+ size 49626318112