morriszms commited on
Commit
924db47
·
verified ·
1 Parent(s): 6213567

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-135M-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SmolLM2-135M-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SmolLM2-135M-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SmolLM2-135M-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SmolLM2-135M-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SmolLM2-135M-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SmolLM2-135M-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SmolLM2-135M-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SmolLM2-135M-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SmolLM2-135M-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SmolLM2-135M-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SmolLM2-135M-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ language:
5
+ - en
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: HuggingFaceTB/SmolLM2-135M
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## HuggingFaceTB/SmolLM2-135M - GGUF
24
+
25
+ This repo contains GGUF format model files for [HuggingFaceTB/SmolLM2-135M](https://huggingface.co/HuggingFaceTB/SmolLM2-135M).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+
39
+ ```
40
+
41
+ ## Model file specification
42
+
43
+ | Filename | Quant type | File Size | Description |
44
+ | -------- | ---------- | --------- | ----------- |
45
+ | [SmolLM2-135M-Q2_K.gguf](https://huggingface.co/tensorblock/SmolLM2-135M-GGUF/blob/main/SmolLM2-135M-Q2_K.gguf) | Q2_K | 0.088 GB | smallest, significant quality loss - not recommended for most purposes |
46
+ | [SmolLM2-135M-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-135M-GGUF/blob/main/SmolLM2-135M-Q3_K_S.gguf) | Q3_K_S | 0.088 GB | very small, high quality loss |
47
+ | [SmolLM2-135M-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-135M-GGUF/blob/main/SmolLM2-135M-Q3_K_M.gguf) | Q3_K_M | 0.094 GB | very small, high quality loss |
48
+ | [SmolLM2-135M-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolLM2-135M-GGUF/blob/main/SmolLM2-135M-Q3_K_L.gguf) | Q3_K_L | 0.098 GB | small, substantial quality loss |
49
+ | [SmolLM2-135M-Q4_0.gguf](https://huggingface.co/tensorblock/SmolLM2-135M-GGUF/blob/main/SmolLM2-135M-Q4_0.gguf) | Q4_0 | 0.092 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
50
+ | [SmolLM2-135M-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-135M-GGUF/blob/main/SmolLM2-135M-Q4_K_S.gguf) | Q4_K_S | 0.102 GB | small, greater quality loss |
51
+ | [SmolLM2-135M-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-135M-GGUF/blob/main/SmolLM2-135M-Q4_K_M.gguf) | Q4_K_M | 0.105 GB | medium, balanced quality - recommended |
52
+ | [SmolLM2-135M-Q5_0.gguf](https://huggingface.co/tensorblock/SmolLM2-135M-GGUF/blob/main/SmolLM2-135M-Q5_0.gguf) | Q5_0 | 0.105 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
53
+ | [SmolLM2-135M-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-135M-GGUF/blob/main/SmolLM2-135M-Q5_K_S.gguf) | Q5_K_S | 0.110 GB | large, low quality loss - recommended |
54
+ | [SmolLM2-135M-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-135M-GGUF/blob/main/SmolLM2-135M-Q5_K_M.gguf) | Q5_K_M | 0.112 GB | large, very low quality loss - recommended |
55
+ | [SmolLM2-135M-Q6_K.gguf](https://huggingface.co/tensorblock/SmolLM2-135M-GGUF/blob/main/SmolLM2-135M-Q6_K.gguf) | Q6_K | 0.138 GB | very large, extremely low quality loss |
56
+ | [SmolLM2-135M-Q8_0.gguf](https://huggingface.co/tensorblock/SmolLM2-135M-GGUF/blob/main/SmolLM2-135M-Q8_0.gguf) | Q8_0 | 0.145 GB | very large, extremely low quality loss - not recommended |
57
+
58
+
59
+ ## Downloading instruction
60
+
61
+ ### Command line
62
+
63
+ Firstly, install Huggingface Client
64
+
65
+ ```shell
66
+ pip install -U "huggingface_hub[cli]"
67
+ ```
68
+
69
+ Then, downoad the individual model file the a local directory
70
+
71
+ ```shell
72
+ huggingface-cli download tensorblock/SmolLM2-135M-GGUF --include "SmolLM2-135M-Q2_K.gguf" --local-dir MY_LOCAL_DIR
73
+ ```
74
+
75
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/SmolLM2-135M-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
79
+ ```
SmolLM2-135M-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f00a85730ac32e8f2d9b759a057a9ca5e9580a6486a6e054b21534b6f63e5ba
3
+ size 88201248
SmolLM2-135M-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77be18b33af19002372a3059d1889bf7d5189682cfca0077a7ae42df3f13fb85
3
+ size 97532448
SmolLM2-135M-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddcff048a84f2a4acbc2cc700023724768f017135e1e65170e9b1e13a5dce50b
3
+ size 93509664
SmolLM2-135M-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0af83ffdbebd95e1bdbc73f3efc9a3dc6f14e454ee23a078db9156f13dc996d
3
+ size 88201248
SmolLM2-135M-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01afffc0aa96bd087ed6d0465ccbfbf071d6ec3089476fdb2c4f13520547cff1
3
+ size 91726368
SmolLM2-135M-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39c5398fd42ee08ecd287153dcbb77afc88a879e65ef4de1a595ccbb93eeacfc
3
+ size 105453600
SmolLM2-135M-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f882739f12ceb454159c485fd4430b0914f27a43e3064fea19a85e9d34d0f81
3
+ size 102039072
SmolLM2-135M-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0856e4e7587d213afbf726a0ab69c939746a933d1d74317e58aedddb898f6135
3
+ size 104997408
SmolLM2-135M-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0376d20ccc1be0932dd8663ce1a710dfa48834f8436cdd23b19097abe8fff365
3
+ size 112102944
SmolLM2-135M-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9ab34860323d30b5664ffa945880d825aa00182e143d8a6a8250372e6cef9c0
3
+ size 109974048
SmolLM2-135M-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a3233d7fca8d54af1202aea242eddc5b485a1eb2807f8da5e95aa4453a03b69
3
+ size 138382368
SmolLM2-135M-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62ea3b1669a069ef062040390d1f8599fb9d5753e59526ebb4a7b703122900bc
3
+ size 144810528