morriszms commited on
Commit
f86ca17
·
verified ·
1 Parent(s): 9600d20

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
+ tiny-random-stablelm-2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ tiny-random-stablelm-2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ tiny-random-stablelm-2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ tiny-random-stablelm-2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ tiny-random-stablelm-2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ tiny-random-stablelm-2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ tiny-random-stablelm-2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ tiny-random-stablelm-2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ tiny-random-stablelm-2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ tiny-random-stablelm-2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ tiny-random-stablelm-2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ tiny-random-stablelm-2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: stabilityai/tiny-random-stablelm-2
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## stabilityai/tiny-random-stablelm-2 - GGUF
20
+
21
+ This repo contains GGUF format model files for [stabilityai/tiny-random-stablelm-2](https://huggingface.co/stabilityai/tiny-random-stablelm-2).
22
+
23
+ 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).
24
+
25
+ <div style="text-align: left; margin: 20px 0;">
26
+ <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;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [tiny-random-stablelm-2-Q2_K.gguf](https://huggingface.co/tensorblock/tiny-random-stablelm-2-GGUF/blob/main/tiny-random-stablelm-2-Q2_K.gguf) | Q2_K | 0.071 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [tiny-random-stablelm-2-Q3_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-stablelm-2-GGUF/blob/main/tiny-random-stablelm-2-Q3_K_S.gguf) | Q3_K_S | 0.078 GB | very small, high quality loss |
43
+ | [tiny-random-stablelm-2-Q3_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-stablelm-2-GGUF/blob/main/tiny-random-stablelm-2-Q3_K_M.gguf) | Q3_K_M | 0.079 GB | very small, high quality loss |
44
+ | [tiny-random-stablelm-2-Q3_K_L.gguf](https://huggingface.co/tensorblock/tiny-random-stablelm-2-GGUF/blob/main/tiny-random-stablelm-2-Q3_K_L.gguf) | Q3_K_L | 0.080 GB | small, substantial quality loss |
45
+ | [tiny-random-stablelm-2-Q4_0.gguf](https://huggingface.co/tensorblock/tiny-random-stablelm-2-GGUF/blob/main/tiny-random-stablelm-2-Q4_0.gguf) | Q4_0 | 0.088 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [tiny-random-stablelm-2-Q4_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-stablelm-2-GGUF/blob/main/tiny-random-stablelm-2-Q4_K_S.gguf) | Q4_K_S | 0.088 GB | small, greater quality loss |
47
+ | [tiny-random-stablelm-2-Q4_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-stablelm-2-GGUF/blob/main/tiny-random-stablelm-2-Q4_K_M.gguf) | Q4_K_M | 0.089 GB | medium, balanced quality - recommended |
48
+ | [tiny-random-stablelm-2-Q5_0.gguf](https://huggingface.co/tensorblock/tiny-random-stablelm-2-GGUF/blob/main/tiny-random-stablelm-2-Q5_0.gguf) | Q5_0 | 0.098 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [tiny-random-stablelm-2-Q5_K_S.gguf](https://huggingface.co/tensorblock/tiny-random-stablelm-2-GGUF/blob/main/tiny-random-stablelm-2-Q5_K_S.gguf) | Q5_K_S | 0.098 GB | large, low quality loss - recommended |
50
+ | [tiny-random-stablelm-2-Q5_K_M.gguf](https://huggingface.co/tensorblock/tiny-random-stablelm-2-GGUF/blob/main/tiny-random-stablelm-2-Q5_K_M.gguf) | Q5_K_M | 0.098 GB | large, very low quality loss - recommended |
51
+ | [tiny-random-stablelm-2-Q6_K.gguf](https://huggingface.co/tensorblock/tiny-random-stablelm-2-GGUF/blob/main/tiny-random-stablelm-2-Q6_K.gguf) | Q6_K | 0.108 GB | very large, extremely low quality loss |
52
+ | [tiny-random-stablelm-2-Q8_0.gguf](https://huggingface.co/tensorblock/tiny-random-stablelm-2-GGUF/blob/main/tiny-random-stablelm-2-Q8_0.gguf) | Q8_0 | 0.138 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/tiny-random-stablelm-2-GGUF --include "tiny-random-stablelm-2-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/tiny-random-stablelm-2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
tiny-random-stablelm-2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f838d275618ea4ddf8f2a91c84a601774f720c015713d43b0355c2d53ed1ce5
3
+ size 71498240
tiny-random-stablelm-2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c308b6dcdfdded965c1cb88745ba2e23cfe18628a79a3e5fdec3e91da514a8ba
3
+ size 80488960
tiny-random-stablelm-2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ff152804db4f4d019d178cc6563781f356451ce9aee1c78c2b7fcec6b550bbb
3
+ size 79391232
tiny-random-stablelm-2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:075de04a526f69f9f721b57447ab25751b12243873c2f30c88f878112abb8680
3
+ size 78191104
tiny-random-stablelm-2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e925373b1c3d7a74eb3ef3e3243c71b7a9e080adfeeb82e9503ab7a026fcc88
3
+ size 88218112
tiny-random-stablelm-2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5092606958a25f9beaf5cd536934584f40769762e51cc4803d44b6b4006bf48
3
+ size 89096704
tiny-random-stablelm-2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90a4b0aae01fb17a298a31f1e90ebdc80d6db68b95230b5770f2588d955cb369
3
+ size 88349184
tiny-random-stablelm-2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c47f229431a04076cd21a3d6ce8c4e40038bf4b123478498342f0d4c1ac1688
3
+ size 97655296
tiny-random-stablelm-2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98d9393551dc6d6a6440e4acc2e13d528dfc9173ea7b2bea9fac74f6074cd9b8
3
+ size 98107904
tiny-random-stablelm-2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:289b97e222fe84fd1925d467b153a14448e8b305ba6d3d5d92ba8f18bdb1421f
3
+ size 97655296
tiny-random-stablelm-2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0764c9136602d3e49dce099bb6175112ae88d0386c418c0437da2197bf88cdf
3
+ size 107682304
tiny-random-stablelm-2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a442b15a80141b02ea4cb85e84ff04223007cffa9e2a2dd1720d7e834523a4e9
3
+ size 138410496