morriszms commited on
Commit
3b47a76
·
verified ·
1 Parent(s): 108dab6

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
+ gorilla-finetuned-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gorilla-finetuned-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gorilla-finetuned-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gorilla-finetuned-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gorilla-finetuned-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gorilla-finetuned-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gorilla-finetuned-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gorilla-finetuned-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gorilla-finetuned-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gorilla-finetuned-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gorilla-finetuned-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gorilla-finetuned-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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/gorilla-finetuned
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/gorilla-finetuned - 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/gorilla-finetuned](https://huggingface.co/neural-coder/gorilla-finetuned).
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▁sentence|>{system_prompt}### Instruction:
113
+ {prompt}
114
+ ### Response:
115
+ ```
116
+
117
+ ## Model file specification
118
+
119
+ | Filename | Quant type | File Size | Description |
120
+ | -------- | ---------- | --------- | ----------- |
121
+ | [gorilla-finetuned-Q2_K.gguf](https://huggingface.co/tensorblock/neural-coder_gorilla-finetuned-GGUF/blob/main/gorilla-finetuned-Q2_K.gguf) | Q2_K | 2.707 GB | smallest, significant quality loss - not recommended for most purposes |
122
+ | [gorilla-finetuned-Q3_K_S.gguf](https://huggingface.co/tensorblock/neural-coder_gorilla-finetuned-GGUF/blob/main/gorilla-finetuned-Q3_K_S.gguf) | Q3_K_S | 3.126 GB | very small, high quality loss |
123
+ | [gorilla-finetuned-Q3_K_M.gguf](https://huggingface.co/tensorblock/neural-coder_gorilla-finetuned-GGUF/blob/main/gorilla-finetuned-Q3_K_M.gguf) | Q3_K_M | 3.449 GB | very small, high quality loss |
124
+ | [gorilla-finetuned-Q3_K_L.gguf](https://huggingface.co/tensorblock/neural-coder_gorilla-finetuned-GGUF/blob/main/gorilla-finetuned-Q3_K_L.gguf) | Q3_K_L | 3.734 GB | small, substantial quality loss |
125
+ | [gorilla-finetuned-Q4_0.gguf](https://huggingface.co/tensorblock/neural-coder_gorilla-finetuned-GGUF/blob/main/gorilla-finetuned-Q4_0.gguf) | Q4_0 | 3.987 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
126
+ | [gorilla-finetuned-Q4_K_S.gguf](https://huggingface.co/tensorblock/neural-coder_gorilla-finetuned-GGUF/blob/main/gorilla-finetuned-Q4_K_S.gguf) | Q4_K_S | 4.012 GB | small, greater quality loss |
127
+ | [gorilla-finetuned-Q4_K_M.gguf](https://huggingface.co/tensorblock/neural-coder_gorilla-finetuned-GGUF/blob/main/gorilla-finetuned-Q4_K_M.gguf) | Q4_K_M | 4.210 GB | medium, balanced quality - recommended |
128
+ | [gorilla-finetuned-Q5_0.gguf](https://huggingface.co/tensorblock/neural-coder_gorilla-finetuned-GGUF/blob/main/gorilla-finetuned-Q5_0.gguf) | Q5_0 | 4.797 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
129
+ | [gorilla-finetuned-Q5_K_S.gguf](https://huggingface.co/tensorblock/neural-coder_gorilla-finetuned-GGUF/blob/main/gorilla-finetuned-Q5_K_S.gguf) | Q5_K_S | 4.797 GB | large, low quality loss - recommended |
130
+ | [gorilla-finetuned-Q5_K_M.gguf](https://huggingface.co/tensorblock/neural-coder_gorilla-finetuned-GGUF/blob/main/gorilla-finetuned-Q5_K_M.gguf) | Q5_K_M | 4.912 GB | large, very low quality loss - recommended |
131
+ | [gorilla-finetuned-Q6_K.gguf](https://huggingface.co/tensorblock/neural-coder_gorilla-finetuned-GGUF/blob/main/gorilla-finetuned-Q6_K.gguf) | Q6_K | 5.657 GB | very large, extremely low quality loss |
132
+ | [gorilla-finetuned-Q8_0.gguf](https://huggingface.co/tensorblock/neural-coder_gorilla-finetuned-GGUF/blob/main/gorilla-finetuned-Q8_0.gguf) | Q8_0 | 7.326 GB | very large, extremely low quality loss - not recommended |
133
+
134
+
135
+ ## Downloading instruction
136
+
137
+ ### Command line
138
+
139
+ Firstly, install Huggingface Client
140
+
141
+ ```shell
142
+ pip install -U "huggingface_hub[cli]"
143
+ ```
144
+
145
+ Then, downoad the individual model file the a local directory
146
+
147
+ ```shell
148
+ huggingface-cli download tensorblock/neural-coder_gorilla-finetuned-GGUF --include "gorilla-finetuned-Q2_K.gguf" --local-dir MY_LOCAL_DIR
149
+ ```
150
+
151
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
152
+
153
+ ```shell
154
+ huggingface-cli download tensorblock/neural-coder_gorilla-finetuned-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
155
+ ```
gorilla-finetuned-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70c4eaf1c62a62b1824bd9a71b4049f450a00266a55802382a66684c1d7cfb64
3
+ size 2707154816
gorilla-finetuned-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c10ad09515c8b34f6165ea2b8a10e4e82f3f372b1d00646661a5c816cb1d9f1
3
+ size 3734013312
gorilla-finetuned-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:407ccbfb2bd5edb6e0c6303aaa1ec7c116a7ea1137cb5f3114623904a36d58c7
3
+ size 3448931712
gorilla-finetuned-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b42549e7d06049c9a0b0d758fbe459bdbadd70bf677d856bf3a978b9daf4b865
3
+ size 3125757312
gorilla-finetuned-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d18b5d06f736915d55c1a2e7e9c13c7362d4c5faec3a26ddc11fd91e2245c2e8
3
+ size 3986504576
gorilla-finetuned-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be0bc469d1ec9f29f0bfe6edaf8716e591ceb48c81a9904d6ab3e1e0f22501fd
3
+ size 4209802112
gorilla-finetuned-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36c5265c38ce2edb4d4834c88f5d5763468cd43e287a760a9db0d81ed71fe5f8
3
+ size 4011801472
gorilla-finetuned-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4624fb02e9f412160435caddee242ed38b3223f70a8ac6131b70694c84213316
3
+ size 4796619648
gorilla-finetuned-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c28217ed5d43155a010ad9ca019dee6d0da8d92e14a1cf9f40786b3653564449
3
+ size 4911651712
gorilla-finetuned-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47ed57247f739949ddb1393f203c4bad6c285eb2e8cbff42f2aaf766f6048dbb
3
+ size 4796619648
gorilla-finetuned-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcafd2099ed29d60af156ee4776df0717efbbaa3b5c4244d233592b35b6f5459
3
+ size 5657366912
gorilla-finetuned-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9b0481843d3befcfe480e0d8bfa635eebbaa2afe0189a0cc00ff7f16d133ed0
3
+ size 7326180736