morriszms commited on
Commit
03a0f3d
1 Parent(s): 33b1983

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-Instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SmolLM-135M-Instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SmolLM-135M-Instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SmolLM-135M-Instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SmolLM-135M-Instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SmolLM-135M-Instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SmolLM-135M-Instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SmolLM-135M-Instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SmolLM-135M-Instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SmolLM-135M-Instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SmolLM-135M-Instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SmolLM-135M-Instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: HuggingFaceTB/SmolLM-135M-Instruct
4
+ tags:
5
+ - alignment-handbook
6
+ - trl
7
+ - sft
8
+ - TensorBlock
9
+ - GGUF
10
+ datasets:
11
+ - Magpie-Align/Magpie-Pro-300K-Filtered
12
+ - bigcode/self-oss-instruct-sc2-exec-filter-50k
13
+ - teknium/OpenHermes-2.5
14
+ - HuggingFaceTB/everyday-conversations-llama3.1-2k
15
+ library_name: transformers
16
+ language:
17
+ - en
18
+ ---
19
+
20
+ <div style="width: auto; margin-left: auto; margin-right: auto">
21
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
22
+ </div>
23
+ <div style="display: flex; justify-content: space-between; width: 100%;">
24
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
25
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
26
+ 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>
27
+ </p>
28
+ </div>
29
+ </div>
30
+
31
+ ## HuggingFaceTB/SmolLM-135M-Instruct - GGUF
32
+
33
+ This repo contains GGUF format model files for [HuggingFaceTB/SmolLM-135M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM-135M-Instruct).
34
+
35
+ 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).
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+ <|im_start|>system
41
+ {system_prompt}<|im_end|>
42
+ <|im_start|>user
43
+ {prompt}<|im_end|>
44
+ <|im_start|>assistant
45
+ ```
46
+
47
+ ## Model file specification
48
+
49
+ | Filename | Quant type | File Size | Description |
50
+ | -------- | ---------- | --------- | ----------- |
51
+ | [SmolLM-135M-Instruct-Q2_K.gguf](https://huggingface.co/tensorblock/SmolLM-135M-Instruct-GGUF/tree/main/SmolLM-135M-Instruct-Q2_K.gguf) | Q2_K | 0.082 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [SmolLM-135M-Instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-135M-Instruct-GGUF/tree/main/SmolLM-135M-Instruct-Q3_K_S.gguf) | Q3_K_S | 0.082 GB | very small, high quality loss |
53
+ | [SmolLM-135M-Instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-135M-Instruct-GGUF/tree/main/SmolLM-135M-Instruct-Q3_K_M.gguf) | Q3_K_M | 0.087 GB | very small, high quality loss |
54
+ | [SmolLM-135M-Instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolLM-135M-Instruct-GGUF/tree/main/SmolLM-135M-Instruct-Q3_K_L.gguf) | Q3_K_L | 0.091 GB | small, substantial quality loss |
55
+ | [SmolLM-135M-Instruct-Q4_0.gguf](https://huggingface.co/tensorblock/SmolLM-135M-Instruct-GGUF/tree/main/SmolLM-135M-Instruct-Q4_0.gguf) | Q4_0 | 0.085 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [SmolLM-135M-Instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-135M-Instruct-GGUF/tree/main/SmolLM-135M-Instruct-Q4_K_S.gguf) | Q4_K_S | 0.095 GB | small, greater quality loss |
57
+ | [SmolLM-135M-Instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-135M-Instruct-GGUF/tree/main/SmolLM-135M-Instruct-Q4_K_M.gguf) | Q4_K_M | 0.098 GB | medium, balanced quality - recommended |
58
+ | [SmolLM-135M-Instruct-Q5_0.gguf](https://huggingface.co/tensorblock/SmolLM-135M-Instruct-GGUF/tree/main/SmolLM-135M-Instruct-Q5_0.gguf) | Q5_0 | 0.098 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [SmolLM-135M-Instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolLM-135M-Instruct-GGUF/tree/main/SmolLM-135M-Instruct-Q5_K_S.gguf) | Q5_K_S | 0.102 GB | large, low quality loss - recommended |
60
+ | [SmolLM-135M-Instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolLM-135M-Instruct-GGUF/tree/main/SmolLM-135M-Instruct-Q5_K_M.gguf) | Q5_K_M | 0.104 GB | large, very low quality loss - recommended |
61
+ | [SmolLM-135M-Instruct-Q6_K.gguf](https://huggingface.co/tensorblock/SmolLM-135M-Instruct-GGUF/tree/main/SmolLM-135M-Instruct-Q6_K.gguf) | Q6_K | 0.129 GB | very large, extremely low quality loss |
62
+ | [SmolLM-135M-Instruct-Q8_0.gguf](https://huggingface.co/tensorblock/SmolLM-135M-Instruct-GGUF/tree/main/SmolLM-135M-Instruct-Q8_0.gguf) | Q8_0 | 0.135 GB | very large, extremely low quality loss - not recommended |
63
+
64
+
65
+ ## Downloading instruction
66
+
67
+ ### Command line
68
+
69
+ Firstly, install Huggingface Client
70
+
71
+ ```shell
72
+ pip install -U "huggingface_hub[cli]"
73
+ ```
74
+
75
+ Then, downoad the individual model file the a local directory
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/SmolLM-135M-Instruct-GGUF --include "SmolLM-135M-Instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
79
+ ```
80
+
81
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/SmolLM-135M-Instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
SmolLM-135M-Instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8056fd43efa042fd2bd111bbd2d689cfd63c146cff08903e787490c3ee6406d
3
+ size 88202176
SmolLM-135M-Instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfa068b206fc50ecb41582abc8f488a6ee7b2e51346b9098b906387e5c9a95e0
3
+ size 97533376
SmolLM-135M-Instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ed277e0691891c21660b701debac177cf176cc197ba303f03d25a26cd5bf1aa
3
+ size 93510592
SmolLM-135M-Instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8409ff470dc01adb92233741c234b557d4b329912cccc3bf0964c739ec62f6f3
3
+ size 88202176
SmolLM-135M-Instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c536cf10d0ec05f148629ff0b0ccc24dbd31d233ddea3b306be83384c08e78e
3
+ size 91727296
SmolLM-135M-Instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef2df036447cd103f23c963533242a68e2d3db0ae38cda05c77d22aead9a78f8
3
+ size 105454528
SmolLM-135M-Instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9255b58b012364e1e04f31395554a7f0554ca831f85b77c8350e98b2fe5d4153
3
+ size 102040000
SmolLM-135M-Instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92fad35ffe9b778f88f8f735e7f162a705f6730791e47f2df7ee1d6a01eb243f
3
+ size 104998336
SmolLM-135M-Instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5323a318a83ab7aa5afd88f6337a7bc526095e1c416f313397c7ee64fdcef431
3
+ size 112103872
SmolLM-135M-Instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a2d1183240db8399076bb5d79476f7b0e31746f09357f1ee89200ec4808e1ba
3
+ size 109974976
SmolLM-135M-Instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b23af52eb0c09bc34515f9665baca310dbe6bf0ecf42c213cb72030e49d1cc85
3
+ size 138383296
SmolLM-135M-Instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aad4227ce5ad0d27bd55814eb60ab71c1567177a8fb40f35eddf8f00c7021c2d
3
+ size 144811456