morriszms commited on
Commit
1b20d06
1 Parent(s): b5474dc

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-Instruct-FT-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ SmolLM2-360M-Instruct-FT-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ SmolLM2-360M-Instruct-FT-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ SmolLM2-360M-Instruct-FT-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ SmolLM2-360M-Instruct-FT-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ SmolLM2-360M-Instruct-FT-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ SmolLM2-360M-Instruct-FT-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ SmolLM2-360M-Instruct-FT-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ SmolLM2-360M-Instruct-FT-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ SmolLM2-360M-Instruct-FT-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ SmolLM2-360M-Instruct-FT-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ SmolLM2-360M-Instruct-FT-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ datasets:
5
+ - Vikhrmodels/GrandMaster-PRO-MAX
6
+ language:
7
+ - ru
8
+ base_model: belyakoff/SmolLM2-360M-Instruct-FT
9
+ pipeline_tag: text-generation
10
+ tags:
11
+ - rag
12
+ - TensorBlock
13
+ - GGUF
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## belyakoff/SmolLM2-360M-Instruct-FT - GGUF
28
+
29
+ This repo contains GGUF format model files for [belyakoff/SmolLM2-360M-Instruct-FT](https://huggingface.co/belyakoff/SmolLM2-360M-Instruct-FT).
30
+
31
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+ <|im_start|>system
43
+ {system_prompt}<|im_end|>
44
+ <|im_start|>user
45
+ {prompt}<|im_end|>
46
+ <|im_start|>assistant
47
+ ```
48
+
49
+ ## Model file specification
50
+
51
+ | Filename | Quant type | File Size | Description |
52
+ | -------- | ---------- | --------- | ----------- |
53
+ | [SmolLM2-360M-Instruct-FT-Q2_K.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-FT-GGUF/blob/main/SmolLM2-360M-Instruct-FT-Q2_K.gguf) | Q2_K | 0.219 GB | smallest, significant quality loss - not recommended for most purposes |
54
+ | [SmolLM2-360M-Instruct-FT-Q3_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-FT-GGUF/blob/main/SmolLM2-360M-Instruct-FT-Q3_K_S.gguf) | Q3_K_S | 0.219 GB | very small, high quality loss |
55
+ | [SmolLM2-360M-Instruct-FT-Q3_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-FT-GGUF/blob/main/SmolLM2-360M-Instruct-FT-Q3_K_M.gguf) | Q3_K_M | 0.235 GB | very small, high quality loss |
56
+ | [SmolLM2-360M-Instruct-FT-Q3_K_L.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-FT-GGUF/blob/main/SmolLM2-360M-Instruct-FT-Q3_K_L.gguf) | Q3_K_L | 0.246 GB | small, substantial quality loss |
57
+ | [SmolLM2-360M-Instruct-FT-Q4_0.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-FT-GGUF/blob/main/SmolLM2-360M-Instruct-FT-Q4_0.gguf) | Q4_0 | 0.229 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
58
+ | [SmolLM2-360M-Instruct-FT-Q4_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-FT-GGUF/blob/main/SmolLM2-360M-Instruct-FT-Q4_K_S.gguf) | Q4_K_S | 0.260 GB | small, greater quality loss |
59
+ | [SmolLM2-360M-Instruct-FT-Q4_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-FT-GGUF/blob/main/SmolLM2-360M-Instruct-FT-Q4_K_M.gguf) | Q4_K_M | 0.271 GB | medium, balanced quality - recommended |
60
+ | [SmolLM2-360M-Instruct-FT-Q5_0.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-FT-GGUF/blob/main/SmolLM2-360M-Instruct-FT-Q5_0.gguf) | Q5_0 | 0.268 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
61
+ | [SmolLM2-360M-Instruct-FT-Q5_K_S.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-FT-GGUF/blob/main/SmolLM2-360M-Instruct-FT-Q5_K_S.gguf) | Q5_K_S | 0.283 GB | large, low quality loss - recommended |
62
+ | [SmolLM2-360M-Instruct-FT-Q5_K_M.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-FT-GGUF/blob/main/SmolLM2-360M-Instruct-FT-Q5_K_M.gguf) | Q5_K_M | 0.290 GB | large, very low quality loss - recommended |
63
+ | [SmolLM2-360M-Instruct-FT-Q6_K.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-FT-GGUF/blob/main/SmolLM2-360M-Instruct-FT-Q6_K.gguf) | Q6_K | 0.367 GB | very large, extremely low quality loss |
64
+ | [SmolLM2-360M-Instruct-FT-Q8_0.gguf](https://huggingface.co/tensorblock/SmolLM2-360M-Instruct-FT-GGUF/blob/main/SmolLM2-360M-Instruct-FT-Q8_0.gguf) | Q8_0 | 0.386 GB | very large, extremely low quality loss - not recommended |
65
+
66
+
67
+ ## Downloading instruction
68
+
69
+ ### Command line
70
+
71
+ Firstly, install Huggingface Client
72
+
73
+ ```shell
74
+ pip install -U "huggingface_hub[cli]"
75
+ ```
76
+
77
+ Then, downoad the individual model file the a local directory
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/SmolLM2-360M-Instruct-FT-GGUF --include "SmolLM2-360M-Instruct-FT-Q2_K.gguf" --local-dir MY_LOCAL_DIR
81
+ ```
82
+
83
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/SmolLM2-360M-Instruct-FT-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
87
+ ```
SmolLM2-360M-Instruct-FT-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a0ff1f14c6bdb41a852328cc7d7e48f065c8d5a2b970e709c2958f2df2cb3b6
3
+ size 218674368
SmolLM2-360M-Instruct-FT-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40a6524bdae72c536e0ed807fea8765996ecbd6c6a59216d5fda835d0fa77804
3
+ size 246322368
SmolLM2-360M-Instruct-FT-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02739ac3bfb4c991d493016a114be97bf6f59deeb1b25177d7e882301b80d1d5
3
+ size 234687168
SmolLM2-360M-Instruct-FT-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:456d77141d830cbe55f141a11cb761233612fde5eb25a76d952995fc72182206
3
+ size 218674368
SmolLM2-360M-Instruct-FT-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dda6c0ea4d5f7aeab6c7ad25803692bf792404a23c5ab7e6d76681a0be221b0f
3
+ size 229119168
SmolLM2-360M-Instruct-FT-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f5b67a63015b7cf76996321ef77baff349176662b955b2ff330748109d5789b
3
+ size 270591168
SmolLM2-360M-Instruct-FT-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3dc8e700822bbdf317a44405de8dab942d6dbd0cf2fd030d6cfa3ce5995a968d
3
+ size 259915968
SmolLM2-360M-Instruct-FT-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca3794eab5921dcb0ec8dc2360f2652399229c219dcf1cdad3bbfaa1ac1118a
3
+ size 268440768
SmolLM2-360M-Instruct-FT-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53e9c6d1487aa43fd330192554a141236f5a715438402fbbb80a8de03f87ba83
3
+ size 289944768
SmolLM2-360M-Instruct-FT-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f3298e6cd02d1a133d6767560008984e648cda1a7aa8e59d85e8d09105846f
3
+ size 283186368
SmolLM2-360M-Instruct-FT-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:292600a3d08e6ccab6bd8721f796a5e11e584c02550c587b53fea77afa9ec577
3
+ size 367359168
SmolLM2-360M-Instruct-FT-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:999491665a83fff7151b94592c50ececdf407f4f3f80ad961d164627dea61ea0
3
+ size 386405568