morriszms commited on
Commit
d5f62f2
·
verified ·
1 Parent(s): 52aaa38

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
+ finetuned-4-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ finetuned-4-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ finetuned-4-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ finetuned-4-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ finetuned-4-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ finetuned-4-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ finetuned-4-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ finetuned-4-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ finetuned-4-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ finetuned-4-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ finetuned-4-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ finetuned-4-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - autotrain
4
+ - text-generation-inference
5
+ - text-generation
6
+ - peft
7
+ - TensorBlock
8
+ - GGUF
9
+ library_name: transformers
10
+ base_model: neural-coder/finetuned-4
11
+ widget:
12
+ - messages:
13
+ - role: user
14
+ content: What is your favorite condiment?
15
+ license: apache-2.0
16
+ ---
17
+
18
+ <div style="width: auto; margin-left: auto; margin-right: auto">
19
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
20
+ </div>
21
+
22
+ [![Website](https://img.shields.io/badge/Website-tensorblock.co-blue?logo=google-chrome&logoColor=white)](https://tensorblock.co)
23
+ [![Twitter](https://img.shields.io/twitter/follow/tensorblock_aoi?style=social)](https://twitter.com/tensorblock_aoi)
24
+ [![Discord](https://img.shields.io/badge/Discord-Join%20Us-5865F2?logo=discord&logoColor=white)](https://discord.gg/Ej5NmeHFf2)
25
+ [![GitHub](https://img.shields.io/badge/GitHub-TensorBlock-black?logo=github&logoColor=white)](https://github.com/TensorBlock)
26
+ [![Telegram](https://img.shields.io/badge/Telegram-Group-blue?logo=telegram)](https://t.me/TensorBlock)
27
+
28
+
29
+ ## neural-coder/finetuned-4 - GGUF
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <a href="https://discord.com/invite/Ej5NmeHFf2" style="display: inline-block; padding: 10px 20px; background-color: #5865F2; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
33
+ Join our Discord to learn more about what we're building ↗
34
+ </a>
35
+ </div>
36
+
37
+ This repo contains GGUF format model files for [neural-coder/finetuned-4](https://huggingface.co/neural-coder/finetuned-4).
38
+
39
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b5753](https://github.com/ggml-org/llama.cpp/commit/73e53dc834c0a2336cd104473af6897197b96277).
40
+
41
+ ## Our projects
42
+ <table border="1" cellspacing="0" cellpadding="10">
43
+ <tr>
44
+ <th colspan="2" style="font-size: 25px;">Forge</th>
45
+ </tr>
46
+ <tr>
47
+ <th colspan="2">
48
+ <img src="https://imgur.com/faI5UKh.jpeg" alt="Forge Project" width="900"/>
49
+ </th>
50
+ </tr>
51
+ <tr>
52
+ <th colspan="2">An OpenAI-compatible multi-provider routing layer.</th>
53
+ </tr>
54
+ <tr>
55
+ <th colspan="2">
56
+ <a href="https://github.com/TensorBlock/forge" target="_blank" style="
57
+ display: inline-block;
58
+ padding: 8px 16px;
59
+ background-color: #FF7F50;
60
+ color: white;
61
+ text-decoration: none;
62
+ border-radius: 6px;
63
+ font-weight: bold;
64
+ font-family: sans-serif;
65
+ ">🚀 Try it now! 🚀</a>
66
+ </th>
67
+ </tr>
68
+
69
+ <tr>
70
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
71
+ <th style="font-size: 25px;">TensorBlock Studio</th>
72
+ </tr>
73
+ <tr>
74
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="MCP Servers" width="450"/></th>
75
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Studio" width="450"/></th>
76
+ </tr>
77
+ <tr>
78
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
79
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
80
+ </tr>
81
+ <tr>
82
+ <th>
83
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
84
+ display: inline-block;
85
+ padding: 8px 16px;
86
+ background-color: #FF7F50;
87
+ color: white;
88
+ text-decoration: none;
89
+ border-radius: 6px;
90
+ font-weight: bold;
91
+ font-family: sans-serif;
92
+ ">👀 See what we built 👀</a>
93
+ </th>
94
+ <th>
95
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
96
+ display: inline-block;
97
+ padding: 8px 16px;
98
+ background-color: #FF7F50;
99
+ color: white;
100
+ text-decoration: none;
101
+ border-radius: 6px;
102
+ font-weight: bold;
103
+ font-family: sans-serif;
104
+ ">👀 See what we built 👀</a>
105
+ </th>
106
+ </tr>
107
+ </table>
108
+
109
+ ## Prompt template
110
+
111
+ ```
112
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
113
+
114
+ {system_prompt}
115
+ <|eot_id|><|start_header_id|>user<|end_header_id|>
116
+
117
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
118
+ ```
119
+
120
+ ## Model file specification
121
+
122
+ | Filename | Quant type | File Size | Description |
123
+ | -------- | ---------- | --------- | ----------- |
124
+ | [finetuned-4-Q2_K.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-4-GGUF/blob/main/finetuned-4-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
125
+ | [finetuned-4-Q3_K_S.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-4-GGUF/blob/main/finetuned-4-Q3_K_S.gguf) | Q3_K_S | 3.665 GB | very small, high quality loss |
126
+ | [finetuned-4-Q3_K_M.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-4-GGUF/blob/main/finetuned-4-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
127
+ | [finetuned-4-Q3_K_L.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-4-GGUF/blob/main/finetuned-4-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
128
+ | [finetuned-4-Q4_0.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-4-GGUF/blob/main/finetuned-4-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
129
+ | [finetuned-4-Q4_K_S.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-4-GGUF/blob/main/finetuned-4-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
130
+ | [finetuned-4-Q4_K_M.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-4-GGUF/blob/main/finetuned-4-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
131
+ | [finetuned-4-Q5_0.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-4-GGUF/blob/main/finetuned-4-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
132
+ | [finetuned-4-Q5_K_S.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-4-GGUF/blob/main/finetuned-4-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
133
+ | [finetuned-4-Q5_K_M.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-4-GGUF/blob/main/finetuned-4-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
134
+ | [finetuned-4-Q6_K.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-4-GGUF/blob/main/finetuned-4-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
135
+ | [finetuned-4-Q8_0.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-4-GGUF/blob/main/finetuned-4-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
136
+
137
+
138
+ ## Downloading instruction
139
+
140
+ ### Command line
141
+
142
+ Firstly, install Huggingface Client
143
+
144
+ ```shell
145
+ pip install -U "huggingface_hub[cli]"
146
+ ```
147
+
148
+ Then, downoad the individual model file the a local directory
149
+
150
+ ```shell
151
+ huggingface-cli download tensorblock/neural-coder_finetuned-4-GGUF --include "finetuned-4-Q2_K.gguf" --local-dir MY_LOCAL_DIR
152
+ ```
153
+
154
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
155
+
156
+ ```shell
157
+ huggingface-cli download tensorblock/neural-coder_finetuned-4-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
158
+ ```
finetuned-4-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7e65244b048c6a45feca5de7cdf555d1811d9bfc24db0ff1adf2ff4257fa5af
3
+ size 3179135232
finetuned-4-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b45b8a9b22aa64cad19608e39aff77521071c1cb6a9f10c85a1f336f0735f0b8
3
+ size 4321960192
finetuned-4-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:524bb9a802921730279a8fc4692f7596e1a3434435d2902a5d4cc8f6851a3c56
3
+ size 4018921728
finetuned-4-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27687a3e0f56e26e9f78d004b45d1b1d4efae7dd4dd54dfb79e331fb82380348
3
+ size 3664503040
finetuned-4-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99844de0c3888bcfacdbccdc514d7479bc5e3a8fc887e9c9c6bc5cbd707bcd9c
3
+ size 4661215488
finetuned-4-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7a7495066d19de04e4c67e854dbdfd7251628d957b046347056051d74d42a4e
3
+ size 4920738048
finetuned-4-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4630f6e24d80107d586247108ae3694f86c01168fbb499535cf2146d3a74d3ad
3
+ size 4692672768
finetuned-4-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:227a5ae578cc2b0424cb3ecd552c9941b3434c348e291f986101ea5cf9e5d7f2
3
+ size 5599297792
finetuned-4-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b885c65b44496110cc41ace8db80fc9d6339f56acd201ba05bd6152301077f1d
3
+ size 5732991232
finetuned-4-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65a0bfd05e06806aa51cdc86f926ca20443eaa38c07bdfb7755ca9e9479b6e23
3
+ size 5599297792
finetuned-4-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c699bcad5cea660b9437728dcfb78d553fcc4dc822fdea5c224ee0807e320701
3
+ size 6596010240
finetuned-4-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f995aca4bfa48a8f01a2189ba4eca414f9d204e418f741e10823bd45c70f818
3
+ size 8540774656