Text Generation
Transformers
GGUF
code
TensorBlock
GGUF
morriszms commited on
Commit
f87aed3
·
verified ·
1 Parent(s): 8615241

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
+ opencsg-starcoder2-15b-v0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ opencsg-starcoder2-15b-v0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ opencsg-starcoder2-15b-v0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ opencsg-starcoder2-15b-v0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ opencsg-starcoder2-15b-v0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ opencsg-starcoder2-15b-v0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ opencsg-starcoder2-15b-v0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ opencsg-starcoder2-15b-v0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ opencsg-starcoder2-15b-v0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ opencsg-starcoder2-15b-v0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ opencsg-starcoder2-15b-v0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ opencsg-starcoder2-15b-v0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bigcode-openrail-m
3
+ datasets:
4
+ - bigcode/starcoderdata
5
+ - bigcode/the-stack-dedup
6
+ metrics:
7
+ - code_eval
8
+ library_name: transformers
9
+ pipeline_tag: text-generation
10
+ tags:
11
+ - code
12
+ - TensorBlock
13
+ - GGUF
14
+ base_model: opencsg/opencsg-starcoder2-15b-v0.1
15
+ ---
16
+
17
+ <div style="width: auto; margin-left: auto; margin-right: auto">
18
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
19
+ </div>
20
+ <div style="display: flex; justify-content: space-between; width: 100%;">
21
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
22
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
23
+ 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>
24
+ </p>
25
+ </div>
26
+ </div>
27
+
28
+ ## opencsg/opencsg-starcoder2-15b-v0.1 - GGUF
29
+
30
+ This repo contains GGUF format model files for [opencsg/opencsg-starcoder2-15b-v0.1](https://huggingface.co/opencsg/opencsg-starcoder2-15b-v0.1).
31
+
32
+ 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).
33
+
34
+ <div style="text-align: left; margin: 20px 0;">
35
+ <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;">
36
+ Run them on the TensorBlock client using your local machine ↗
37
+ </a>
38
+ </div>
39
+
40
+ ## Prompt template
41
+
42
+ ```
43
+
44
+ ```
45
+
46
+ ## Model file specification
47
+
48
+ | Filename | Quant type | File Size | Description |
49
+ | -------- | ---------- | --------- | ----------- |
50
+ | [opencsg-starcoder2-15b-v0.1-Q2_K.gguf](https://huggingface.co/tensorblock/opencsg-starcoder2-15b-v0.1-GGUF/blob/main/opencsg-starcoder2-15b-v0.1-Q2_K.gguf) | Q2_K | 6.193 GB | smallest, significant quality loss - not recommended for most purposes |
51
+ | [opencsg-starcoder2-15b-v0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/opencsg-starcoder2-15b-v0.1-GGUF/blob/main/opencsg-starcoder2-15b-v0.1-Q3_K_S.gguf) | Q3_K_S | 6.986 GB | very small, high quality loss |
52
+ | [opencsg-starcoder2-15b-v0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/opencsg-starcoder2-15b-v0.1-GGUF/blob/main/opencsg-starcoder2-15b-v0.1-Q3_K_M.gguf) | Q3_K_M | 8.044 GB | very small, high quality loss |
53
+ | [opencsg-starcoder2-15b-v0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/opencsg-starcoder2-15b-v0.1-GGUF/blob/main/opencsg-starcoder2-15b-v0.1-Q3_K_L.gguf) | Q3_K_L | 8.965 GB | small, substantial quality loss |
54
+ | [opencsg-starcoder2-15b-v0.1-Q4_0.gguf](https://huggingface.co/tensorblock/opencsg-starcoder2-15b-v0.1-GGUF/blob/main/opencsg-starcoder2-15b-v0.1-Q4_0.gguf) | Q4_0 | 9.065 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
55
+ | [opencsg-starcoder2-15b-v0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/opencsg-starcoder2-15b-v0.1-GGUF/blob/main/opencsg-starcoder2-15b-v0.1-Q4_K_S.gguf) | Q4_K_S | 9.161 GB | small, greater quality loss |
56
+ | [opencsg-starcoder2-15b-v0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/opencsg-starcoder2-15b-v0.1-GGUF/blob/main/opencsg-starcoder2-15b-v0.1-Q4_K_M.gguf) | Q4_K_M | 9.860 GB | medium, balanced quality - recommended |
57
+ | [opencsg-starcoder2-15b-v0.1-Q5_0.gguf](https://huggingface.co/tensorblock/opencsg-starcoder2-15b-v0.1-GGUF/blob/main/opencsg-starcoder2-15b-v0.1-Q5_0.gguf) | Q5_0 | 11.022 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
58
+ | [opencsg-starcoder2-15b-v0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/opencsg-starcoder2-15b-v0.1-GGUF/blob/main/opencsg-starcoder2-15b-v0.1-Q5_K_S.gguf) | Q5_K_S | 11.022 GB | large, low quality loss - recommended |
59
+ | [opencsg-starcoder2-15b-v0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/opencsg-starcoder2-15b-v0.1-GGUF/blob/main/opencsg-starcoder2-15b-v0.1-Q5_K_M.gguf) | Q5_K_M | 11.431 GB | large, very low quality loss - recommended |
60
+ | [opencsg-starcoder2-15b-v0.1-Q6_K.gguf](https://huggingface.co/tensorblock/opencsg-starcoder2-15b-v0.1-GGUF/blob/main/opencsg-starcoder2-15b-v0.1-Q6_K.gguf) | Q6_K | 13.101 GB | very large, extremely low quality loss |
61
+ | [opencsg-starcoder2-15b-v0.1-Q8_0.gguf](https://huggingface.co/tensorblock/opencsg-starcoder2-15b-v0.1-GGUF/blob/main/opencsg-starcoder2-15b-v0.1-Q8_0.gguf) | Q8_0 | 16.965 GB | very large, extremely low quality loss - not recommended |
62
+
63
+
64
+ ## Downloading instruction
65
+
66
+ ### Command line
67
+
68
+ Firstly, install Huggingface Client
69
+
70
+ ```shell
71
+ pip install -U "huggingface_hub[cli]"
72
+ ```
73
+
74
+ Then, downoad the individual model file the a local directory
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/opencsg-starcoder2-15b-v0.1-GGUF --include "opencsg-starcoder2-15b-v0.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
78
+ ```
79
+
80
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
81
+
82
+ ```shell
83
+ huggingface-cli download tensorblock/opencsg-starcoder2-15b-v0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
84
+ ```
opencsg-starcoder2-15b-v0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:626da388e4b956d662eea9208cb67a3f388bdf00b0b73e8dfc7325a3b9dbd00c
3
+ size 6192965504
opencsg-starcoder2-15b-v0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:932078d985736904dc7707e96e33015caff349f7eaf5d7930197bb91e2f189e5
3
+ size 8965335552
opencsg-starcoder2-15b-v0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ae071a62ef94b4851c61cb8e83ba83320c884f221acb83e127ca59ec1f5220f
3
+ size 8044423680
opencsg-starcoder2-15b-v0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1a526a4bffb05e584044c7e37af0c116bccb5070732c6740173e4dc08573b87
3
+ size 6986476032
opencsg-starcoder2-15b-v0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38a311e5b7d9a79f805e706d70743dddcd5ddf1f2e5e81b8b14d2c5de85c8962
3
+ size 9065409824
opencsg-starcoder2-15b-v0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c745f81cd2edcbb26bc324a404bc7caa32e2f00f62812b62ba7132c634c38682
3
+ size 9860197664
opencsg-starcoder2-15b-v0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e85aa0131150157e3e92e123f1d1c6b7c66d00658c7fc5d7b6a90b6899ce7e15
3
+ size 9161354528
opencsg-starcoder2-15b-v0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eded6dd056bceed268a286217ddecb69dfd47c7cda9f7e46e9294779bd06444b
3
+ size 11022053408
opencsg-starcoder2-15b-v0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d1dfc98c742a5e4090f0e88b8187f777582e314b6c2e890c071d0a70fa39008
3
+ size 11431489568
opencsg-starcoder2-15b-v0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88d913056513f76b07a007bb2ef9543001fdca56a54951f09c3466d77d03f364
3
+ size 11022053408
opencsg-starcoder2-15b-v0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee3ddb69056e050169c8c4c5cc6313693a795742e7d8d562ae0d2e0c7003e18d
3
+ size 13100987232
opencsg-starcoder2-15b-v0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8147e33cc522eb2c24c8c1b431bb7651ee5c3babdfcb69eb7b60dceba07cfaa6
3
+ size 16965123808