GGUF
TensorBlock
GGUF
Eval Results
morriszms commited on
Commit
7bd5b43
·
verified ·
1 Parent(s): 02e0aca

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
+ Walter-Mistral-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ Walter-Mistral-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ Walter-Mistral-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ Walter-Mistral-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ Walter-Mistral-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ Walter-Mistral-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ Walter-Mistral-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ Walter-Mistral-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ Walter-Mistral-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ Walter-Mistral-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ Walter-Mistral-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ Walter-Mistral-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - KnutJaegersberg/Auton
5
+ base_model: KnutJaegersberg/Walter-Mistral-7B
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ model-index:
10
+ - name: Walter-Mistral-7B
11
+ results:
12
+ - task:
13
+ type: text-generation
14
+ name: Text Generation
15
+ dataset:
16
+ name: AI2 Reasoning Challenge (25-Shot)
17
+ type: ai2_arc
18
+ config: ARC-Challenge
19
+ split: test
20
+ args:
21
+ num_few_shot: 25
22
+ metrics:
23
+ - type: acc_norm
24
+ value: 58.87
25
+ name: normalized accuracy
26
+ source:
27
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=KnutJaegersberg/Walter-Mistral-7B
28
+ name: Open LLM Leaderboard
29
+ - task:
30
+ type: text-generation
31
+ name: Text Generation
32
+ dataset:
33
+ name: HellaSwag (10-Shot)
34
+ type: hellaswag
35
+ split: validation
36
+ args:
37
+ num_few_shot: 10
38
+ metrics:
39
+ - type: acc_norm
40
+ value: 83.43
41
+ name: normalized accuracy
42
+ source:
43
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=KnutJaegersberg/Walter-Mistral-7B
44
+ name: Open LLM Leaderboard
45
+ - task:
46
+ type: text-generation
47
+ name: Text Generation
48
+ dataset:
49
+ name: MMLU (5-Shot)
50
+ type: cais/mmlu
51
+ config: all
52
+ split: test
53
+ args:
54
+ num_few_shot: 5
55
+ metrics:
56
+ - type: acc
57
+ value: 58.65
58
+ name: accuracy
59
+ source:
60
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=KnutJaegersberg/Walter-Mistral-7B
61
+ name: Open LLM Leaderboard
62
+ - task:
63
+ type: text-generation
64
+ name: Text Generation
65
+ dataset:
66
+ name: TruthfulQA (0-shot)
67
+ type: truthful_qa
68
+ config: multiple_choice
69
+ split: validation
70
+ args:
71
+ num_few_shot: 0
72
+ metrics:
73
+ - type: mc2
74
+ value: 39.93
75
+ source:
76
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=KnutJaegersberg/Walter-Mistral-7B
77
+ name: Open LLM Leaderboard
78
+ - task:
79
+ type: text-generation
80
+ name: Text Generation
81
+ dataset:
82
+ name: Winogrande (5-shot)
83
+ type: winogrande
84
+ config: winogrande_xl
85
+ split: validation
86
+ args:
87
+ num_few_shot: 5
88
+ metrics:
89
+ - type: acc
90
+ value: 77.03
91
+ name: accuracy
92
+ source:
93
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=KnutJaegersberg/Walter-Mistral-7B
94
+ name: Open LLM Leaderboard
95
+ - task:
96
+ type: text-generation
97
+ name: Text Generation
98
+ dataset:
99
+ name: GSM8k (5-shot)
100
+ type: gsm8k
101
+ config: main
102
+ split: test
103
+ args:
104
+ num_few_shot: 5
105
+ metrics:
106
+ - type: acc
107
+ value: 0.08
108
+ name: accuracy
109
+ source:
110
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=KnutJaegersberg/Walter-Mistral-7B
111
+ name: Open LLM Leaderboard
112
+ ---
113
+
114
+ <div style="width: auto; margin-left: auto; margin-right: auto">
115
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
116
+ </div>
117
+ <div style="display: flex; justify-content: space-between; width: 100%;">
118
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
119
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
120
+ 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>
121
+ </p>
122
+ </div>
123
+ </div>
124
+
125
+ ## KnutJaegersberg/Walter-Mistral-7B - GGUF
126
+
127
+ This repo contains GGUF format model files for [KnutJaegersberg/Walter-Mistral-7B](https://huggingface.co/KnutJaegersberg/Walter-Mistral-7B).
128
+
129
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
130
+
131
+ <div style="text-align: left; margin: 20px 0;">
132
+ <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;">
133
+ Run them on the TensorBlock client using your local machine ↗
134
+ </a>
135
+ </div>
136
+
137
+ ## Prompt template
138
+
139
+ ```
140
+
141
+ ```
142
+
143
+ ## Model file specification
144
+
145
+ | Filename | Quant type | File Size | Description |
146
+ | -------- | ---------- | --------- | ----------- |
147
+ | [Walter-Mistral-7B-Q2_K.gguf](https://huggingface.co/tensorblock/Walter-Mistral-7B-GGUF/blob/main/Walter-Mistral-7B-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
148
+ | [Walter-Mistral-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/Walter-Mistral-7B-GGUF/blob/main/Walter-Mistral-7B-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
149
+ | [Walter-Mistral-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/Walter-Mistral-7B-GGUF/blob/main/Walter-Mistral-7B-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
150
+ | [Walter-Mistral-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/Walter-Mistral-7B-GGUF/blob/main/Walter-Mistral-7B-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
151
+ | [Walter-Mistral-7B-Q4_0.gguf](https://huggingface.co/tensorblock/Walter-Mistral-7B-GGUF/blob/main/Walter-Mistral-7B-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
152
+ | [Walter-Mistral-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/Walter-Mistral-7B-GGUF/blob/main/Walter-Mistral-7B-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
153
+ | [Walter-Mistral-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/Walter-Mistral-7B-GGUF/blob/main/Walter-Mistral-7B-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
154
+ | [Walter-Mistral-7B-Q5_0.gguf](https://huggingface.co/tensorblock/Walter-Mistral-7B-GGUF/blob/main/Walter-Mistral-7B-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
155
+ | [Walter-Mistral-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/Walter-Mistral-7B-GGUF/blob/main/Walter-Mistral-7B-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
156
+ | [Walter-Mistral-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/Walter-Mistral-7B-GGUF/blob/main/Walter-Mistral-7B-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
157
+ | [Walter-Mistral-7B-Q6_K.gguf](https://huggingface.co/tensorblock/Walter-Mistral-7B-GGUF/blob/main/Walter-Mistral-7B-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
158
+ | [Walter-Mistral-7B-Q8_0.gguf](https://huggingface.co/tensorblock/Walter-Mistral-7B-GGUF/blob/main/Walter-Mistral-7B-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
159
+
160
+
161
+ ## Downloading instruction
162
+
163
+ ### Command line
164
+
165
+ Firstly, install Huggingface Client
166
+
167
+ ```shell
168
+ pip install -U "huggingface_hub[cli]"
169
+ ```
170
+
171
+ Then, downoad the individual model file the a local directory
172
+
173
+ ```shell
174
+ huggingface-cli download tensorblock/Walter-Mistral-7B-GGUF --include "Walter-Mistral-7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
175
+ ```
176
+
177
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
178
+
179
+ ```shell
180
+ huggingface-cli download tensorblock/Walter-Mistral-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
181
+ ```
Walter-Mistral-7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89aa8d78d965128e9060a54ed0f19946cd2466ce4be39c9e9e4309d165f6ee18
3
+ size 2719242464
Walter-Mistral-7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd6790251c5df5435cc0c6fb44eb53f744c44154ea381e1d83ee78c02f0ce793
3
+ size 3822024928
Walter-Mistral-7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:966b00ed273dfa90e1efbc1d389dae1d035b6c577d129f06cc9c5af2fd6e46ca
3
+ size 3518986464
Walter-Mistral-7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:653b657643a7a39bc11ac3fbb2a38044b74b0aa8049cfb71fbe9648ba310acc3
3
+ size 3164567776
Walter-Mistral-7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecfb14399c75648294b2e7a10c432ad9e61be03b718afe1ca56b7a39beb73afa
3
+ size 4108916960
Walter-Mistral-7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33cca39f1b38f6eb8a5983d9213e2eab739dd17493aa06ec864a14e579b956bb
3
+ size 4368439520
Walter-Mistral-7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ce470f505c673e0e85becb88db7d26e6a6ccb964d9502e819d75aa531c9cd45
3
+ size 4140374240
Walter-Mistral-7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e5cd5d2d7f093ffecfd605934325747913ba88d0234d0075b483dd9b6a63d03
3
+ size 4997716192
Walter-Mistral-7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8dc0a9c41b7019b934e4e83cfc6cac5bc41c019cfe6e33c6b818f5ebd75f8f5
3
+ size 5131409632
Walter-Mistral-7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f7bb37c01f32da81f1b18a2f7712009a71999517801c42d5e4d3d42fc85f862
3
+ size 4997716192
Walter-Mistral-7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9abdcbd45eac50a4a92157f592d203da8528f4a07940a596b9c6c4ccd7f82b4
3
+ size 5942065376
Walter-Mistral-7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfe4cf809a64b29a739ef44048695b9a254f318ed8c4307f6bef1f324cfae34f
3
+ size 7695857888