morriszms commited on
Commit
7612079
·
verified ·
1 Parent(s): d484a16

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-5-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ finetuned-5-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ finetuned-5-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ finetuned-5-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ finetuned-5-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ finetuned-5-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ finetuned-5-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ finetuned-5-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ finetuned-5-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ finetuned-5-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ finetuned-5-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ finetuned-5-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-5
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-5 - 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-5](https://huggingface.co/neural-coder/finetuned-5).
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-5-Q2_K.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-5-GGUF/blob/main/finetuned-5-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
125
+ | [finetuned-5-Q3_K_S.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-5-GGUF/blob/main/finetuned-5-Q3_K_S.gguf) | Q3_K_S | 3.665 GB | very small, high quality loss |
126
+ | [finetuned-5-Q3_K_M.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-5-GGUF/blob/main/finetuned-5-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
127
+ | [finetuned-5-Q3_K_L.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-5-GGUF/blob/main/finetuned-5-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
128
+ | [finetuned-5-Q4_0.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-5-GGUF/blob/main/finetuned-5-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
129
+ | [finetuned-5-Q4_K_S.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-5-GGUF/blob/main/finetuned-5-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
130
+ | [finetuned-5-Q4_K_M.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-5-GGUF/blob/main/finetuned-5-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
131
+ | [finetuned-5-Q5_0.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-5-GGUF/blob/main/finetuned-5-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
132
+ | [finetuned-5-Q5_K_S.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-5-GGUF/blob/main/finetuned-5-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
133
+ | [finetuned-5-Q5_K_M.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-5-GGUF/blob/main/finetuned-5-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
134
+ | [finetuned-5-Q6_K.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-5-GGUF/blob/main/finetuned-5-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
135
+ | [finetuned-5-Q8_0.gguf](https://huggingface.co/tensorblock/neural-coder_finetuned-5-GGUF/blob/main/finetuned-5-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-5-GGUF --include "finetuned-5-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-5-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
158
+ ```
finetuned-5-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6b3124a5e64fcb03fb9f5a644391248bbb35acea55289ec4d30dba3ac4622a3
3
+ size 3179135168
finetuned-5-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeb9c0cea8c60e4ac35828aea494240c091984940af5068521794e97ba3c963b
3
+ size 4321960128
finetuned-5-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c6aa477c5f25d3af4bae5676383757a3d60ded964da150fbba2335c75400994
3
+ size 4018921664
finetuned-5-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95c812105b4aebfa7e11fbbfec7f090bddaeb4e4cd2bc3d93d929ec119493fc3
3
+ size 3664502976
finetuned-5-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:241fb96d979fe6694e2ba3af1a94027ee08702239b3cd1c150e325dfaedab9d8
3
+ size 4661215424
finetuned-5-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab1793fb12fbe741e06401de1d975b6b6f337603de0e2775417794e427c1676c
3
+ size 4920737984
finetuned-5-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c3477d1516586720ba0f5bc7b5aa25d2327541fca0da1724f4281d2660a250eb
3
+ size 4692672704
finetuned-5-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f11eb43efb24f4c6cc818150d8edfc530a387cb2695add4211c3d00cc6334d33
3
+ size 5599297728
finetuned-5-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b59bb706028c8e07a4ebf4c76d3253b8251c6facaf620a4517e41812fc092e75
3
+ size 5732991168
finetuned-5-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16814bbeae33483bb326850a138c070fefd09b18d50df2fffdefe09b38d17c27
3
+ size 5599297728
finetuned-5-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bb5588e2f8e60afac626b97afa643c4343129178f38a4b3f3b6fa57be98c2a9
3
+ size 6596010176
finetuned-5-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d61ce12a29f35b8c4d72838f4b04c159f93e9cc3fba4e04458cac41d42d987b9
3
+ size 8540774592