morriszms commited on
Commit
81df00c
1 Parent(s): 6d40524

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-135M-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SmolLM-135M-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SmolLM-135M-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SmolLM-135M-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SmolLM-135M-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SmolLM-135M-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SmolLM-135M-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SmolLM-135M-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SmolLM-135M-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SmolLM-135M-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SmolLM-135M-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SmolLM-135M-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-135M
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-135M - GGUF
26
+
27
+ This repo contains GGUF format model files for [HuggingFaceTB/SmolLM-135M](https://huggingface.co/HuggingFaceTB/SmolLM-135M).
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-135M-Q2_K.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/tree/main/SmolLM-135M-Q2_K.gguf) | Q2_K | 0.082 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [SmolLM-135M-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/tree/main/SmolLM-135M-Q3_K_S.gguf) | Q3_K_S | 0.082 GB | very small, high quality loss |
43
+ | [SmolLM-135M-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/tree/main/SmolLM-135M-Q3_K_M.gguf) | Q3_K_M | 0.087 GB | very small, high quality loss |
44
+ | [SmolLM-135M-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/tree/main/SmolLM-135M-Q3_K_L.gguf) | Q3_K_L | 0.091 GB | small, substantial quality loss |
45
+ | [SmolLM-135M-Q4_0.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/tree/main/SmolLM-135M-Q4_0.gguf) | Q4_0 | 0.085 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [SmolLM-135M-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/tree/main/SmolLM-135M-Q4_K_S.gguf) | Q4_K_S | 0.095 GB | small, greater quality loss |
47
+ | [SmolLM-135M-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/tree/main/SmolLM-135M-Q4_K_M.gguf) | Q4_K_M | 0.098 GB | medium, balanced quality - recommended |
48
+ | [SmolLM-135M-Q5_0.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/tree/main/SmolLM-135M-Q5_0.gguf) | Q5_0 | 0.098 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [SmolLM-135M-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/tree/main/SmolLM-135M-Q5_K_S.gguf) | Q5_K_S | 0.102 GB | large, low quality loss - recommended |
50
+ | [SmolLM-135M-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/tree/main/SmolLM-135M-Q5_K_M.gguf) | Q5_K_M | 0.104 GB | large, very low quality loss - recommended |
51
+ | [SmolLM-135M-Q6_K.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/tree/main/SmolLM-135M-Q6_K.gguf) | Q6_K | 0.129 GB | very large, extremely low quality loss |
52
+ | [SmolLM-135M-Q8_0.gguf](https://huggingface.co/tensorblock/SmolLM-135M-GGUF/tree/main/SmolLM-135M-Q8_0.gguf) | Q8_0 | 0.135 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-135M-GGUF --include "SmolLM-135M-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-135M-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
SmolLM-135M-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db2308a9765bdd6b11233912882c432b9a485f5bfa08662d49f3e000f80bb4e7
3
+ size 88201312
SmolLM-135M-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef7751689f9a2d9eb8256b052bb119b08d71c89b3dd1da2ee621c5716aeb968e
3
+ size 97532512
SmolLM-135M-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06709589447faef8cd9a7d70ce90d96041183ec1702adf6a8a8bd71e14d8eefa
3
+ size 93509728
SmolLM-135M-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57ad35a47e22be6d42fe319d472bee81d7a9ce8e4539bf9f9749841a87462179
3
+ size 88201312
SmolLM-135M-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73c3ad8f15d98d2689407717f80d8c3817e7b897e7de7e574502f80eb615618e
3
+ size 91726432
SmolLM-135M-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:364780c3df2ae2eb148ba2c134316407a9a0c11d7cd4ea8242ead545e01feca4
3
+ size 105453664
SmolLM-135M-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaaa1738ccff918105770fd6c1c03e75adfdb2bb2d9afee3723ad6280e2dff38
3
+ size 102039136
SmolLM-135M-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:550350f04de4708f535c83014176a40860a46abe235ca50a7d7807b5f16f0df5
3
+ size 104997472
SmolLM-135M-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5cd0e2d7839565b3acfc2a0759fd4e55d796828135356760990ef05f92fc01d1
3
+ size 112103008
SmolLM-135M-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23c76f5e28d209e044a1acfb5a76197f5e4c15220dd4c03030541fb54f261623
3
+ size 109974112
SmolLM-135M-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c07c8542beb44ea511d37dc67f2ffff702ad318285f4b278ffec7c25aacb749
3
+ size 138382432
SmolLM-135M-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb405d31a0b429a4f935e6618255711725683a4a0af1be9c43db360c38308fa9
3
+ size 144810592