morriszms commited on
Commit
1d4da91
·
verified ·
1 Parent(s): b9ea783

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
+ supermario-v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ supermario-v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ supermario-v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ supermario-v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ supermario-v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ supermario-v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ supermario-v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ supermario-v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ supermario-v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ supermario-v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ supermario-v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ supermario-v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,181 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ tags:
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: jan-hq/supermario-v2
9
+ model-index:
10
+ - name: supermario-v2
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: 68.52
25
+ name: normalized accuracy
26
+ source:
27
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=janhq/supermario-v2
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: 86.51
41
+ name: normalized accuracy
42
+ source:
43
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=janhq/supermario-v2
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: 64.88
58
+ name: accuracy
59
+ source:
60
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=janhq/supermario-v2
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: 60.58
75
+ source:
76
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=janhq/supermario-v2
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: 81.37
91
+ name: accuracy
92
+ source:
93
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=janhq/supermario-v2
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: 72.18
108
+ name: accuracy
109
+ source:
110
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=janhq/supermario-v2
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
+ ## jan-hq/supermario-v2 - GGUF
126
+
127
+ This repo contains GGUF format model files for [jan-hq/supermario-v2](https://huggingface.co/jan-hq/supermario-v2).
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
+ | [supermario-v2-Q2_K.gguf](https://huggingface.co/tensorblock/supermario-v2-GGUF/blob/main/supermario-v2-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
148
+ | [supermario-v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/supermario-v2-GGUF/blob/main/supermario-v2-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
149
+ | [supermario-v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/supermario-v2-GGUF/blob/main/supermario-v2-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
150
+ | [supermario-v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/supermario-v2-GGUF/blob/main/supermario-v2-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
151
+ | [supermario-v2-Q4_0.gguf](https://huggingface.co/tensorblock/supermario-v2-GGUF/blob/main/supermario-v2-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
152
+ | [supermario-v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/supermario-v2-GGUF/blob/main/supermario-v2-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
153
+ | [supermario-v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/supermario-v2-GGUF/blob/main/supermario-v2-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
154
+ | [supermario-v2-Q5_0.gguf](https://huggingface.co/tensorblock/supermario-v2-GGUF/blob/main/supermario-v2-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
155
+ | [supermario-v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/supermario-v2-GGUF/blob/main/supermario-v2-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
156
+ | [supermario-v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/supermario-v2-GGUF/blob/main/supermario-v2-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
157
+ | [supermario-v2-Q6_K.gguf](https://huggingface.co/tensorblock/supermario-v2-GGUF/blob/main/supermario-v2-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
158
+ | [supermario-v2-Q8_0.gguf](https://huggingface.co/tensorblock/supermario-v2-GGUF/blob/main/supermario-v2-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/supermario-v2-GGUF --include "supermario-v2-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/supermario-v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
181
+ ```
supermario-v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dc26f4c7af975fed1ece09620e6d45579a84ef463be6691042666f359dd7840
3
+ size 2719242240
supermario-v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9aad70859a4ba0657e8c2753c9f29089322b3197643b2f51a3ae7293ca4c43e0
3
+ size 3822024704
supermario-v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:162c53d516bed96d6e876bec0c3af761c92df6597975652b98e12b8a675af050
3
+ size 3518986240
supermario-v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:680d4e4e782faf61777e2b3e0d848d3e0d3a0bc169c41a7a65d8f2c2a0f281bb
3
+ size 3164567552
supermario-v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17fcf3cbe94ab8bfda8ca2792edd24c37973fe0d8bc60092902ecf6436bc10f4
3
+ size 4108916736
supermario-v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afd5ec458a3f82248254f405539f17a048b78296c6a00911d6c482c0b472187d
3
+ size 4368439296
supermario-v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3af2ad851ede5c803a8a881b292300616c4544595804bd0ddb8f5262589a5e69
3
+ size 4140374016
supermario-v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb275ffa386d47bbb4b67fdce6167e68ea3d75600c0b526a791eebd0772b7f5a
3
+ size 4997715968
supermario-v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4d57c0e6dbefeea57834b15b9f9ff64416eadf87e700db41ab81ceba64d3222
3
+ size 5131409408
supermario-v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc7d6864be54969d9aec5b9948ea72a644b8207e338ea43d2679f6f97f530917
3
+ size 4997715968
supermario-v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76d2e6b8b34c61719442a120ca054f9d39ad1d95ac0ba94967533b64c5a50582
3
+ size 5942065152
supermario-v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:524112cd5e436fbd273340cf38919bc6057b7d00138d7a13afde6f29b51356cf
3
+ size 7695857664