morriszms commited on
Commit
6743ed2
1 Parent(s): 6c9349b

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
+ starcoder2-3b-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ starcoder2-3b-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ starcoder2-3b-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ starcoder2-3b-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ starcoder2-3b-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ starcoder2-3b-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ starcoder2-3b-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ starcoder2-3b-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ starcoder2-3b-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ starcoder2-3b-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ starcoder2-3b-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ starcoder2-3b-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - code
4
+ - starcoder2
5
+ - TensorBlock
6
+ - GGUF
7
+ library_name: transformers
8
+ pipeline_tag: text-generation
9
+ license: bigcode-openrail-m
10
+ base_model: TechxGenus/starcoder2-3b-instruct
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## TechxGenus/starcoder2-3b-instruct - GGUF
25
+
26
+ This repo contains GGUF format model files for [TechxGenus/starcoder2-3b-instruct](https://huggingface.co/TechxGenus/starcoder2-3b-instruct).
27
+
28
+ 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).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [starcoder2-3b-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/starcoder2-3b-instruct-GGUF/blob/main/starcoder2-3b-instruct-Q2_K.gguf) | Q2_K | 1.224 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [starcoder2-3b-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/starcoder2-3b-instruct-GGUF/blob/main/starcoder2-3b-instruct-Q3_K_S.gguf) | Q3_K_S | 1.367 GB | very small, high quality loss |
48
+ | [starcoder2-3b-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/starcoder2-3b-instruct-GGUF/blob/main/starcoder2-3b-instruct-Q3_K_M.gguf) | Q3_K_M | 1.563 GB | very small, high quality loss |
49
+ | [starcoder2-3b-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/starcoder2-3b-instruct-GGUF/blob/main/starcoder2-3b-instruct-Q3_K_L.gguf) | Q3_K_L | 1.738 GB | small, substantial quality loss |
50
+ | [starcoder2-3b-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/starcoder2-3b-instruct-GGUF/blob/main/starcoder2-3b-instruct-Q4_0.gguf) | Q4_0 | 1.749 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [starcoder2-3b-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/starcoder2-3b-instruct-GGUF/blob/main/starcoder2-3b-instruct-Q4_K_S.gguf) | Q4_K_S | 1.763 GB | small, greater quality loss |
52
+ | [starcoder2-3b-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/starcoder2-3b-instruct-GGUF/blob/main/starcoder2-3b-instruct-Q4_K_M.gguf) | Q4_K_M | 1.888 GB | medium, balanced quality - recommended |
53
+ | [starcoder2-3b-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/starcoder2-3b-instruct-GGUF/blob/main/starcoder2-3b-instruct-Q5_0.gguf) | Q5_0 | 2.109 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [starcoder2-3b-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/starcoder2-3b-instruct-GGUF/blob/main/starcoder2-3b-instruct-Q5_K_S.gguf) | Q5_K_S | 2.109 GB | large, low quality loss - recommended |
55
+ | [starcoder2-3b-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/starcoder2-3b-instruct-GGUF/blob/main/starcoder2-3b-instruct-Q5_K_M.gguf) | Q5_K_M | 2.180 GB | large, very low quality loss - recommended |
56
+ | [starcoder2-3b-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/starcoder2-3b-instruct-GGUF/blob/main/starcoder2-3b-instruct-Q6_K.gguf) | Q6_K | 2.491 GB | very large, extremely low quality loss |
57
+ | [starcoder2-3b-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/starcoder2-3b-instruct-GGUF/blob/main/starcoder2-3b-instruct-Q8_0.gguf) | Q8_0 | 3.225 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/starcoder2-3b-instruct-GGUF --include "starcoder2-3b-instruct-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/starcoder2-3b-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
starcoder2-3b-instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e05c04a6f0c162a5ce31275a5884a155219dea177c62597e1c7745b71f4c80a
3
+ size 1223505408
starcoder2-3b-instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ca81860fac1a666afb02e342a269be0c150a3f1b72b75fdb5785da98401ad10
3
+ size 1737573888
starcoder2-3b-instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8c1a889ec35b5f604c5b43e9e3e2a6190b255229c75fb11ea1cb95c57eefab1
3
+ size 1562592768
starcoder2-3b-instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7993214e2b7431164a687e36db93e570450b6b84fa6814dac6cacb6e29885d2d
3
+ size 1366537728
starcoder2-3b-instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:632135e48fa1c6e77e294022d5c6e2e31988bc831fecdd9ff976e6b2f8f5b530
3
+ size 1748817408
starcoder2-3b-instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e371ee75d4712983e5cd34fa5679dcd4b0e297f5028d66ee36f399e7653eddd8
3
+ size 1887905280
starcoder2-3b-instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ec19a462d1962f79e5870c63dd2a69659aca06c9e37232ef52e37b57e949f7b
3
+ size 1763366400
starcoder2-3b-instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d0479456f75974ec318d7a930d3fd002e40c00623857c43b425e80fe2fe40d5
3
+ size 2108610048
starcoder2-3b-instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25aa0f5967b3d6168148f2daeb10181cdce32093e1e5cb26a819138f2ddb1e54
3
+ size 2180261376
starcoder2-3b-instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f194519205917f98287a5abd465ba00cbd70b3894d2f8c7024beae5f9f1f7357
3
+ size 2108610048
starcoder2-3b-instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b84bc24d7788982c0c5a18ef9e402ab66adfd998f46c915efe8669f1b6549548
3
+ size 2490889728
starcoder2-3b-instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0f3a0f3775c887052142cebef03f23fd69ad29788f968b3420d49abb339e7c0
3
+ size 3224557056