morriszms commited on
Commit
d9d69e3
·
verified ·
1 Parent(s): bb70dbc

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-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SmolLM2-360M-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SmolLM2-360M-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SmolLM2-360M-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SmolLM2-360M-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SmolLM2-360M-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SmolLM2-360M-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SmolLM2-360M-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SmolLM2-360M-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SmolLM2-360M-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SmolLM2-360M-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SmolLM2-360M-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/SmolLM2-360M
3
+ language:
4
+ - en
5
+ library_name: transformers
6
+ license: apache-2.0
7
+ tags:
8
+ - llama
9
+ - unsloth
10
+ - transformers
11
+ - TensorBlock
12
+ - GGUF
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## unsloth/SmolLM2-360M - GGUF
27
+
28
+ This repo contains GGUF format model files for [unsloth/SmolLM2-360M](https://huggingface.co/unsloth/SmolLM2-360M).
29
+
30
+ 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).
31
+
32
+ <div style="text-align: left; margin: 20px 0;">
33
+ <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;">
34
+ Run them on the TensorBlock client using your local machine ↗
35
+ </a>
36
+ </div>
37
+
38
+ ## Prompt template
39
+
40
+ ```
41
+
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [SmolLM2-360M-Q2_K.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-GGUF/blob/main/SmolLM2-360M-Q2_K.gguf) | Q2_K | 0.219 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [SmolLM2-360M-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-GGUF/blob/main/SmolLM2-360M-Q3_K_S.gguf) | Q3_K_S | 0.219 GB | very small, high quality loss |
50
+ | [SmolLM2-360M-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-GGUF/blob/main/SmolLM2-360M-Q3_K_M.gguf) | Q3_K_M | 0.235 GB | very small, high quality loss |
51
+ | [SmolLM2-360M-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-GGUF/blob/main/SmolLM2-360M-Q3_K_L.gguf) | Q3_K_L | 0.246 GB | small, substantial quality loss |
52
+ | [SmolLM2-360M-Q4_0.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-GGUF/blob/main/SmolLM2-360M-Q4_0.gguf) | Q4_0 | 0.229 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [SmolLM2-360M-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-GGUF/blob/main/SmolLM2-360M-Q4_K_S.gguf) | Q4_K_S | 0.260 GB | small, greater quality loss |
54
+ | [SmolLM2-360M-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-GGUF/blob/main/SmolLM2-360M-Q4_K_M.gguf) | Q4_K_M | 0.271 GB | medium, balanced quality - recommended |
55
+ | [SmolLM2-360M-Q5_0.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-GGUF/blob/main/SmolLM2-360M-Q5_0.gguf) | Q5_0 | 0.268 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [SmolLM2-360M-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-GGUF/blob/main/SmolLM2-360M-Q5_K_S.gguf) | Q5_K_S | 0.283 GB | large, low quality loss - recommended |
57
+ | [SmolLM2-360M-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-GGUF/blob/main/SmolLM2-360M-Q5_K_M.gguf) | Q5_K_M | 0.290 GB | large, very low quality loss - recommended |
58
+ | [SmolLM2-360M-Q6_K.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-GGUF/blob/main/SmolLM2-360M-Q6_K.gguf) | Q6_K | 0.367 GB | very large, extremely low quality loss |
59
+ | [SmolLM2-360M-Q8_0.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-GGUF/blob/main/SmolLM2-360M-Q8_0.gguf) | Q8_0 | 0.386 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/SmolLM2-360M-GGUF --include "SmolLM2-360M-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/SmolLM2-360M-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
SmolLM2-360M-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:beb6a3ebaeaf9e6c667fa66f40fd4ef7e17eda04532ca58b5d638a150626c956
3
+ size 218674688
SmolLM2-360M-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef719b4e9c10a911f4e2fa1e05e204e0c292c6e77f644addd2241e69a61a9123
3
+ size 246322688
SmolLM2-360M-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b65c5fc820d6ae9d6c938e1acb0bf88422278c585c8fdb3355856758821f02e1
3
+ size 234687488
SmolLM2-360M-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b54f3985b54a3b93a19c4b7a2fe7cfc2ff0683fa46e3edffe726697c89d753dd
3
+ size 218674688
SmolLM2-360M-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:219d86dcc34ad9dba49329e9a3a6d9f60c7d29bf8a116cdce9ee6ecc91ae4f31
3
+ size 229119488
SmolLM2-360M-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:928b1890cb8ba26426f028f085345aca9f6b188bfea380b7ec8aad59c32de428
3
+ size 270591488
SmolLM2-360M-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb8b579bd631a10252126dcc554efde831406fd55d983aaf3764bd89dc4d4a00
3
+ size 259916288
SmolLM2-360M-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f408f1bfd8dd1691d901cb7eb88d35c25d6458c7acc535cd6529c7246a95dca5
3
+ size 268441088
SmolLM2-360M-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af6cbd1a92d698476a399dc55fbb747c93ce7f29a86cd6a0a842f71a7ae01c81
3
+ size 289945088
SmolLM2-360M-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64eead68060630ec7b74d78f2bb7fd6500fe2c59fe285719f783865d75856ac5
3
+ size 283186688
SmolLM2-360M-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cc2266ccda9564a4a508b40760bf620c5c4a8cb3955adcadac5d6d10a06f9af
3
+ size 367359488
SmolLM2-360M-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:12099adf9748ec80eec960b6c7530c27bbcb1fb9e2370bebcf92995e17ee28aa
3
+ size 386405888