morriszms commited on
Commit
14ae399
1 Parent(s): ca8bae2

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-v2-wizard-evol-instuct-v2-196k-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ datasets:
7
+ - WizardLM/WizardLM_evol_instruct_V2_196k
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ base_model: harborwater/open-llama-3b-v2-wizard-evol-instuct-v2-196k
12
+ model-index:
13
+ - name: open-llama-3b-v2-wizard-evol-instuct-v2-196k
14
+ results:
15
+ - task:
16
+ type: text-generation
17
+ name: Text Generation
18
+ dataset:
19
+ name: AI2 Reasoning Challenge (25-Shot)
20
+ type: ai2_arc
21
+ config: ARC-Challenge
22
+ split: test
23
+ args:
24
+ num_few_shot: 25
25
+ metrics:
26
+ - type: acc_norm
27
+ value: 41.81
28
+ name: normalized accuracy
29
+ source:
30
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=harborwater/open-llama-3b-v2-wizard-evol-instuct-v2-196k
31
+ name: Open LLM Leaderboard
32
+ - task:
33
+ type: text-generation
34
+ name: Text Generation
35
+ dataset:
36
+ name: HellaSwag (10-Shot)
37
+ type: hellaswag
38
+ split: validation
39
+ args:
40
+ num_few_shot: 10
41
+ metrics:
42
+ - type: acc_norm
43
+ value: 73.01
44
+ name: normalized accuracy
45
+ source:
46
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=harborwater/open-llama-3b-v2-wizard-evol-instuct-v2-196k
47
+ name: Open LLM Leaderboard
48
+ - task:
49
+ type: text-generation
50
+ name: Text Generation
51
+ dataset:
52
+ name: MMLU (5-Shot)
53
+ type: cais/mmlu
54
+ config: all
55
+ split: test
56
+ args:
57
+ num_few_shot: 5
58
+ metrics:
59
+ - type: acc
60
+ value: 26.36
61
+ name: accuracy
62
+ source:
63
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=harborwater/open-llama-3b-v2-wizard-evol-instuct-v2-196k
64
+ name: Open LLM Leaderboard
65
+ - task:
66
+ type: text-generation
67
+ name: Text Generation
68
+ dataset:
69
+ name: TruthfulQA (0-shot)
70
+ type: truthful_qa
71
+ config: multiple_choice
72
+ split: validation
73
+ args:
74
+ num_few_shot: 0
75
+ metrics:
76
+ - type: mc2
77
+ value: 38.99
78
+ source:
79
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=harborwater/open-llama-3b-v2-wizard-evol-instuct-v2-196k
80
+ name: Open LLM Leaderboard
81
+ - task:
82
+ type: text-generation
83
+ name: Text Generation
84
+ dataset:
85
+ name: Winogrande (5-shot)
86
+ type: winogrande
87
+ config: winogrande_xl
88
+ split: validation
89
+ args:
90
+ num_few_shot: 5
91
+ metrics:
92
+ - type: acc
93
+ value: 66.69
94
+ name: accuracy
95
+ source:
96
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=harborwater/open-llama-3b-v2-wizard-evol-instuct-v2-196k
97
+ name: Open LLM Leaderboard
98
+ - task:
99
+ type: text-generation
100
+ name: Text Generation
101
+ dataset:
102
+ name: GSM8k (5-shot)
103
+ type: gsm8k
104
+ config: main
105
+ split: test
106
+ args:
107
+ num_few_shot: 5
108
+ metrics:
109
+ - type: acc
110
+ value: 1.9
111
+ name: accuracy
112
+ source:
113
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=harborwater/open-llama-3b-v2-wizard-evol-instuct-v2-196k
114
+ name: Open LLM Leaderboard
115
+ ---
116
+
117
+ <div style="width: auto; margin-left: auto; margin-right: auto">
118
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
119
+ </div>
120
+ <div style="display: flex; justify-content: space-between; width: 100%;">
121
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
122
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
123
+ 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>
124
+ </p>
125
+ </div>
126
+ </div>
127
+
128
+ ## harborwater/open-llama-3b-v2-wizard-evol-instuct-v2-196k - GGUF
129
+
130
+ This repo contains GGUF format model files for [harborwater/open-llama-3b-v2-wizard-evol-instuct-v2-196k](https://huggingface.co/harborwater/open-llama-3b-v2-wizard-evol-instuct-v2-196k).
131
+
132
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
133
+
134
+ <div style="text-align: left; margin: 20px 0;">
135
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
136
+ Run them on the TensorBlock client using your local machine ↗
137
+ </a>
138
+ </div>
139
+
140
+ ## Prompt template
141
+
142
+ ```
143
+
144
+ ```
145
+
146
+ ## Model file specification
147
+
148
+ | Filename | Quant type | File Size | Description |
149
+ | -------- | ---------- | --------- | ----------- |
150
+ | [open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q2_K.gguf](https://huggingface.co/tensorblock/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF/blob/main/open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q2_K.gguf) | Q2_K | 1.844 GB | smallest, significant quality loss - not recommended for most purposes |
151
+ | [open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q3_K_S.gguf](https://huggingface.co/tensorblock/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF/blob/main/open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q3_K_S.gguf) | Q3_K_S | 1.844 GB | very small, high quality loss |
152
+ | [open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q3_K_M.gguf](https://huggingface.co/tensorblock/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF/blob/main/open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q3_K_M.gguf) | Q3_K_M | 1.992 GB | very small, high quality loss |
153
+ | [open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q3_K_L.gguf](https://huggingface.co/tensorblock/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF/blob/main/open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q3_K_L.gguf) | Q3_K_L | 2.062 GB | small, substantial quality loss |
154
+ | [open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q4_0.gguf](https://huggingface.co/tensorblock/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF/blob/main/open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q4_0.gguf) | Q4_0 | 1.844 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
155
+ | [open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q4_K_S.gguf](https://huggingface.co/tensorblock/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF/blob/main/open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q4_K_S.gguf) | Q4_K_S | 2.238 GB | small, greater quality loss |
156
+ | [open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q4_K_M.gguf](https://huggingface.co/tensorblock/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF/blob/main/open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q4_K_M.gguf) | Q4_K_M | 2.403 GB | medium, balanced quality - recommended |
157
+ | [open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q5_0.gguf](https://huggingface.co/tensorblock/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF/blob/main/open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q5_0.gguf) | Q5_0 | 2.231 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
158
+ | [open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q5_K_S.gguf](https://huggingface.co/tensorblock/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF/blob/main/open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q5_K_S.gguf) | Q5_K_S | 2.424 GB | large, low quality loss - recommended |
159
+ | [open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q5_K_M.gguf](https://huggingface.co/tensorblock/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF/blob/main/open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q5_K_M.gguf) | Q5_K_M | 2.568 GB | large, very low quality loss - recommended |
160
+ | [open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q6_K.gguf](https://huggingface.co/tensorblock/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF/blob/main/open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q6_K.gguf) | Q6_K | 3.392 GB | very large, extremely low quality loss |
161
+ | [open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q8_0.gguf](https://huggingface.co/tensorblock/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF/blob/main/open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q8_0.gguf) | Q8_0 | 3.392 GB | very large, extremely low quality loss - not recommended |
162
+
163
+
164
+ ## Downloading instruction
165
+
166
+ ### Command line
167
+
168
+ Firstly, install Huggingface Client
169
+
170
+ ```shell
171
+ pip install -U "huggingface_hub[cli]"
172
+ ```
173
+
174
+ Then, downoad the individual model file the a local directory
175
+
176
+ ```shell
177
+ huggingface-cli download tensorblock/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF --include "open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q2_K.gguf" --local-dir MY_LOCAL_DIR
178
+ ```
179
+
180
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
181
+
182
+ ```shell
183
+ huggingface-cli download tensorblock/open-llama-3b-v2-wizard-evol-instuct-v2-196k-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
184
+ ```
open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ef46eb877da2822cc71d1ad7123ed6dff78a67eb7a59d37728f98f98c13c474
3
+ size 1979924704
open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e666d0d9d28b67e6aeebf0ecb7f60bd16396c042ea84ac23fcda00e6523099c
3
+ size 2214548704
open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4471a006d75391e282a181d7fc72c48d90d6a3984243729f07bfdef05445fb37
3
+ size 2139348704
open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6320b344c478ce8e121ea91cd3ca0bea5f8697c6f203a93a04df3b8fdc14375
3
+ size 1979924704
open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdea535885040f3eb7e2ab6a6bc49a63689d163c532c8d156febeeae9dbc2e0f
3
+ size 1979924704
open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a6da9e418fee38022b748e57fb37c3645fe21f321e7af17aee120c898e62673
3
+ size 2580116704
open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab43c4d11d42df25797fb0bb737827f78388e2c9f0fd92cf9713e038558f5aff
3
+ size 2403156704
open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f746cf862fbce82731a45557e15f8bf157fd998b5ef41fb08b27b3a7e0ead3ab
3
+ size 2395412704
open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e50fa303fc169dfcc263bf0818d8630c13a350b7bf1e1894164588fe2ac13db
3
+ size 2757076704
open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3beaa66420289639b1c660356506d27e7cecb4714651b269730ea370ef94873e
3
+ size 2603156704
open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34f17c2d343e18be1e80033beb6c42882689ad79c18bdd294aec051b4445bc85
3
+ size 3641876704
open-llama-3b-v2-wizard-evol-instuct-v2-196k-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2499c04be37e1b53299fd113de7e30e29daf776b859d3fbd51a587abdfab289d
3
+ size 3641876704