morriszms commited on
Commit
a5b5ead
·
verified ·
1 Parent(s): 3aa28ed

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
+ magnum-v2-12b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ magnum-v2-12b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ magnum-v2-12b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ magnum-v2-12b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ magnum-v2-12b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ magnum-v2-12b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ magnum-v2-12b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ magnum-v2-12b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ magnum-v2-12b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ magnum-v2-12b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ magnum-v2-12b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ magnum-v2-12b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,187 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - fr
5
+ - de
6
+ - es
7
+ - it
8
+ - pt
9
+ - ru
10
+ - zh
11
+ - ja
12
+ license: apache-2.0
13
+ tags:
14
+ - chat
15
+ - TensorBlock
16
+ - GGUF
17
+ base_model: anthracite-org/magnum-v2-12b
18
+ pipeline_tag: text-generation
19
+ model-index:
20
+ - name: magnum-v2-12b
21
+ results:
22
+ - task:
23
+ type: text-generation
24
+ name: Text Generation
25
+ dataset:
26
+ name: IFEval (0-Shot)
27
+ type: HuggingFaceH4/ifeval
28
+ args:
29
+ num_few_shot: 0
30
+ metrics:
31
+ - type: inst_level_strict_acc and prompt_level_strict_acc
32
+ value: 37.62
33
+ name: strict accuracy
34
+ source:
35
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v2-12b
36
+ name: Open LLM Leaderboard
37
+ - task:
38
+ type: text-generation
39
+ name: Text Generation
40
+ dataset:
41
+ name: BBH (3-Shot)
42
+ type: BBH
43
+ args:
44
+ num_few_shot: 3
45
+ metrics:
46
+ - type: acc_norm
47
+ value: 28.79
48
+ name: normalized accuracy
49
+ source:
50
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v2-12b
51
+ name: Open LLM Leaderboard
52
+ - task:
53
+ type: text-generation
54
+ name: Text Generation
55
+ dataset:
56
+ name: MATH Lvl 5 (4-Shot)
57
+ type: hendrycks/competition_math
58
+ args:
59
+ num_few_shot: 4
60
+ metrics:
61
+ - type: exact_match
62
+ value: 4.76
63
+ name: exact match
64
+ source:
65
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v2-12b
66
+ name: Open LLM Leaderboard
67
+ - task:
68
+ type: text-generation
69
+ name: Text Generation
70
+ dataset:
71
+ name: GPQA (0-shot)
72
+ type: Idavidrein/gpqa
73
+ args:
74
+ num_few_shot: 0
75
+ metrics:
76
+ - type: acc_norm
77
+ value: 5.48
78
+ name: acc_norm
79
+ source:
80
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v2-12b
81
+ name: Open LLM Leaderboard
82
+ - task:
83
+ type: text-generation
84
+ name: Text Generation
85
+ dataset:
86
+ name: MuSR (0-shot)
87
+ type: TAUR-Lab/MuSR
88
+ args:
89
+ num_few_shot: 0
90
+ metrics:
91
+ - type: acc_norm
92
+ value: 11.37
93
+ name: acc_norm
94
+ source:
95
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v2-12b
96
+ name: Open LLM Leaderboard
97
+ - task:
98
+ type: text-generation
99
+ name: Text Generation
100
+ dataset:
101
+ name: MMLU-PRO (5-shot)
102
+ type: TIGER-Lab/MMLU-Pro
103
+ config: main
104
+ split: test
105
+ args:
106
+ num_few_shot: 5
107
+ metrics:
108
+ - type: acc
109
+ value: 24.08
110
+ name: accuracy
111
+ source:
112
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v2-12b
113
+ name: Open LLM Leaderboard
114
+ ---
115
+
116
+ <div style="width: auto; margin-left: auto; margin-right: auto">
117
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
118
+ </div>
119
+ <div style="display: flex; justify-content: space-between; width: 100%;">
120
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
121
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
122
+ 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>
123
+ </p>
124
+ </div>
125
+ </div>
126
+
127
+ ## anthracite-org/magnum-v2-12b - GGUF
128
+
129
+ This repo contains GGUF format model files for [anthracite-org/magnum-v2-12b](https://huggingface.co/anthracite-org/magnum-v2-12b).
130
+
131
+ 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).
132
+
133
+ <div style="text-align: left; margin: 20px 0;">
134
+ <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;">
135
+ Run them on the TensorBlock client using your local machine ↗
136
+ </a>
137
+ </div>
138
+
139
+ ## Prompt template
140
+
141
+ ```
142
+ <|im_start|>system
143
+ {system_prompt}<|im_end|>
144
+ <|im_start|>user
145
+ {prompt}<|im_end|>
146
+ <|im_start|>assistant
147
+ ```
148
+
149
+ ## Model file specification
150
+
151
+ | Filename | Quant type | File Size | Description |
152
+ | -------- | ---------- | --------- | ----------- |
153
+ | [magnum-v2-12b-Q2_K.gguf](https://huggingface.co/tensorblock/magnum-v2-12b-GGUF/blob/main/magnum-v2-12b-Q2_K.gguf) | Q2_K | 4.791 GB | smallest, significant quality loss - not recommended for most purposes |
154
+ | [magnum-v2-12b-Q3_K_S.gguf](https://huggingface.co/tensorblock/magnum-v2-12b-GGUF/blob/main/magnum-v2-12b-Q3_K_S.gguf) | Q3_K_S | 5.534 GB | very small, high quality loss |
155
+ | [magnum-v2-12b-Q3_K_M.gguf](https://huggingface.co/tensorblock/magnum-v2-12b-GGUF/blob/main/magnum-v2-12b-Q3_K_M.gguf) | Q3_K_M | 6.083 GB | very small, high quality loss |
156
+ | [magnum-v2-12b-Q3_K_L.gguf](https://huggingface.co/tensorblock/magnum-v2-12b-GGUF/blob/main/magnum-v2-12b-Q3_K_L.gguf) | Q3_K_L | 6.562 GB | small, substantial quality loss |
157
+ | [magnum-v2-12b-Q4_0.gguf](https://huggingface.co/tensorblock/magnum-v2-12b-GGUF/blob/main/magnum-v2-12b-Q4_0.gguf) | Q4_0 | 7.072 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
158
+ | [magnum-v2-12b-Q4_K_S.gguf](https://huggingface.co/tensorblock/magnum-v2-12b-GGUF/blob/main/magnum-v2-12b-Q4_K_S.gguf) | Q4_K_S | 7.120 GB | small, greater quality loss |
159
+ | [magnum-v2-12b-Q4_K_M.gguf](https://huggingface.co/tensorblock/magnum-v2-12b-GGUF/blob/main/magnum-v2-12b-Q4_K_M.gguf) | Q4_K_M | 7.477 GB | medium, balanced quality - recommended |
160
+ | [magnum-v2-12b-Q5_0.gguf](https://huggingface.co/tensorblock/magnum-v2-12b-GGUF/blob/main/magnum-v2-12b-Q5_0.gguf) | Q5_0 | 8.519 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
161
+ | [magnum-v2-12b-Q5_K_S.gguf](https://huggingface.co/tensorblock/magnum-v2-12b-GGUF/blob/main/magnum-v2-12b-Q5_K_S.gguf) | Q5_K_S | 8.519 GB | large, low quality loss - recommended |
162
+ | [magnum-v2-12b-Q5_K_M.gguf](https://huggingface.co/tensorblock/magnum-v2-12b-GGUF/blob/main/magnum-v2-12b-Q5_K_M.gguf) | Q5_K_M | 8.728 GB | large, very low quality loss - recommended |
163
+ | [magnum-v2-12b-Q6_K.gguf](https://huggingface.co/tensorblock/magnum-v2-12b-GGUF/blob/main/magnum-v2-12b-Q6_K.gguf) | Q6_K | 10.056 GB | very large, extremely low quality loss |
164
+ | [magnum-v2-12b-Q8_0.gguf](https://huggingface.co/tensorblock/magnum-v2-12b-GGUF/blob/main/magnum-v2-12b-Q8_0.gguf) | Q8_0 | 13.022 GB | very large, extremely low quality loss - not recommended |
165
+
166
+
167
+ ## Downloading instruction
168
+
169
+ ### Command line
170
+
171
+ Firstly, install Huggingface Client
172
+
173
+ ```shell
174
+ pip install -U "huggingface_hub[cli]"
175
+ ```
176
+
177
+ Then, downoad the individual model file the a local directory
178
+
179
+ ```shell
180
+ huggingface-cli download tensorblock/magnum-v2-12b-GGUF --include "magnum-v2-12b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
181
+ ```
182
+
183
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
184
+
185
+ ```shell
186
+ huggingface-cli download tensorblock/magnum-v2-12b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
187
+ ```
magnum-v2-12b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea933b5f401e32d0b51384a5c80eca4e330aeb0d0917f1970c3853117143cb2a
3
+ size 4791047488
magnum-v2-12b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16b9f78820a89d35de80805b9ac9f0175e5799e4b1c3da769394aca271e99653
3
+ size 6561502528
magnum-v2-12b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a074b441a71d450c5cee56ad3b266f4245f602d4a1d5fe028d40ce9d3b17ce91
3
+ size 6083089728
magnum-v2-12b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68dbd6e8b756f6226eacd863ead557ba1923161315cacfa3ee2b8c368582bc33
3
+ size 5534225728
magnum-v2-12b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1342f1329b960a8ace1ddc27072e58e9a8403b87a0d4d09eb01703c98ebe598f
3
+ size 7071700288
magnum-v2-12b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45a110e4dc546c098a80289a417bdacb11c80317361c74b56cce9a0df9876b81
3
+ size 7477204288
magnum-v2-12b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eeb8092ce92673a211668620f1632d28dea6d20480f0a0bf191d68edd7c5ea6
3
+ size 7120196928
magnum-v2-12b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:636d5aefd49519899f150cc5c75b1bd3d1542312fb027a01727aa023c0de67c8
3
+ size 8518735168
magnum-v2-12b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4abd5ae378557900f1512dfc1c9fc5dfb567562bb2f7cb05360225e69ff7dc12
3
+ size 8727631168
magnum-v2-12b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8fc6f9fa000d966c94a1f0bc5ba714358e5d42e7b838020815ae191a04e6949e
3
+ size 8518735168
magnum-v2-12b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34f7e5304bb2b5046c10c3aeac3eb01453e312083e98bf85f62ab0e9139815dd
3
+ size 10056209728
magnum-v2-12b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:815b4cf72b08c7145ca17bd3f39811d20fe2b5126d451af54da4e733a895dd08
3
+ size 13022369088