morriszms commited on
Commit
0c166ec
·
verified ·
1 Parent(s): cffe436

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
+ WizardCoder-Python-13B-LoRa-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ WizardCoder-Python-13B-LoRa-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ WizardCoder-Python-13B-LoRa-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ WizardCoder-Python-13B-LoRa-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ WizardCoder-Python-13B-LoRa-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ WizardCoder-Python-13B-LoRa-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ WizardCoder-Python-13B-LoRa-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ WizardCoder-Python-13B-LoRa-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ WizardCoder-Python-13B-LoRa-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ WizardCoder-Python-13B-LoRa-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ WizardCoder-Python-13B-LoRa-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ WizardCoder-Python-13B-LoRa-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: yeontaek/WizardCoder-Python-13B-LoRa
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## yeontaek/WizardCoder-Python-13B-LoRa - GGUF
20
+
21
+ This repo contains GGUF format model files for [yeontaek/WizardCoder-Python-13B-LoRa](https://huggingface.co/yeontaek/WizardCoder-Python-13B-LoRa).
22
+
23
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5165](https://github.com/ggml-org/llama.cpp/commit/1d735c0b4fa0551c51c2f4ac888dd9a01f447985).
24
+
25
+ ## Our projects
26
+ <table border="1" cellspacing="0" cellpadding="10">
27
+ <tr>
28
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
29
+ <th style="font-size: 25px;">TensorBlock Studio</th>
30
+ </tr>
31
+ <tr>
32
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
33
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
34
+ </tr>
35
+ <tr>
36
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
37
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
38
+ </tr>
39
+ <tr>
40
+ <th>
41
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
42
+ display: inline-block;
43
+ padding: 8px 16px;
44
+ background-color: #FF7F50;
45
+ color: white;
46
+ text-decoration: none;
47
+ border-radius: 6px;
48
+ font-weight: bold;
49
+ font-family: sans-serif;
50
+ ">👀 See what we built 👀</a>
51
+ </th>
52
+ <th>
53
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
54
+ display: inline-block;
55
+ padding: 8px 16px;
56
+ background-color: #FF7F50;
57
+ color: white;
58
+ text-decoration: none;
59
+ border-radius: 6px;
60
+ font-weight: bold;
61
+ font-family: sans-serif;
62
+ ">👀 See what we built 👀</a>
63
+ </th>
64
+ </tr>
65
+ </table>
66
+
67
+ ## Prompt template
68
+
69
+ ```
70
+ Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
71
+ ```
72
+
73
+ ## Model file specification
74
+
75
+ | Filename | Quant type | File Size | Description |
76
+ | -------- | ---------- | --------- | ----------- |
77
+ | [WizardCoder-Python-13B-LoRa-Q2_K.gguf](https://huggingface.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF/blob/main/WizardCoder-Python-13B-LoRa-Q2_K.gguf) | Q2_K | 4.854 GB | smallest, significant quality loss - not recommended for most purposes |
78
+ | [WizardCoder-Python-13B-LoRa-Q3_K_S.gguf](https://huggingface.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF/blob/main/WizardCoder-Python-13B-LoRa-Q3_K_S.gguf) | Q3_K_S | 5.659 GB | very small, high quality loss |
79
+ | [WizardCoder-Python-13B-LoRa-Q3_K_M.gguf](https://huggingface.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF/blob/main/WizardCoder-Python-13B-LoRa-Q3_K_M.gguf) | Q3_K_M | 6.338 GB | very small, high quality loss |
80
+ | [WizardCoder-Python-13B-LoRa-Q3_K_L.gguf](https://huggingface.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF/blob/main/WizardCoder-Python-13B-LoRa-Q3_K_L.gguf) | Q3_K_L | 6.930 GB | small, substantial quality loss |
81
+ | [WizardCoder-Python-13B-LoRa-Q4_0.gguf](https://huggingface.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF/blob/main/WizardCoder-Python-13B-LoRa-Q4_0.gguf) | Q4_0 | 7.366 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
82
+ | [WizardCoder-Python-13B-LoRa-Q4_K_S.gguf](https://huggingface.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF/blob/main/WizardCoder-Python-13B-LoRa-Q4_K_S.gguf) | Q4_K_S | 7.423 GB | small, greater quality loss |
83
+ | [WizardCoder-Python-13B-LoRa-Q4_K_M.gguf](https://huggingface.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF/blob/main/WizardCoder-Python-13B-LoRa-Q4_K_M.gguf) | Q4_K_M | 7.866 GB | medium, balanced quality - recommended |
84
+ | [WizardCoder-Python-13B-LoRa-Q5_0.gguf](https://huggingface.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF/blob/main/WizardCoder-Python-13B-LoRa-Q5_0.gguf) | Q5_0 | 8.972 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
85
+ | [WizardCoder-Python-13B-LoRa-Q5_K_S.gguf](https://huggingface.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF/blob/main/WizardCoder-Python-13B-LoRa-Q5_K_S.gguf) | Q5_K_S | 8.972 GB | large, low quality loss - recommended |
86
+ | [WizardCoder-Python-13B-LoRa-Q5_K_M.gguf](https://huggingface.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF/blob/main/WizardCoder-Python-13B-LoRa-Q5_K_M.gguf) | Q5_K_M | 9.230 GB | large, very low quality loss - recommended |
87
+ | [WizardCoder-Python-13B-LoRa-Q6_K.gguf](https://huggingface.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF/blob/main/WizardCoder-Python-13B-LoRa-Q6_K.gguf) | Q6_K | 10.679 GB | very large, extremely low quality loss |
88
+ | [WizardCoder-Python-13B-LoRa-Q8_0.gguf](https://huggingface.co/tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF/blob/main/WizardCoder-Python-13B-LoRa-Q8_0.gguf) | Q8_0 | 13.831 GB | very large, extremely low quality loss - not recommended |
89
+
90
+
91
+ ## Downloading instruction
92
+
93
+ ### Command line
94
+
95
+ Firstly, install Huggingface Client
96
+
97
+ ```shell
98
+ pip install -U "huggingface_hub[cli]"
99
+ ```
100
+
101
+ Then, downoad the individual model file the a local directory
102
+
103
+ ```shell
104
+ huggingface-cli download tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF --include "WizardCoder-Python-13B-LoRa-Q2_K.gguf" --local-dir MY_LOCAL_DIR
105
+ ```
106
+
107
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
108
+
109
+ ```shell
110
+ huggingface-cli download tensorblock/yeontaek_WizardCoder-Python-13B-LoRa-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
111
+ ```
WizardCoder-Python-13B-LoRa-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32e0e00b8f4d5a99a800a2e681a492f4e35ae43a967f4572906b0d2e9dbaaf73
3
+ size 4854276224
WizardCoder-Python-13B-LoRa-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9584703cc08f3dfdabc4180bdd264a585137c6649321acc88d101737de54d801
3
+ size 6929566336
WizardCoder-Python-13B-LoRa-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6f37fdd5bae2a3775833d5f434317fe8906fe08b9493eb42c79997e70d53de1
3
+ size 6337776256
WizardCoder-Python-13B-LoRa-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0ef96eb78bb47e590a83f47b3984fa5d43e01b2a3c296720f5588801fa3c24f
3
+ size 5658987136
WizardCoder-Python-13B-LoRa-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f04c8493f0217a06118d594216425992f53566a94c998e39efc566e5922c235
3
+ size 7365842208
WizardCoder-Python-13B-LoRa-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7116668c46be30bcf78b79efbe83ef9fd40f5ee256665f4525456094178b014e
3
+ size 7865963808
WizardCoder-Python-13B-LoRa-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ba1687964ecf12b2d0234f7acc21bedebb62dfa0b4d8a04c8c0f728cd47b112
3
+ size 7423186208
WizardCoder-Python-13B-LoRa-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:887d9ed4afd7b60d78a9ae5d3202e3319bc8d71da7337c58fccc9261426d92f8
3
+ size 8972294048
WizardCoder-Python-13B-LoRa-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6928e6171bcf47d6d0815e70921b2090b4b5a731a60de87ade69d369fdccad8
3
+ size 9229932448
WizardCoder-Python-13B-LoRa-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3050c81298f8740f82c4ea737e6527424a12d0e1e8d74b4abca13669a0d66c42
3
+ size 8972294048
WizardCoder-Python-13B-LoRa-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aff38a7f0b99a943875f87c05d0f4ab893af7818cce4e08462292733a4e2a42f
3
+ size 10679149152
WizardCoder-Python-13B-LoRa-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ef9e6f144124a4238a53a6aacdcd53a136fd9577c923bc009e03a9ba4ec7fdb
3
+ size 13831330784