morriszms commited on
Commit
e6668eb
·
verified ·
1 Parent(s): 023478b

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
+ stablelm-2-1_6b-sft-full-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ stablelm-2-1_6b-sft-full-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ stablelm-2-1_6b-sft-full-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ stablelm-2-1_6b-sft-full-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ stablelm-2-1_6b-sft-full-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ stablelm-2-1_6b-sft-full-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ stablelm-2-1_6b-sft-full-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ stablelm-2-1_6b-sft-full-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ stablelm-2-1_6b-sft-full-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ stablelm-2-1_6b-sft-full-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ stablelm-2-1_6b-sft-full-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ stablelm-2-1_6b-sft-full-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ base_model: nnheui/stablelm-2-1_6b-sft-full
4
+ tags:
5
+ - alignment-handbook
6
+ - trl
7
+ - sft
8
+ - generated_from_trainer
9
+ - TensorBlock
10
+ - GGUF
11
+ datasets:
12
+ - HuggingFaceH4/ultrachat_200k
13
+ model-index:
14
+ - name: stablelm-2-1_6b-sft-full
15
+ results: []
16
+ ---
17
+
18
+ <div style="width: auto; margin-left: auto; margin-right: auto">
19
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
20
+ </div>
21
+ <div style="display: flex; justify-content: space-between; width: 100%;">
22
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
23
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
24
+ 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>
25
+ </p>
26
+ </div>
27
+ </div>
28
+
29
+ ## nnheui/stablelm-2-1_6b-sft-full - GGUF
30
+
31
+ This repo contains GGUF format model files for [nnheui/stablelm-2-1_6b-sft-full](https://huggingface.co/nnheui/stablelm-2-1_6b-sft-full).
32
+
33
+ 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).
34
+
35
+ <div style="text-align: left; margin: 20px 0;">
36
+ <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;">
37
+ Run them on the TensorBlock client using your local machine ↗
38
+ </a>
39
+ </div>
40
+
41
+ ## Prompt template
42
+
43
+ ```
44
+ <|system|>
45
+ {system_prompt}<|endoftext|>
46
+ <|user|>
47
+ {prompt}<|endoftext|>
48
+ <|assistant|>
49
+ ```
50
+
51
+ ## Model file specification
52
+
53
+ | Filename | Quant type | File Size | Description |
54
+ | -------- | ---------- | --------- | ----------- |
55
+ | [stablelm-2-1_6b-sft-full-Q2_K.gguf](https://huggingface.co/tensorblock/stablelm-2-1_6b-sft-full-GGUF/blob/main/stablelm-2-1_6b-sft-full-Q2_K.gguf) | Q2_K | 0.694 GB | smallest, significant quality loss - not recommended for most purposes |
56
+ | [stablelm-2-1_6b-sft-full-Q3_K_S.gguf](https://huggingface.co/tensorblock/stablelm-2-1_6b-sft-full-GGUF/blob/main/stablelm-2-1_6b-sft-full-Q3_K_S.gguf) | Q3_K_S | 0.792 GB | very small, high quality loss |
57
+ | [stablelm-2-1_6b-sft-full-Q3_K_M.gguf](https://huggingface.co/tensorblock/stablelm-2-1_6b-sft-full-GGUF/blob/main/stablelm-2-1_6b-sft-full-Q3_K_M.gguf) | Q3_K_M | 0.858 GB | very small, high quality loss |
58
+ | [stablelm-2-1_6b-sft-full-Q3_K_L.gguf](https://huggingface.co/tensorblock/stablelm-2-1_6b-sft-full-GGUF/blob/main/stablelm-2-1_6b-sft-full-Q3_K_L.gguf) | Q3_K_L | 0.915 GB | small, substantial quality loss |
59
+ | [stablelm-2-1_6b-sft-full-Q4_0.gguf](https://huggingface.co/tensorblock/stablelm-2-1_6b-sft-full-GGUF/blob/main/stablelm-2-1_6b-sft-full-Q4_0.gguf) | Q4_0 | 0.983 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
60
+ | [stablelm-2-1_6b-sft-full-Q4_K_S.gguf](https://huggingface.co/tensorblock/stablelm-2-1_6b-sft-full-GGUF/blob/main/stablelm-2-1_6b-sft-full-Q4_K_S.gguf) | Q4_K_S | 0.989 GB | small, greater quality loss |
61
+ | [stablelm-2-1_6b-sft-full-Q4_K_M.gguf](https://huggingface.co/tensorblock/stablelm-2-1_6b-sft-full-GGUF/blob/main/stablelm-2-1_6b-sft-full-Q4_K_M.gguf) | Q4_K_M | 1.031 GB | medium, balanced quality - recommended |
62
+ | [stablelm-2-1_6b-sft-full-Q5_0.gguf](https://huggingface.co/tensorblock/stablelm-2-1_6b-sft-full-GGUF/blob/main/stablelm-2-1_6b-sft-full-Q5_0.gguf) | Q5_0 | 1.163 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
63
+ | [stablelm-2-1_6b-sft-full-Q5_K_S.gguf](https://huggingface.co/tensorblock/stablelm-2-1_6b-sft-full-GGUF/blob/main/stablelm-2-1_6b-sft-full-Q5_K_S.gguf) | Q5_K_S | 1.163 GB | large, low quality loss - recommended |
64
+ | [stablelm-2-1_6b-sft-full-Q5_K_M.gguf](https://huggingface.co/tensorblock/stablelm-2-1_6b-sft-full-GGUF/blob/main/stablelm-2-1_6b-sft-full-Q5_K_M.gguf) | Q5_K_M | 1.188 GB | large, very low quality loss - recommended |
65
+ | [stablelm-2-1_6b-sft-full-Q6_K.gguf](https://huggingface.co/tensorblock/stablelm-2-1_6b-sft-full-GGUF/blob/main/stablelm-2-1_6b-sft-full-Q6_K.gguf) | Q6_K | 1.354 GB | very large, extremely low quality loss |
66
+ | [stablelm-2-1_6b-sft-full-Q8_0.gguf](https://huggingface.co/tensorblock/stablelm-2-1_6b-sft-full-GGUF/blob/main/stablelm-2-1_6b-sft-full-Q8_0.gguf) | Q8_0 | 1.752 GB | very large, extremely low quality loss - not recommended |
67
+
68
+
69
+ ## Downloading instruction
70
+
71
+ ### Command line
72
+
73
+ Firstly, install Huggingface Client
74
+
75
+ ```shell
76
+ pip install -U "huggingface_hub[cli]"
77
+ ```
78
+
79
+ Then, downoad the individual model file the a local directory
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/stablelm-2-1_6b-sft-full-GGUF --include "stablelm-2-1_6b-sft-full-Q2_K.gguf" --local-dir MY_LOCAL_DIR
83
+ ```
84
+
85
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
86
+
87
+ ```shell
88
+ huggingface-cli download tensorblock/stablelm-2-1_6b-sft-full-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
89
+ ```
stablelm-2-1_6b-sft-full-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8369a56e7f756e5207ad1a30fd5fcc05ec6dd2ff134677c5f5ec28026d4fc9d2
3
+ size 694162304
stablelm-2-1_6b-sft-full-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ff57945567e1441c881bc612e193b9e93f6829dc6c928b63a53c7ccbe088d1e
3
+ size 914985856
stablelm-2-1_6b-sft-full-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f15dd680a15057ec316a1540da33784bc28b8e4e38507548d0407964340720a
3
+ size 857707392
stablelm-2-1_6b-sft-full-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57434deb048365392e5208f9154a812d488f6456ca85a814357b279da399d264
3
+ size 791712640
stablelm-2-1_6b-sft-full-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e83e955f373e8fa8108fc5c642b4f02336946a7eaef1a763e21a4cf68f990d93
3
+ size 982782848
stablelm-2-1_6b-sft-full-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:708f6b362555c58208b46913282c0467ca236bae847b6cebad7d70c417f7d40e
3
+ size 1031443328
stablelm-2-1_6b-sft-full-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91d825cf4fc2ee827311ffc765eec3e6ee217aa2bafa7ebf5adfabb0f40bef1a
3
+ size 989205376
stablelm-2-1_6b-sft-full-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3aa6681ca06f0a04a499802d34f6fd158f520f34552266ea184bdc10a51c7295
3
+ size 1162613632
stablelm-2-1_6b-sft-full-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26560a494d9ecbfd621f4c7d4cb253ea4cd144637b189690c00b47f532100e1b
3
+ size 1187681152
stablelm-2-1_6b-sft-full-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e531caf028774fbb6d32e7d0f927365858ebd8ef7cab78fc6a8c6295d398a07f
3
+ size 1162613632
stablelm-2-1_6b-sft-full-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8724d7717cdf327fa7a380456563662c442d498bf436abc4adc81c15df22fef5
3
+ size 1353683840
stablelm-2-1_6b-sft-full-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:885dbac32a9d11192404ebba3dde968d36c51d27dd8fb47bd66565efe9882f87
3
+ size 1751880576