morriszms commited on
Commit
7170ea7
·
verified ·
1 Parent(s): c691ab5

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
+ semcoder_s_1030-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ semcoder_s_1030-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ semcoder_s_1030-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ semcoder_s_1030-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ semcoder_s_1030-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ semcoder_s_1030-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ semcoder_s_1030-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ semcoder_s_1030-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ semcoder_s_1030-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ semcoder_s_1030-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ semcoder_s_1030-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ semcoder_s_1030-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ library_name: transformers
4
+ license_name: deepseek
5
+ license_link: https://github.com/deepseek-ai/DeepSeek-Coder/blob/main/LICENSE-MODEL
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: semcoder/semcoder_s_1030
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
+ ## semcoder/semcoder_s_1030 - GGUF
25
+
26
+ This repo contains GGUF format model files for [semcoder/semcoder_s_1030](https://huggingface.co/semcoder/semcoder_s_1030).
27
+
28
+ 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).
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
+ <|begin▁of▁sentence|>You are an exceptionally intelligent coding assistant that consistently delivers accurate and reliable <Code> according to <NL_Description>
40
+
41
+ <NL_Description>
42
+ {prompt}
43
+
44
+ <Code>
45
+ ```
46
+
47
+ ## Model file specification
48
+
49
+ | Filename | Quant type | File Size | Description |
50
+ | -------- | ---------- | --------- | ----------- |
51
+ | [semcoder_s_1030-Q2_K.gguf](https://huggingface.co/tensorblock/semcoder_s_1030-GGUF/blob/main/semcoder_s_1030-Q2_K.gguf) | Q2_K | 2.535 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [semcoder_s_1030-Q3_K_S.gguf](https://huggingface.co/tensorblock/semcoder_s_1030-GGUF/blob/main/semcoder_s_1030-Q3_K_S.gguf) | Q3_K_S | 2.950 GB | very small, high quality loss |
53
+ | [semcoder_s_1030-Q3_K_M.gguf](https://huggingface.co/tensorblock/semcoder_s_1030-GGUF/blob/main/semcoder_s_1030-Q3_K_M.gguf) | Q3_K_M | 3.300 GB | very small, high quality loss |
54
+ | [semcoder_s_1030-Q3_K_L.gguf](https://huggingface.co/tensorblock/semcoder_s_1030-GGUF/blob/main/semcoder_s_1030-Q3_K_L.gguf) | Q3_K_L | 3.599 GB | small, substantial quality loss |
55
+ | [semcoder_s_1030-Q4_0.gguf](https://huggingface.co/tensorblock/semcoder_s_1030-GGUF/blob/main/semcoder_s_1030-Q4_0.gguf) | Q4_0 | 3.828 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [semcoder_s_1030-Q4_K_S.gguf](https://huggingface.co/tensorblock/semcoder_s_1030-GGUF/blob/main/semcoder_s_1030-Q4_K_S.gguf) | Q4_K_S | 3.859 GB | small, greater quality loss |
57
+ | [semcoder_s_1030-Q4_K_M.gguf](https://huggingface.co/tensorblock/semcoder_s_1030-GGUF/blob/main/semcoder_s_1030-Q4_K_M.gguf) | Q4_K_M | 4.083 GB | medium, balanced quality - recommended |
58
+ | [semcoder_s_1030-Q5_0.gguf](https://huggingface.co/tensorblock/semcoder_s_1030-GGUF/blob/main/semcoder_s_1030-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [semcoder_s_1030-Q5_K_S.gguf](https://huggingface.co/tensorblock/semcoder_s_1030-GGUF/blob/main/semcoder_s_1030-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
60
+ | [semcoder_s_1030-Q5_K_M.gguf](https://huggingface.co/tensorblock/semcoder_s_1030-GGUF/blob/main/semcoder_s_1030-Q5_K_M.gguf) | Q5_K_M | 4.785 GB | large, very low quality loss - recommended |
61
+ | [semcoder_s_1030-Q6_K.gguf](https://huggingface.co/tensorblock/semcoder_s_1030-GGUF/blob/main/semcoder_s_1030-Q6_K.gguf) | Q6_K | 5.531 GB | very large, extremely low quality loss |
62
+ | [semcoder_s_1030-Q8_0.gguf](https://huggingface.co/tensorblock/semcoder_s_1030-GGUF/blob/main/semcoder_s_1030-Q8_0.gguf) | Q8_0 | 7.164 GB | very large, extremely low quality loss - not recommended |
63
+
64
+
65
+ ## Downloading instruction
66
+
67
+ ### Command line
68
+
69
+ Firstly, install Huggingface Client
70
+
71
+ ```shell
72
+ pip install -U "huggingface_hub[cli]"
73
+ ```
74
+
75
+ Then, downoad the individual model file the a local directory
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/semcoder_s_1030-GGUF --include "semcoder_s_1030-Q2_K.gguf" --local-dir MY_LOCAL_DIR
79
+ ```
80
+
81
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/semcoder_s_1030-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
semcoder_s_1030-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c20be75cf0936354f4ce609635d25210649995a0e0c62fa999e1d6c2adddfd5a
3
+ size 2534501408
semcoder_s_1030-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe34f39b0db402cfd4cc0c753f2a441900b3972fe6e6af931bbb6ae16febc857
3
+ size 3598855200
semcoder_s_1030-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77abd30b14dd0ea4ff5b36fdd912581bc537e8ba3008b0f05b083ce60948fac7
3
+ size 3299748896
semcoder_s_1030-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0307caec0cf49dbaf224d86f93e3da9f92286ef25efef921fae9e525faf25b47
3
+ size 2950048800
semcoder_s_1030-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86675f65d2d48b9e38b025256b08450f355f99b3a67a6d9e77b5c7a371d2dadd
3
+ size 3827690528
semcoder_s_1030-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df4283f84120e708a75ffdb24d8cb3c201ebb89ca1b400bc39bb27c70dcaac9b
3
+ size 4082887712
semcoder_s_1030-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6867a5863be0d4dfebc5dadbbd6b2f6459a30aae45d8127e51d31fad00f63aff
3
+ size 3858623520
semcoder_s_1030-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27f4137faba19ddf0058751811181c50bd225363c29cb5d16cacc12e0734fa47
3
+ size 4653706272
semcoder_s_1030-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48b54723ae672193264317b2f2278ac351c933555f2acaefe7a727dabf62de6f
3
+ size 4785171488
semcoder_s_1030-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:049533deaf2a313c3d230401c6a7fcaaf1322283b9a6c80dcbf6a41cafe0bfca
3
+ size 4653706272
semcoder_s_1030-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd593b141088e010a16d4651ebb79e2cbad20575ff8c734ce864f63fb4311083
3
+ size 5531348000
semcoder_s_1030-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6642eeffdb424ccf13d7bf838d4f401f565f5877269415237093e2aa58df24be
3
+ size 7163751456