morriszms commited on
Commit
5a9ac9f
·
verified ·
1 Parent(s): a6ed1d8

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
+ stablecode-completion-alpha-3b-4k-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ stablecode-completion-alpha-3b-4k-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ stablecode-completion-alpha-3b-4k-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ stablecode-completion-alpha-3b-4k-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ stablecode-completion-alpha-3b-4k-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ stablecode-completion-alpha-3b-4k-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ stablecode-completion-alpha-3b-4k-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ stablecode-completion-alpha-3b-4k-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ stablecode-completion-alpha-3b-4k-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ stablecode-completion-alpha-3b-4k-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ stablecode-completion-alpha-3b-4k-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ stablecode-completion-alpha-3b-4k-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - bigcode/starcoderdata
4
+ language:
5
+ - code
6
+ tags:
7
+ - causal-lm
8
+ - TensorBlock
9
+ - GGUF
10
+ license: apache-2.0
11
+ base_model: stabilityai/stablecode-completion-alpha-3b-4k
12
+ model-index:
13
+ - name: stabilityai/stablecode-completion-alpha-3b-4k
14
+ results:
15
+ - task:
16
+ type: text-generation
17
+ dataset:
18
+ name: HumanEval
19
+ type: openai_humaneval
20
+ metrics:
21
+ - type: pass@1
22
+ value: 0.1768
23
+ name: pass@1
24
+ verified: false
25
+ - type: pass@10
26
+ value: 0.2701
27
+ name: pass@10
28
+ verified: false
29
+ ---
30
+
31
+ <div style="width: auto; margin-left: auto; margin-right: auto">
32
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
33
+ </div>
34
+ <div style="display: flex; justify-content: space-between; width: 100%;">
35
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
36
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
37
+ 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>
38
+ </p>
39
+ </div>
40
+ </div>
41
+
42
+ ## stabilityai/stablecode-completion-alpha-3b-4k - GGUF
43
+
44
+ This repo contains GGUF format model files for [stabilityai/stablecode-completion-alpha-3b-4k](https://huggingface.co/stabilityai/stablecode-completion-alpha-3b-4k).
45
+
46
+ 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).
47
+
48
+ <div style="text-align: left; margin: 20px 0;">
49
+ <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;">
50
+ Run them on the TensorBlock client using your local machine ↗
51
+ </a>
52
+ </div>
53
+
54
+ ## Prompt template
55
+
56
+ ```
57
+
58
+ ```
59
+
60
+ ## Model file specification
61
+
62
+ | Filename | Quant type | File Size | Description |
63
+ | -------- | ---------- | --------- | ----------- |
64
+ | [stablecode-completion-alpha-3b-4k-Q2_K.gguf](https://huggingface.co/tensorblock/stablecode-completion-alpha-3b-4k-GGUF/blob/main/stablecode-completion-alpha-3b-4k-Q2_K.gguf) | Q2_K | 1.008 GB | smallest, significant quality loss - not recommended for most purposes |
65
+ | [stablecode-completion-alpha-3b-4k-Q3_K_S.gguf](https://huggingface.co/tensorblock/stablecode-completion-alpha-3b-4k-GGUF/blob/main/stablecode-completion-alpha-3b-4k-Q3_K_S.gguf) | Q3_K_S | 1.159 GB | very small, high quality loss |
66
+ | [stablecode-completion-alpha-3b-4k-Q3_K_M.gguf](https://huggingface.co/tensorblock/stablecode-completion-alpha-3b-4k-GGUF/blob/main/stablecode-completion-alpha-3b-4k-Q3_K_M.gguf) | Q3_K_M | 1.373 GB | very small, high quality loss |
67
+ | [stablecode-completion-alpha-3b-4k-Q3_K_L.gguf](https://huggingface.co/tensorblock/stablecode-completion-alpha-3b-4k-GGUF/blob/main/stablecode-completion-alpha-3b-4k-Q3_K_L.gguf) | Q3_K_L | 1.489 GB | small, substantial quality loss |
68
+ | [stablecode-completion-alpha-3b-4k-Q4_0.gguf](https://huggingface.co/tensorblock/stablecode-completion-alpha-3b-4k-GGUF/blob/main/stablecode-completion-alpha-3b-4k-Q4_0.gguf) | Q4_0 | 1.486 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
69
+ | [stablecode-completion-alpha-3b-4k-Q4_K_S.gguf](https://huggingface.co/tensorblock/stablecode-completion-alpha-3b-4k-GGUF/blob/main/stablecode-completion-alpha-3b-4k-Q4_K_S.gguf) | Q4_K_S | 1.498 GB | small, greater quality loss |
70
+ | [stablecode-completion-alpha-3b-4k-Q4_K_M.gguf](https://huggingface.co/tensorblock/stablecode-completion-alpha-3b-4k-GGUF/blob/main/stablecode-completion-alpha-3b-4k-Q4_K_M.gguf) | Q4_K_M | 1.660 GB | medium, balanced quality - recommended |
71
+ | [stablecode-completion-alpha-3b-4k-Q5_0.gguf](https://huggingface.co/tensorblock/stablecode-completion-alpha-3b-4k-GGUF/blob/main/stablecode-completion-alpha-3b-4k-Q5_0.gguf) | Q5_0 | 1.794 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
72
+ | [stablecode-completion-alpha-3b-4k-Q5_K_S.gguf](https://huggingface.co/tensorblock/stablecode-completion-alpha-3b-4k-GGUF/blob/main/stablecode-completion-alpha-3b-4k-Q5_K_S.gguf) | Q5_K_S | 1.794 GB | large, low quality loss - recommended |
73
+ | [stablecode-completion-alpha-3b-4k-Q5_K_M.gguf](https://huggingface.co/tensorblock/stablecode-completion-alpha-3b-4k-GGUF/blob/main/stablecode-completion-alpha-3b-4k-Q5_K_M.gguf) | Q5_K_M | 1.923 GB | large, very low quality loss - recommended |
74
+ | [stablecode-completion-alpha-3b-4k-Q6_K.gguf](https://huggingface.co/tensorblock/stablecode-completion-alpha-3b-4k-GGUF/blob/main/stablecode-completion-alpha-3b-4k-Q6_K.gguf) | Q6_K | 2.120 GB | very large, extremely low quality loss |
75
+ | [stablecode-completion-alpha-3b-4k-Q8_0.gguf](https://huggingface.co/tensorblock/stablecode-completion-alpha-3b-4k-GGUF/blob/main/stablecode-completion-alpha-3b-4k-Q8_0.gguf) | Q8_0 | 2.745 GB | very large, extremely low quality loss - not recommended |
76
+
77
+
78
+ ## Downloading instruction
79
+
80
+ ### Command line
81
+
82
+ Firstly, install Huggingface Client
83
+
84
+ ```shell
85
+ pip install -U "huggingface_hub[cli]"
86
+ ```
87
+
88
+ Then, downoad the individual model file the a local directory
89
+
90
+ ```shell
91
+ huggingface-cli download tensorblock/stablecode-completion-alpha-3b-4k-GGUF --include "stablecode-completion-alpha-3b-4k-Q2_K.gguf" --local-dir MY_LOCAL_DIR
92
+ ```
93
+
94
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
95
+
96
+ ```shell
97
+ huggingface-cli download tensorblock/stablecode-completion-alpha-3b-4k-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
98
+ ```
stablecode-completion-alpha-3b-4k-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8620b02ec0e74154ddc4bcc16c7ed85fc2987c2231938a6f1282720cd22861f
3
+ size 1082778208
stablecode-completion-alpha-3b-4k-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8b9cf9896b5c967895d28928532195d4ef6c8394843be54d8a11d69c3e2edb2
3
+ size 1598546528
stablecode-completion-alpha-3b-4k-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c55b87bb3c0c9553d1ed8957eb04acffbb4ebfbdb56fa06747236514c746a37
3
+ size 1474028128
stablecode-completion-alpha-3b-4k-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b25310a616f43a86f84f49012fa4d855a287a323ceb740462d512e4543b0d37
3
+ size 1244652128
stablecode-completion-alpha-3b-4k-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90e8a5f7a8f9dfb3a2e966b20b648c064ffedb07a3e821359d7b433a3840ecf2
3
+ size 1595597408
stablecode-completion-alpha-3b-4k-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af2bb785ba064b5344a77640fd90fb145f03fbf9c63498efc9936d1eab911bb0
3
+ size 1782375008
stablecode-completion-alpha-3b-4k-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b408018f3f80d9f46d91ffc502cea44e5614bc98d4e21bbbb6fa691f58d1419d
3
+ size 1608704608
stablecode-completion-alpha-3b-4k-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:805d93e792ed4723f1304e9151da23a257d4b98f78e5b445fbc7d1663523b4f6
3
+ size 1925898848
stablecode-completion-alpha-3b-4k-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11efa24a79c760bd61e82fb96cde6b5c5d5cc462844b172b15470302f3a950ce
3
+ size 2065162848
stablecode-completion-alpha-3b-4k-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24e6e89bf92b3190f7af9c659294f0d0577c40481b4d65efe98e78af13ee7985
3
+ size 1925898848
stablecode-completion-alpha-3b-4k-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3efe6e13d7d3550253bfe4e49536cf3295891dc5dc1ce165adaa3faa0bf336a
3
+ size 2276844128
stablecode-completion-alpha-3b-4k-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf805593ad861f86f880d6a7faae548cb2daead7968fe7ebc6e74c348e45818e
3
+ size 2947277408