morriszms commited on
Commit
c5890d4
1 Parent(s): 8a1179a

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-360M-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SmolLM-360M-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SmolLM-360M-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SmolLM-360M-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SmolLM-360M-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SmolLM-360M-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SmolLM-360M-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SmolLM-360M-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SmolLM-360M-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SmolLM-360M-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SmolLM-360M-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SmolLM-360M-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ language:
5
+ - en
6
+ datasets:
7
+ - HuggingFaceTB/smollm-corpus
8
+ base_model: HuggingFaceTB/SmolLM-360M
9
+ tags:
10
+ - TensorBlock
11
+ - GGUF
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## HuggingFaceTB/SmolLM-360M - GGUF
26
+
27
+ This repo contains GGUF format model files for [HuggingFaceTB/SmolLM-360M](https://huggingface.co/HuggingFaceTB/SmolLM-360M).
28
+
29
+ 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).
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [SmolLM-360M-Q2_K.gguf](https://huggingface.co/tensorblock/SmolLM-360M-GGUF/tree/main/SmolLM-360M-Q2_K.gguf) | Q2_K | 0.204 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [SmolLM-360M-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-360M-GGUF/tree/main/SmolLM-360M-Q3_K_S.gguf) | Q3_K_S | 0.204 GB | very small, high quality loss |
43
+ | [SmolLM-360M-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-360M-GGUF/tree/main/SmolLM-360M-Q3_K_M.gguf) | Q3_K_M | 0.219 GB | very small, high quality loss |
44
+ | [SmolLM-360M-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolLM-360M-GGUF/tree/main/SmolLM-360M-Q3_K_L.gguf) | Q3_K_L | 0.229 GB | small, substantial quality loss |
45
+ | [SmolLM-360M-Q4_0.gguf](https://huggingface.co/tensorblock/SmolLM-360M-GGUF/tree/main/SmolLM-360M-Q4_0.gguf) | Q4_0 | 0.213 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [SmolLM-360M-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-360M-GGUF/tree/main/SmolLM-360M-Q4_K_S.gguf) | Q4_K_S | 0.242 GB | small, greater quality loss |
47
+ | [SmolLM-360M-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-360M-GGUF/tree/main/SmolLM-360M-Q4_K_M.gguf) | Q4_K_M | 0.252 GB | medium, balanced quality - recommended |
48
+ | [SmolLM-360M-Q5_0.gguf](https://huggingface.co/tensorblock/SmolLM-360M-GGUF/tree/main/SmolLM-360M-Q5_0.gguf) | Q5_0 | 0.250 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [SmolLM-360M-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-360M-GGUF/tree/main/SmolLM-360M-Q5_K_S.gguf) | Q5_K_S | 0.264 GB | large, low quality loss - recommended |
50
+ | [SmolLM-360M-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-360M-GGUF/tree/main/SmolLM-360M-Q5_K_M.gguf) | Q5_K_M | 0.270 GB | large, very low quality loss - recommended |
51
+ | [SmolLM-360M-Q6_K.gguf](https://huggingface.co/tensorblock/SmolLM-360M-GGUF/tree/main/SmolLM-360M-Q6_K.gguf) | Q6_K | 0.342 GB | very large, extremely low quality loss |
52
+ | [SmolLM-360M-Q8_0.gguf](https://huggingface.co/tensorblock/SmolLM-360M-GGUF/tree/main/SmolLM-360M-Q8_0.gguf) | Q8_0 | 0.360 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/SmolLM-360M-GGUF --include "SmolLM-360M-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/SmolLM-360M-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
SmolLM-360M-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b122171a910a1d47947bf979d6f39f12e607acc75eb0c0837a4755b2df9c6bd
3
+ size 218673312
SmolLM-360M-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:166f786cdb94e69bd49ba5f6e3bd514def474e8b95d5070054caefc55eaf388f
3
+ size 246321312
SmolLM-360M-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0af1e080080c318c6e3ca3a42302c449786212bc7155dd8170069c1ae472f9e3
3
+ size 234686112
SmolLM-360M-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d0162e91a25c6d4ce3228c7caa364a2fcb49d948f0e61217680023a472d935a
3
+ size 218673312
SmolLM-360M-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42ec302aa3d088d7e32187643169968b94d2bf8c235d4d0e9a377c1e1c0237b0
3
+ size 229118112
SmolLM-360M-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:556e3fb030cb0eefb1d8051e59a8030150185803c66ab69d17f97b38f487fd04
3
+ size 270590112
SmolLM-360M-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ddc5d6a5197aeda6392868c946076cfaac3ed8f53ea68b11b2888cabb3ee0dc
3
+ size 259914912
SmolLM-360M-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77a02cd86cfaa3c61c47ed723b84891e1a3e5e04382ce650c15bfc0b1c0f8556
3
+ size 268439712
SmolLM-360M-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:103595d13b6e0cf942ba0075b155d7d6669ae4ddcfca228227edd20711abc310
3
+ size 289943712
SmolLM-360M-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e1ec306c4d9d609b7bc4cf23b0983d6c77c647972b3d81bb099764991947c1d
3
+ size 283185312
SmolLM-360M-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aef98f1d3ba6dfb435bb214c56b03ed0f51572daf27d1b36223e4614f0ac1aa8
3
+ size 367358112
SmolLM-360M-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34a8cc10b8283c3e943d06a99a90138b49640f30d934991562720f599c568f3e
3
+ size 386404512