morriszms commited on
Commit
7ec6159
·
verified ·
1 Parent(s): 099d6d6

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
+ SmolLM2-360M-Instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SmolLM2-360M-Instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SmolLM2-360M-Instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SmolLM2-360M-Instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SmolLM2-360M-Instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SmolLM2-360M-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SmolLM2-360M-Instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SmolLM2-360M-Instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SmolLM2-360M-Instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SmolLM2-360M-Instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SmolLM2-360M-Instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SmolLM2-360M-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ language:
5
+ - en
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - safetensors
9
+ - onnx
10
+ - transformers.js
11
+ - TensorBlock
12
+ - GGUF
13
+ base_model: HuggingFaceTB/SmolLM2-360M-Instruct
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## HuggingFaceTB/SmolLM2-360M-Instruct - GGUF
28
+
29
+ This repo contains GGUF format model files for [HuggingFaceTB/SmolLM2-360M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-360M-Instruct).
30
+
31
+ 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).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+ <|im_start|>system
43
+ {system_prompt}<|im_end|>
44
+ <|im_start|>user
45
+ {prompt}<|im_end|>
46
+ <|im_start|>assistant
47
+ ```
48
+
49
+ ## Model file specification
50
+
51
+ | Filename | Quant type | File Size | Description |
52
+ | -------- | ---------- | --------- | ----------- |
53
+ | [SmolLM2-360M-Instruct-Q2_K.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-GGUF/blob/main/SmolLM2-360M-Instruct-Q2_K.gguf) | Q2_K | 0.219 GB | smallest, significant quality loss - not recommended for most purposes |
54
+ | [SmolLM2-360M-Instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-GGUF/blob/main/SmolLM2-360M-Instruct-Q3_K_S.gguf) | Q3_K_S | 0.219 GB | very small, high quality loss |
55
+ | [SmolLM2-360M-Instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-GGUF/blob/main/SmolLM2-360M-Instruct-Q3_K_M.gguf) | Q3_K_M | 0.235 GB | very small, high quality loss |
56
+ | [SmolLM2-360M-Instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-GGUF/blob/main/SmolLM2-360M-Instruct-Q3_K_L.gguf) | Q3_K_L | 0.246 GB | small, substantial quality loss |
57
+ | [SmolLM2-360M-Instruct-Q4_0.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-GGUF/blob/main/SmolLM2-360M-Instruct-Q4_0.gguf) | Q4_0 | 0.229 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
58
+ | [SmolLM2-360M-Instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-GGUF/blob/main/SmolLM2-360M-Instruct-Q4_K_S.gguf) | Q4_K_S | 0.260 GB | small, greater quality loss |
59
+ | [SmolLM2-360M-Instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-GGUF/blob/main/SmolLM2-360M-Instruct-Q4_K_M.gguf) | Q4_K_M | 0.271 GB | medium, balanced quality - recommended |
60
+ | [SmolLM2-360M-Instruct-Q5_0.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-GGUF/blob/main/SmolLM2-360M-Instruct-Q5_0.gguf) | Q5_0 | 0.268 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
61
+ | [SmolLM2-360M-Instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-GGUF/blob/main/SmolLM2-360M-Instruct-Q5_K_S.gguf) | Q5_K_S | 0.283 GB | large, low quality loss - recommended |
62
+ | [SmolLM2-360M-Instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-GGUF/blob/main/SmolLM2-360M-Instruct-Q5_K_M.gguf) | Q5_K_M | 0.290 GB | large, very low quality loss - recommended |
63
+ | [SmolLM2-360M-Instruct-Q6_K.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-GGUF/blob/main/SmolLM2-360M-Instruct-Q6_K.gguf) | Q6_K | 0.367 GB | very large, extremely low quality loss |
64
+ | [SmolLM2-360M-Instruct-Q8_0.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-GGUF/blob/main/SmolLM2-360M-Instruct-Q8_0.gguf) | Q8_0 | 0.386 GB | very large, extremely low quality loss - not recommended |
65
+
66
+
67
+ ## Downloading instruction
68
+
69
+ ### Command line
70
+
71
+ Firstly, install Huggingface Client
72
+
73
+ ```shell
74
+ pip install -U "huggingface_hub[cli]"
75
+ ```
76
+
77
+ Then, downoad the individual model file the a local directory
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/SmolLM2-360M-Instruct-GGUF --include "SmolLM2-360M-Instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
81
+ ```
82
+
83
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/SmolLM2-360M-Instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
87
+ ```
SmolLM2-360M-Instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b237dc59a97b31c67fcfbd009c23273435806721c2144a02ef8b2386222e37ed
3
+ size 218673856
SmolLM2-360M-Instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd49a8a2e565f450f1c89c5e10aa0d8ecc234d1447c9314bc4d3072e1665f5ec
3
+ size 246321856
SmolLM2-360M-Instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54f7ba9a6f6ac69533532b277a068f832ec78e331d9d46ef0836295866b61c8a
3
+ size 234686656
SmolLM2-360M-Instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e4f2ba5ce03cec05cf94bcb9038d9a75a524799df7ef8ae1daa06ba46f4058b
3
+ size 218673856
SmolLM2-360M-Instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1990575f3c67df6abed6ae0e43bed8c8f076ceaee5b3d9879b73272a5921b1c3
3
+ size 229118656
SmolLM2-360M-Instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caec4cd9d527dadc4d91ab4a3eec5e05ff422ddbf7a0bddd322eac7b8fc145db
3
+ size 270590656
SmolLM2-360M-Instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9190f4f70fc94a7ccdb2f8e8b0dff4c60fb3246bbdaa0f0bb4b8a6804d525e8
3
+ size 259915456
SmolLM2-360M-Instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a5f909b117d12e37fe4f6f138ad72172f5eda8be91ce3d696478a2b4b5de5e6
3
+ size 268440256
SmolLM2-360M-Instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97725e95e4d19498f9c88c3b4f91a5fab0a787d33b7dc65fe33e2562331b2126
3
+ size 289944256
SmolLM2-360M-Instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1c07befed2628613486e13fb62a1f21202ebf6b0b784a5fc5a2bcd0cafb9e91
3
+ size 283185856
SmolLM2-360M-Instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:003b5c83222be26045d1488bfa13e45d2ffe4c513ee3399888a3864ac114bb76
3
+ size 367358656
SmolLM2-360M-Instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27db7f7a3a950ab1fbd728362f24ba70cf49e1158bf99a1a9579eff95276adc8
3
+ size 386405056