morriszms commited on
Commit
5ac9e3c
1 Parent(s): e9b69f7

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-1.7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SmolLM2-1.7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SmolLM2-1.7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SmolLM2-1.7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SmolLM2-1.7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SmolLM2-1.7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SmolLM2-1.7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SmolLM2-1.7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SmolLM2-1.7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SmolLM2-1.7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SmolLM2-1.7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SmolLM2-1.7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/SmolLM2-1.7B
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-1.7B - GGUF
27
+
28
+ This repo contains GGUF format model files for [unsloth/SmolLM2-1.7B](https://huggingface.co/unsloth/SmolLM2-1.7B).
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-1.7B-Q2_K.gguf](https://huggingface.co/tensorblock/SmolLM2-1.7B-GGUF/blob/main/SmolLM2-1.7B-Q2_K.gguf) | Q2_K | 0.675 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [SmolLM2-1.7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-1.7B-GGUF/blob/main/SmolLM2-1.7B-Q3_K_S.gguf) | Q3_K_S | 0.777 GB | very small, high quality loss |
50
+ | [SmolLM2-1.7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-1.7B-GGUF/blob/main/SmolLM2-1.7B-Q3_K_M.gguf) | Q3_K_M | 0.860 GB | very small, high quality loss |
51
+ | [SmolLM2-1.7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolLM2-1.7B-GGUF/blob/main/SmolLM2-1.7B-Q3_K_L.gguf) | Q3_K_L | 0.933 GB | small, substantial quality loss |
52
+ | [SmolLM2-1.7B-Q4_0.gguf](https://huggingface.co/tensorblock/SmolLM2-1.7B-GGUF/blob/main/SmolLM2-1.7B-Q4_0.gguf) | Q4_0 | 0.991 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [SmolLM2-1.7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-1.7B-GGUF/blob/main/SmolLM2-1.7B-Q4_K_S.gguf) | Q4_K_S | 0.999 GB | small, greater quality loss |
54
+ | [SmolLM2-1.7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-1.7B-GGUF/blob/main/SmolLM2-1.7B-Q4_K_M.gguf) | Q4_K_M | 1.056 GB | medium, balanced quality - recommended |
55
+ | [SmolLM2-1.7B-Q5_0.gguf](https://huggingface.co/tensorblock/SmolLM2-1.7B-GGUF/blob/main/SmolLM2-1.7B-Q5_0.gguf) | Q5_0 | 1.192 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [SmolLM2-1.7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-1.7B-GGUF/blob/main/SmolLM2-1.7B-Q5_K_S.gguf) | Q5_K_S | 1.192 GB | large, low quality loss - recommended |
57
+ | [SmolLM2-1.7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-1.7B-GGUF/blob/main/SmolLM2-1.7B-Q5_K_M.gguf) | Q5_K_M | 1.225 GB | large, very low quality loss - recommended |
58
+ | [SmolLM2-1.7B-Q6_K.gguf](https://huggingface.co/tensorblock/SmolLM2-1.7B-GGUF/blob/main/SmolLM2-1.7B-Q6_K.gguf) | Q6_K | 1.406 GB | very large, extremely low quality loss |
59
+ | [SmolLM2-1.7B-Q8_0.gguf](https://huggingface.co/tensorblock/SmolLM2-1.7B-GGUF/blob/main/SmolLM2-1.7B-Q8_0.gguf) | Q8_0 | 1.820 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-1.7B-GGUF --include "SmolLM2-1.7B-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-1.7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
SmolLM2-1.7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b2c556bc5bc92ef3d0a3a247f49aa5ac34abec1ecd1aa433d1b9d575f6050cc
3
+ size 674584800
SmolLM2-1.7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8b7f9644559f15bc60c79fa79ffad930ca7968a7135a495bfa0901df333a05ec
3
+ size 932534496
SmolLM2-1.7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4be55d250ee1b61e2689afe07377438b2c1fd18257adbb801f691d278a6c15c4
3
+ size 860182752
SmolLM2-1.7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccc1a2f9d99bf9855af7e09569b43881c16a5e482c9443ea31ac4e40e519a82e
3
+ size 776820960
SmolLM2-1.7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edf6b889416e9ff5f9ec25bfa8f4f2480e48773929428d2ba62b2bf86584683d
3
+ size 990730464
SmolLM2-1.7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6ed9843cf88281509da062c32eab3f1f65c82fe0f621317d10f98a709dcc04d
3
+ size 1055611104
SmolLM2-1.7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac24c0663b957c3c89b578220350277bb7a239aaf16bdf443f8a3770a6d81860
3
+ size 999119072
SmolLM2-1.7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6f39380e5259e52a383ead213ac4fdd941a7c547fa51ad190206bc3acba80bf5
3
+ size 1192057056
SmolLM2-1.7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5bad0ff5d81884892cefc78b435991da9026cd8a813aacd15c0cd0198ac587a
3
+ size 1225480416
SmolLM2-1.7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83aa3f6c1a57f76467dac2cc113d3f9e9941c385da5d843299907b512acfbf28
3
+ size 1192057056
SmolLM2-1.7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ebd8a85358aa92f6ce6b8e4d051938948a8256434acd5fd22e32ec14c586fab0
3
+ size 1405966560
SmolLM2-1.7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a32cc79629f84f69438fd2dfb1edd77bcd7516b9bf04a7608fee1f8b12763d48
3
+ size 1820416704