morriszms commited on
Commit
8c063e5
·
verified ·
1 Parent(s): f75f17f

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
+ all-you-need-is-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ all-you-need-is-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ all-you-need-is-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ all-you-need-is-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ all-you-need-is-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ all-you-need-is-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ all-you-need-is-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ all-you-need-is-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ all-you-need-is-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ all-you-need-is-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ all-you-need-is-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ all-you-need-is-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: StatPan/all-you-need-is
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
+ ## StatPan/all-you-need-is - GGUF
20
+
21
+ This repo contains GGUF format model files for [StatPan/all-you-need-is](https://huggingface.co/StatPan/all-you-need-is).
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
+ ### System:
29
+ {system_prompt}
30
+
31
+ ### User:
32
+ {prompt}
33
+
34
+ ### Assistant:
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [all-you-need-is-Q2_K.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q2_K.gguf) | Q2_K | 3.728 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [all-you-need-is-Q3_K_S.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q3_K_S.gguf) | Q3_K_S | 4.344 GB | very small, high quality loss |
43
+ | [all-you-need-is-Q3_K_M.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q3_K_M.gguf) | Q3_K_M | 4.839 GB | very small, high quality loss |
44
+ | [all-you-need-is-Q3_K_L.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q3_K_L.gguf) | Q3_K_L | 5.263 GB | small, substantial quality loss |
45
+ | [all-you-need-is-Q4_0.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q4_0.gguf) | Q4_0 | 5.655 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [all-you-need-is-Q4_K_S.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q4_K_S.gguf) | Q4_K_S | 5.698 GB | small, greater quality loss |
47
+ | [all-you-need-is-Q4_K_M.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q4_K_M.gguf) | Q4_K_M | 6.018 GB | medium, balanced quality - recommended |
48
+ | [all-you-need-is-Q5_0.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q5_0.gguf) | Q5_0 | 6.889 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [all-you-need-is-Q5_K_S.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q5_K_S.gguf) | Q5_K_S | 6.889 GB | large, low quality loss - recommended |
50
+ | [all-you-need-is-Q5_K_M.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q5_K_M.gguf) | Q5_K_M | 7.076 GB | large, very low quality loss - recommended |
51
+ | [all-you-need-is-Q6_K.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q6_K.gguf) | Q6_K | 8.200 GB | very large, extremely low quality loss |
52
+ | [all-you-need-is-Q8_0.gguf](https://huggingface.co/tensorblock/all-you-need-is-GGUF/tree/main/all-you-need-is-Q8_0.gguf) | Q8_0 | 10.621 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/all-you-need-is-GGUF --include "all-you-need-is-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/all-you-need-is-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
all-you-need-is-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7afc5a7c50ef7b3e3104f3a1cb5e5e0e261c49c092dbc3fb6dbcf9b4cf1f329
3
+ size 4003232480
all-you-need-is-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a38db72a4280404580a9a0d999959498c56c87b3cf82ada9594bd9376d7e952c
3
+ size 5650750176
all-you-need-is-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c4d1153e59d4d04a062964d536f4b16bf2b48efbaa39b15bb11cddcbe631036
3
+ size 5195668192
all-you-need-is-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7875fdb39b9447dd82aeda7015c84ae5b2b8eb838632bf30c542a8a1567eb4e
3
+ size 4664564448
all-you-need-is-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:054b75615563831a48d41cac22070c1084bc0dd205a207a892567c2bd11ae720
3
+ size 6072384224
all-you-need-is-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4651b331bf3d39858fe3bbb175ce6f5f4bc6f444ed372ac9d5d4ce9c47039649
3
+ size 6461668064
all-you-need-is-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5b966ebc2a19e36315c7d585bbe2d53dd8a0209b36dd96e1e36d1e0a6f04520
3
+ size 6118521568
all-you-need-is-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:366267386e61c240290b7aafbc8f951496c65d08c56171e87c30b79ff345d932
3
+ size 7397391072
all-you-need-is-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:819ffcda2912d767d3adfacae3ca463bb66eda9e09d6086e86c6b882ad95bb1f
3
+ size 7597931232
all-you-need-is-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b04c0da5f9d19ac3231699b49c6378a61f698893fa3850a73e740a4cb2159a9d
3
+ size 7397391072
all-you-need-is-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6f304f3e34a3629f371813e40a124dfa73ff0011664f015a0669a411c1d32c4
3
+ size 8805210848
all-you-need-is-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aca41845265dbaa01fa80e75c06522a46afe31580d239f5364658192fc4c63af
3
+ size 11404155616