morriszms commited on
Commit
2d4edac
·
verified ·
1 Parent(s): 5f962af

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-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ semcoder-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ semcoder-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ semcoder-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ semcoder-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ semcoder-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ semcoder-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ semcoder-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ semcoder-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ semcoder-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ semcoder-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ semcoder-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
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 - GGUF
21
+
22
+ This repo contains GGUF format model files for [semcoder/semcoder](https://huggingface.co/semcoder/semcoder).
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-Q2_K.gguf](https://huggingface.co/tensorblock/semcoder-GGUF/blob/main/semcoder-Q2_K.gguf) | Q2_K | 2.535 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [semcoder-Q3_K_S.gguf](https://huggingface.co/tensorblock/semcoder-GGUF/blob/main/semcoder-Q3_K_S.gguf) | Q3_K_S | 2.950 GB | very small, high quality loss |
44
+ | [semcoder-Q3_K_M.gguf](https://huggingface.co/tensorblock/semcoder-GGUF/blob/main/semcoder-Q3_K_M.gguf) | Q3_K_M | 3.300 GB | very small, high quality loss |
45
+ | [semcoder-Q3_K_L.gguf](https://huggingface.co/tensorblock/semcoder-GGUF/blob/main/semcoder-Q3_K_L.gguf) | Q3_K_L | 3.599 GB | small, substantial quality loss |
46
+ | [semcoder-Q4_0.gguf](https://huggingface.co/tensorblock/semcoder-GGUF/blob/main/semcoder-Q4_0.gguf) | Q4_0 | 3.828 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [semcoder-Q4_K_S.gguf](https://huggingface.co/tensorblock/semcoder-GGUF/blob/main/semcoder-Q4_K_S.gguf) | Q4_K_S | 3.859 GB | small, greater quality loss |
48
+ | [semcoder-Q4_K_M.gguf](https://huggingface.co/tensorblock/semcoder-GGUF/blob/main/semcoder-Q4_K_M.gguf) | Q4_K_M | 4.083 GB | medium, balanced quality - recommended |
49
+ | [semcoder-Q5_0.gguf](https://huggingface.co/tensorblock/semcoder-GGUF/blob/main/semcoder-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [semcoder-Q5_K_S.gguf](https://huggingface.co/tensorblock/semcoder-GGUF/blob/main/semcoder-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
51
+ | [semcoder-Q5_K_M.gguf](https://huggingface.co/tensorblock/semcoder-GGUF/blob/main/semcoder-Q5_K_M.gguf) | Q5_K_M | 4.785 GB | large, very low quality loss - recommended |
52
+ | [semcoder-Q6_K.gguf](https://huggingface.co/tensorblock/semcoder-GGUF/blob/main/semcoder-Q6_K.gguf) | Q6_K | 5.531 GB | very large, extremely low quality loss |
53
+ | [semcoder-Q8_0.gguf](https://huggingface.co/tensorblock/semcoder-GGUF/blob/main/semcoder-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-GGUF --include "semcoder-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-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
semcoder-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32aeae302015e992705efd30679da0845bcae5a5a4c18b29b0db9077ba275065
3
+ size 2534500544
semcoder-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b5e75ee601ad8a11ae3b15ea250d7917277a8d5824a6f02018512587782634a
3
+ size 3598854336
semcoder-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ba67f930b2a9639f6d39df43ae0d25a4a92b8eda30d4e4599c828f2cc5b0466
3
+ size 3299748032
semcoder-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:813201df17d44c5530430485489280b6c44d3ae30796ce6383075a37b8b90f6e
3
+ size 2950047936
semcoder-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3486f062686dac2ab6159f4b68589c725d19e53b4673e658f98da8f28cdc6be
3
+ size 3827689664
semcoder-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5206919f7016354a2cf457f19845818d88a96cf8af6fecf44875ed39ea5026ad
3
+ size 4082886848
semcoder-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c7a3be93c731b899f1d23b0ff72208b48982ebae4f12dd1dcd4e6d415855ba3
3
+ size 3858622656
semcoder-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aab1b8a1d4a6325ee4777827431d053306961f481b7d6824a1e57d71935e83f1
3
+ size 4653705408
semcoder-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18a457d71810ee3c1afb7c3d50bcb27abc3e44e5291cd17919635c1c10e201c0
3
+ size 4785170624
semcoder-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92dd266873088eef8af55f43f78d0b75422385d55322ec2635302b0be9230164
3
+ size 4653705408
semcoder-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:536d6527d647ec641042534e236caf36033f8700e38f3695870a7be114591145
3
+ size 5531347136
semcoder-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54f2be84b1cc98803c2a5368151e699406185f781af05385790060870fc6319d
3
+ size 7163750592