morriszms commited on
Commit
bcac434
·
verified ·
1 Parent(s): 4b1c20e

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
+ open_llama_3b_code_instruct_0.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ open_llama_3b_code_instruct_0.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ open_llama_3b_code_instruct_0.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ open_llama_3b_code_instruct_0.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ open_llama_3b_code_instruct_0.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ open_llama_3b_code_instruct_0.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ open_llama_3b_code_instruct_0.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ open_llama_3b_code_instruct_0.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ open_llama_3b_code_instruct_0.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ open_llama_3b_code_instruct_0.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ open_llama_3b_code_instruct_0.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ open_llama_3b_code_instruct_0.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,262 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ tags:
7
+ - transformers
8
+ - TensorBlock
9
+ - GGUF
10
+ datasets:
11
+ - mwitiderrick/AlpacaCode
12
+ base_model: mwitiderrick/open_llama_3b_code_instruct_0.1
13
+ inference: true
14
+ model_type: llama
15
+ prompt_template: '### Instruction:\n
16
+
17
+ {prompt}
18
+
19
+ ### Response:
20
+
21
+ '
22
+ created_by: mwitiderrick
23
+ pipeline_tag: text-generation
24
+ model-index:
25
+ - name: mwitiderrick/open_llama_3b_instruct_v_0.2
26
+ results:
27
+ - task:
28
+ type: text-generation
29
+ dataset:
30
+ name: hellaswag
31
+ type: hellaswag
32
+ metrics:
33
+ - type: hellaswag (0-Shot)
34
+ value: 0.6581
35
+ name: hellaswag(0-Shot)
36
+ - task:
37
+ type: text-generation
38
+ dataset:
39
+ name: winogrande
40
+ type: winogrande
41
+ metrics:
42
+ - type: winogrande (0-Shot)
43
+ value: 0.6267
44
+ name: winogrande(0-Shot)
45
+ - task:
46
+ type: text-generation
47
+ dataset:
48
+ name: arc_challenge
49
+ type: arc_challenge
50
+ metrics:
51
+ - type: arc_challenge (0-Shot)
52
+ value: 0.3712
53
+ name: arc_challenge(0-Shot)
54
+ source:
55
+ url: https://huggingface.co/mwitiderrick/open_llama_3b_instruct_v_0.2
56
+ name: open_llama_3b_instruct_v_0.2 model card
57
+ - task:
58
+ type: text-generation
59
+ name: Text Generation
60
+ dataset:
61
+ name: AI2 Reasoning Challenge (25-Shot)
62
+ type: ai2_arc
63
+ config: ARC-Challenge
64
+ split: test
65
+ args:
66
+ num_few_shot: 25
67
+ metrics:
68
+ - type: acc_norm
69
+ value: 41.21
70
+ name: normalized accuracy
71
+ source:
72
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mwitiderrick/open_llama_3b_code_instruct_0.1
73
+ name: Open LLM Leaderboard
74
+ - task:
75
+ type: text-generation
76
+ name: Text Generation
77
+ dataset:
78
+ name: HellaSwag (10-Shot)
79
+ type: hellaswag
80
+ split: validation
81
+ args:
82
+ num_few_shot: 10
83
+ metrics:
84
+ - type: acc_norm
85
+ value: 66.96
86
+ name: normalized accuracy
87
+ source:
88
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mwitiderrick/open_llama_3b_code_instruct_0.1
89
+ name: Open LLM Leaderboard
90
+ - task:
91
+ type: text-generation
92
+ name: Text Generation
93
+ dataset:
94
+ name: MMLU (5-Shot)
95
+ type: cais/mmlu
96
+ config: all
97
+ split: test
98
+ args:
99
+ num_few_shot: 5
100
+ metrics:
101
+ - type: acc
102
+ value: 27.82
103
+ name: accuracy
104
+ source:
105
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mwitiderrick/open_llama_3b_code_instruct_0.1
106
+ name: Open LLM Leaderboard
107
+ - task:
108
+ type: text-generation
109
+ name: Text Generation
110
+ dataset:
111
+ name: TruthfulQA (0-shot)
112
+ type: truthful_qa
113
+ config: multiple_choice
114
+ split: validation
115
+ args:
116
+ num_few_shot: 0
117
+ metrics:
118
+ - type: mc2
119
+ value: 35.01
120
+ source:
121
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mwitiderrick/open_llama_3b_code_instruct_0.1
122
+ name: Open LLM Leaderboard
123
+ - task:
124
+ type: text-generation
125
+ name: Text Generation
126
+ dataset:
127
+ name: Winogrande (5-shot)
128
+ type: winogrande
129
+ config: winogrande_xl
130
+ split: validation
131
+ args:
132
+ num_few_shot: 5
133
+ metrics:
134
+ - type: acc
135
+ value: 65.43
136
+ name: accuracy
137
+ source:
138
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mwitiderrick/open_llama_3b_code_instruct_0.1
139
+ name: Open LLM Leaderboard
140
+ - task:
141
+ type: text-generation
142
+ name: Text Generation
143
+ dataset:
144
+ name: GSM8k (5-shot)
145
+ type: gsm8k
146
+ config: main
147
+ split: test
148
+ args:
149
+ num_few_shot: 5
150
+ metrics:
151
+ - type: acc
152
+ value: 1.9
153
+ name: accuracy
154
+ source:
155
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=mwitiderrick/open_llama_3b_code_instruct_0.1
156
+ name: Open LLM Leaderboard
157
+ ---
158
+
159
+ <div style="width: auto; margin-left: auto; margin-right: auto">
160
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
161
+ </div>
162
+ <div style="display: flex; justify-content: space-between; width: 100%;">
163
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
164
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
165
+ 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>
166
+ </p>
167
+ </div>
168
+ </div>
169
+
170
+ ## mwitiderrick/open_llama_3b_code_instruct_0.1 - GGUF
171
+
172
+ This repo contains GGUF format model files for [mwitiderrick/open_llama_3b_code_instruct_0.1](https://huggingface.co/mwitiderrick/open_llama_3b_code_instruct_0.1).
173
+
174
+ 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).
175
+
176
+ ## Our projects
177
+ <table border="1" cellspacing="0" cellpadding="10">
178
+ <tr>
179
+ <th style="font-size: 25px;">Awesome MCP Servers</th>
180
+ <th style="font-size: 25px;">TensorBlock Studio</th>
181
+ </tr>
182
+ <tr>
183
+ <th><img src="https://imgur.com/2Xov7B7.jpeg" alt="Project A" width="450"/></th>
184
+ <th><img src="https://imgur.com/pJcmF5u.jpeg" alt="Project B" width="450"/></th>
185
+ </tr>
186
+ <tr>
187
+ <th>A comprehensive collection of Model Context Protocol (MCP) servers.</th>
188
+ <th>A lightweight, open, and extensible multi-LLM interaction studio.</th>
189
+ </tr>
190
+ <tr>
191
+ <th>
192
+ <a href="https://github.com/TensorBlock/awesome-mcp-servers" target="_blank" style="
193
+ display: inline-block;
194
+ padding: 8px 16px;
195
+ background-color: #FF7F50;
196
+ color: white;
197
+ text-decoration: none;
198
+ border-radius: 6px;
199
+ font-weight: bold;
200
+ font-family: sans-serif;
201
+ ">👀 See what we built 👀</a>
202
+ </th>
203
+ <th>
204
+ <a href="https://github.com/TensorBlock/TensorBlock-Studio" target="_blank" style="
205
+ display: inline-block;
206
+ padding: 8px 16px;
207
+ background-color: #FF7F50;
208
+ color: white;
209
+ text-decoration: none;
210
+ border-radius: 6px;
211
+ font-weight: bold;
212
+ font-family: sans-serif;
213
+ ">👀 See what we built 👀</a>
214
+ </th>
215
+ </tr>
216
+ </table>
217
+
218
+ ## Prompt template
219
+
220
+ ```
221
+ Unable to determine prompt format automatically. Please check the original model repository for the correct prompt format.
222
+ ```
223
+
224
+ ## Model file specification
225
+
226
+ | Filename | Quant type | File Size | Description |
227
+ | -------- | ---------- | --------- | ----------- |
228
+ | [open_llama_3b_code_instruct_0.1-Q2_K.gguf](https://huggingface.co/tensorblock/mwitiderrick_open_llama_3b_code_instruct_0.1-GGUF/blob/main/open_llama_3b_code_instruct_0.1-Q2_K.gguf) | Q2_K | 1.980 GB | smallest, significant quality loss - not recommended for most purposes |
229
+ | [open_llama_3b_code_instruct_0.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/mwitiderrick_open_llama_3b_code_instruct_0.1-GGUF/blob/main/open_llama_3b_code_instruct_0.1-Q3_K_S.gguf) | Q3_K_S | 1.980 GB | very small, high quality loss |
230
+ | [open_llama_3b_code_instruct_0.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/mwitiderrick_open_llama_3b_code_instruct_0.1-GGUF/blob/main/open_llama_3b_code_instruct_0.1-Q3_K_M.gguf) | Q3_K_M | 2.139 GB | very small, high quality loss |
231
+ | [open_llama_3b_code_instruct_0.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/mwitiderrick_open_llama_3b_code_instruct_0.1-GGUF/blob/main/open_llama_3b_code_instruct_0.1-Q3_K_L.gguf) | Q3_K_L | 2.215 GB | small, substantial quality loss |
232
+ | [open_llama_3b_code_instruct_0.1-Q4_0.gguf](https://huggingface.co/tensorblock/mwitiderrick_open_llama_3b_code_instruct_0.1-GGUF/blob/main/open_llama_3b_code_instruct_0.1-Q4_0.gguf) | Q4_0 | 1.980 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
233
+ | [open_llama_3b_code_instruct_0.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/mwitiderrick_open_llama_3b_code_instruct_0.1-GGUF/blob/main/open_llama_3b_code_instruct_0.1-Q4_K_S.gguf) | Q4_K_S | 2.403 GB | small, greater quality loss |
234
+ | [open_llama_3b_code_instruct_0.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/mwitiderrick_open_llama_3b_code_instruct_0.1-GGUF/blob/main/open_llama_3b_code_instruct_0.1-Q4_K_M.gguf) | Q4_K_M | 2.580 GB | medium, balanced quality - recommended |
235
+ | [open_llama_3b_code_instruct_0.1-Q5_0.gguf](https://huggingface.co/tensorblock/mwitiderrick_open_llama_3b_code_instruct_0.1-GGUF/blob/main/open_llama_3b_code_instruct_0.1-Q5_0.gguf) | Q5_0 | 2.395 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
236
+ | [open_llama_3b_code_instruct_0.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/mwitiderrick_open_llama_3b_code_instruct_0.1-GGUF/blob/main/open_llama_3b_code_instruct_0.1-Q5_K_S.gguf) | Q5_K_S | 2.603 GB | large, low quality loss - recommended |
237
+ | [open_llama_3b_code_instruct_0.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/mwitiderrick_open_llama_3b_code_instruct_0.1-GGUF/blob/main/open_llama_3b_code_instruct_0.1-Q5_K_M.gguf) | Q5_K_M | 2.757 GB | large, very low quality loss - recommended |
238
+ | [open_llama_3b_code_instruct_0.1-Q6_K.gguf](https://huggingface.co/tensorblock/mwitiderrick_open_llama_3b_code_instruct_0.1-GGUF/blob/main/open_llama_3b_code_instruct_0.1-Q6_K.gguf) | Q6_K | 3.642 GB | very large, extremely low quality loss |
239
+ | [open_llama_3b_code_instruct_0.1-Q8_0.gguf](https://huggingface.co/tensorblock/mwitiderrick_open_llama_3b_code_instruct_0.1-GGUF/blob/main/open_llama_3b_code_instruct_0.1-Q8_0.gguf) | Q8_0 | 3.642 GB | very large, extremely low quality loss - not recommended |
240
+
241
+
242
+ ## Downloading instruction
243
+
244
+ ### Command line
245
+
246
+ Firstly, install Huggingface Client
247
+
248
+ ```shell
249
+ pip install -U "huggingface_hub[cli]"
250
+ ```
251
+
252
+ Then, downoad the individual model file the a local directory
253
+
254
+ ```shell
255
+ huggingface-cli download tensorblock/mwitiderrick_open_llama_3b_code_instruct_0.1-GGUF --include "open_llama_3b_code_instruct_0.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
256
+ ```
257
+
258
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
259
+
260
+ ```shell
261
+ huggingface-cli download tensorblock/mwitiderrick_open_llama_3b_code_instruct_0.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
262
+ ```
open_llama_3b_code_instruct_0.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff6a79c253cd781b25a1e74543280e98fc4f26e91198673949a33c1e0efd44ea
3
+ size 1979947840
open_llama_3b_code_instruct_0.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16721d37e85b015872c8843efaee4057e1dd87cda9bf31c9baa07cbda6f69041
3
+ size 2214571840
open_llama_3b_code_instruct_0.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55bb922ba2087b7e60d4e08ff0a0b3a8e1a68b3943fbcf9fcf106d315515ea19
3
+ size 2139371840
open_llama_3b_code_instruct_0.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6c5bd21e86925a3367c8223c1710979d5058e9b674df4e7b60a6040b9517ba
3
+ size 1979947840
open_llama_3b_code_instruct_0.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:807ec224587303687bcae04e5ebe43810b10c627e2069ed9068bb1eab9593986
3
+ size 1979947840
open_llama_3b_code_instruct_0.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba21eb95c63fd0c96f5f0b7323f0f1a1655a71800daa0db6434a315054534fe3
3
+ size 2580139840
open_llama_3b_code_instruct_0.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03ee51e32c75c609f6a33ef6016a78724e9a4b5304becf71800ebfb521951d16
3
+ size 2403179840
open_llama_3b_code_instruct_0.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14c0c0199f3a06e4a75e8d7d8dc905cef74675ef9b429010f32cf68a83a4832c
3
+ size 2395435840
open_llama_3b_code_instruct_0.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d17a1787dca12f1fd51cfe5b0c9ddc17caac6a9baab08a5007ab4c50e95bcf9b
3
+ size 2757099840
open_llama_3b_code_instruct_0.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95ff34ed7ccaaa8116d9fc7bbffd970867c998b483650faaaef445bd9bc27f0d
3
+ size 2603179840
open_llama_3b_code_instruct_0.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4b1332f763ab6ccb1cc357742259eb84e39b5c03d66a25de5d96ddb4729d8359
3
+ size 3641899840
open_llama_3b_code_instruct_0.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93a3fa17fda007eba5f8b5fddde039af6d455b4f3eebfe3169a51df463493514
3
+ size 3641899840