morriszms commited on
Commit
bfb0815
·
verified ·
1 Parent(s): 1448aec

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-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ semcoder_s-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ semcoder_s-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ semcoder_s-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ semcoder_s-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ semcoder_s-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ semcoder_s-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ semcoder_s-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ semcoder_s-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ semcoder_s-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ semcoder_s-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ semcoder_s-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: semcoder/semcoder_s
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## semcoder/semcoder_s - GGUF
21
+
22
+ This repo contains GGUF format model files for [semcoder/semcoder_s](https://huggingface.co/semcoder/semcoder_s).
23
+
24
+ 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).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [semcoder_s-Q2_K.gguf](https://huggingface.co/tensorblock/semcoder_s-GGUF/blob/main/semcoder_s-Q2_K.gguf) | Q2_K | 2.535 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [semcoder_s-Q3_K_S.gguf](https://huggingface.co/tensorblock/semcoder_s-GGUF/blob/main/semcoder_s-Q3_K_S.gguf) | Q3_K_S | 2.950 GB | very small, high quality loss |
44
+ | [semcoder_s-Q3_K_M.gguf](https://huggingface.co/tensorblock/semcoder_s-GGUF/blob/main/semcoder_s-Q3_K_M.gguf) | Q3_K_M | 3.300 GB | very small, high quality loss |
45
+ | [semcoder_s-Q3_K_L.gguf](https://huggingface.co/tensorblock/semcoder_s-GGUF/blob/main/semcoder_s-Q3_K_L.gguf) | Q3_K_L | 3.599 GB | small, substantial quality loss |
46
+ | [semcoder_s-Q4_0.gguf](https://huggingface.co/tensorblock/semcoder_s-GGUF/blob/main/semcoder_s-Q4_0.gguf) | Q4_0 | 3.828 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [semcoder_s-Q4_K_S.gguf](https://huggingface.co/tensorblock/semcoder_s-GGUF/blob/main/semcoder_s-Q4_K_S.gguf) | Q4_K_S | 3.859 GB | small, greater quality loss |
48
+ | [semcoder_s-Q4_K_M.gguf](https://huggingface.co/tensorblock/semcoder_s-GGUF/blob/main/semcoder_s-Q4_K_M.gguf) | Q4_K_M | 4.083 GB | medium, balanced quality - recommended |
49
+ | [semcoder_s-Q5_0.gguf](https://huggingface.co/tensorblock/semcoder_s-GGUF/blob/main/semcoder_s-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [semcoder_s-Q5_K_S.gguf](https://huggingface.co/tensorblock/semcoder_s-GGUF/blob/main/semcoder_s-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
51
+ | [semcoder_s-Q5_K_M.gguf](https://huggingface.co/tensorblock/semcoder_s-GGUF/blob/main/semcoder_s-Q5_K_M.gguf) | Q5_K_M | 4.785 GB | large, very low quality loss - recommended |
52
+ | [semcoder_s-Q6_K.gguf](https://huggingface.co/tensorblock/semcoder_s-GGUF/blob/main/semcoder_s-Q6_K.gguf) | Q6_K | 5.531 GB | very large, extremely low quality loss |
53
+ | [semcoder_s-Q8_0.gguf](https://huggingface.co/tensorblock/semcoder_s-GGUF/blob/main/semcoder_s-Q8_0.gguf) | Q8_0 | 7.164 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/semcoder_s-GGUF --include "semcoder_s-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/semcoder_s-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
semcoder_s-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd6740455d8144c8dcb7067aeae6ce96e687a5da319842e4d99d5c37cdb953fa
3
+ size 2534500544
semcoder_s-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:631f455f21473b013f09f87afa9ff53880d2b57318ec1e70ce1cd64802bc26b1
3
+ size 3598854336
semcoder_s-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a687bca2442996bca2757ae2e8ae66caf8a0a6711b9a3e830858a1a64f70fbcf
3
+ size 3299748032
semcoder_s-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0248cb308c580d09f506025a7639a59c382d7d3c5b0af36a4926e97558bfd13f
3
+ size 2950047936
semcoder_s-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed4b2c5990328b11a5c616ccefcf87322a2d8622a3d112717c6713f8297a9751
3
+ size 3827689664
semcoder_s-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3836c477bc8a8811cb12459360cdec25f23c29b9a54a99db93728e738fbfe73
3
+ size 4082886848
semcoder_s-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:604350bd0bd040d99c4d9f8b963466bb74666cfc2f693127bb069fa5b48405d6
3
+ size 3858622656
semcoder_s-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46cff5fcf7e996ab43bff48e06e29ca45b9766efbfad724ac051044e1e6928d1
3
+ size 4653705408
semcoder_s-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52c2c60f36360059f395f2fe204c519dc3b23f4814816b6a188e43bfef9166ff
3
+ size 4785170624
semcoder_s-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4bcd494f2b200b6b96223141decea5366e8b911499746d2f2ff3c13af214fb6
3
+ size 4653705408
semcoder_s-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b9855be24dd446e83113f59ea81a7388ff7fc759c167c6213c928774e19ea3a
3
+ size 5531347136
semcoder_s-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55b6050b4b563d3549199b90a66a5f9b649f47a7b8e1c048309541dde1143c98
3
+ size 7163750592