Text Generation
Transformers
GGUF
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
7671289
·
verified ·
1 Parent(s): c0c2ce8

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
+ SmolLM-prompt-generator-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SmolLM-prompt-generator-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SmolLM-prompt-generator-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SmolLM-prompt-generator-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SmolLM-prompt-generator-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SmolLM-prompt-generator-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SmolLM-prompt-generator-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SmolLM-prompt-generator-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SmolLM-prompt-generator-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SmolLM-prompt-generator-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SmolLM-prompt-generator-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SmolLM-prompt-generator-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ pipeline_tag: text-generation
4
+ license: apache-2.0
5
+ datasets:
6
+ - CaptionEmporium/coyo-hd-11m-llavanext
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: zenai-org/SmolLM-prompt-generator
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## zenai-org/SmolLM-prompt-generator - GGUF
25
+
26
+ This repo contains GGUF format model files for [zenai-org/SmolLM-prompt-generator](https://huggingface.co/zenai-org/SmolLM-prompt-generator).
27
+
28
+ 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).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [SmolLM-prompt-generator-Q2_K.gguf](https://huggingface.co/tensorblock/SmolLM-prompt-generator-GGUF/blob/main/SmolLM-prompt-generator-Q2_K.gguf) | Q2_K | 0.088 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [SmolLM-prompt-generator-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-prompt-generator-GGUF/blob/main/SmolLM-prompt-generator-Q3_K_S.gguf) | Q3_K_S | 0.088 GB | very small, high quality loss |
48
+ | [SmolLM-prompt-generator-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-prompt-generator-GGUF/blob/main/SmolLM-prompt-generator-Q3_K_M.gguf) | Q3_K_M | 0.094 GB | very small, high quality loss |
49
+ | [SmolLM-prompt-generator-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolLM-prompt-generator-GGUF/blob/main/SmolLM-prompt-generator-Q3_K_L.gguf) | Q3_K_L | 0.098 GB | small, substantial quality loss |
50
+ | [SmolLM-prompt-generator-Q4_0.gguf](https://huggingface.co/tensorblock/SmolLM-prompt-generator-GGUF/blob/main/SmolLM-prompt-generator-Q4_0.gguf) | Q4_0 | 0.092 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [SmolLM-prompt-generator-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-prompt-generator-GGUF/blob/main/SmolLM-prompt-generator-Q4_K_S.gguf) | Q4_K_S | 0.102 GB | small, greater quality loss |
52
+ | [SmolLM-prompt-generator-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-prompt-generator-GGUF/blob/main/SmolLM-prompt-generator-Q4_K_M.gguf) | Q4_K_M | 0.105 GB | medium, balanced quality - recommended |
53
+ | [SmolLM-prompt-generator-Q5_0.gguf](https://huggingface.co/tensorblock/SmolLM-prompt-generator-GGUF/blob/main/SmolLM-prompt-generator-Q5_0.gguf) | Q5_0 | 0.105 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [SmolLM-prompt-generator-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-prompt-generator-GGUF/blob/main/SmolLM-prompt-generator-Q5_K_S.gguf) | Q5_K_S | 0.110 GB | large, low quality loss - recommended |
55
+ | [SmolLM-prompt-generator-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-prompt-generator-GGUF/blob/main/SmolLM-prompt-generator-Q5_K_M.gguf) | Q5_K_M | 0.112 GB | large, very low quality loss - recommended |
56
+ | [SmolLM-prompt-generator-Q6_K.gguf](https://huggingface.co/tensorblock/SmolLM-prompt-generator-GGUF/blob/main/SmolLM-prompt-generator-Q6_K.gguf) | Q6_K | 0.138 GB | very large, extremely low quality loss |
57
+ | [SmolLM-prompt-generator-Q8_0.gguf](https://huggingface.co/tensorblock/SmolLM-prompt-generator-GGUF/blob/main/SmolLM-prompt-generator-Q8_0.gguf) | Q8_0 | 0.145 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/SmolLM-prompt-generator-GGUF --include "SmolLM-prompt-generator-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/SmolLM-prompt-generator-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
SmolLM-prompt-generator-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c13f367adfe6a10aa4f33bc5aafd04a54d50f64decce5e24af7d03c35199fcd
3
+ size 88202016
SmolLM-prompt-generator-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049a2047c8351bbbf6911711a150fba6a9ae45f1cb4a6134e1422adeb6ca42bc
3
+ size 97533216
SmolLM-prompt-generator-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f529e91a2953d3351fe4a20e73c50eeaa3f6dae1b968ad74d47b7a68a316a2ac
3
+ size 93510432
SmolLM-prompt-generator-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d2c52016d4bfe82d1fdfc225cda34b5fd23b2e9e9329a01fcdbeda4336e72656
3
+ size 88202016
SmolLM-prompt-generator-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:901a5c2bca3759b7453d430f4ddd43aaa749e61f187b3f54357222db59dee1dd
3
+ size 91727136
SmolLM-prompt-generator-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be860bec140022f33c2b06c4a8c9380072dfb99396d4aa0394a97bc8a4b5e2c2
3
+ size 105454368
SmolLM-prompt-generator-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89a44cfe29e5f6aab7d59005794a19c37dea2af9e237b46ad3135502172f5c7e
3
+ size 102039840
SmolLM-prompt-generator-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6dbb4c52b316bfe2c9c245ce01774a9899bd568271c837235f4c5d67e509c29
3
+ size 104998176
SmolLM-prompt-generator-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7676e94b19ad25643a864eb62e674e981fab0989b3fd21b0df82e8b09861c3d
3
+ size 112103712
SmolLM-prompt-generator-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c376cee3d6eb7b63447c313a16a7fad4d25404594f19c523804108492235b11
3
+ size 109974816
SmolLM-prompt-generator-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9023ca80a5ded03c750abe047e797f79254d78f9fafcf33550d27911b2296d5
3
+ size 138383136
SmolLM-prompt-generator-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcf1b0693a3ad1cc89f61fec06b14fa168ff335fcf238e2986a94bb3b4ba0844
3
+ size 144811296