morriszms commited on
Commit
0c864ef
1 Parent(s): 113b856

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-v4-12b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ magnum-v4-12b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ magnum-v4-12b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ magnum-v4-12b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ magnum-v4-12b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ magnum-v4-12b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ magnum-v4-12b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ magnum-v4-12b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ magnum-v4-12b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ magnum-v4-12b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ magnum-v4-12b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ magnum-v4-12b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,185 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ library_name: transformers
6
+ tags:
7
+ - chat
8
+ - TensorBlock
9
+ - GGUF
10
+ pipeline_tag: text-generation
11
+ datasets:
12
+ - anthracite-org/c2_logs_32k_llama3_qwen2_v1.2_no_system
13
+ - anthracite-org/kalo-opus-instruct-22k-no-refusal-no-system
14
+ - anthracite-org/kalo-opus-instruct-3k-filtered-no-system
15
+ - anthracite-org/nopm_claude_writing_fixed
16
+ - anthracite-org/kalo_opus_misc_240827_no_system
17
+ - anthracite-org/kalo_misc_part2_no_system
18
+ base_model: anthracite-org/magnum-v4-12b
19
+ model-index:
20
+ - name: magnum-v4-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: 33.93
33
+ name: strict accuracy
34
+ source:
35
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v4-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: 30.5
48
+ name: normalized accuracy
49
+ source:
50
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v4-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: 9.82
63
+ name: exact match
64
+ source:
65
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v4-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: 6.15
78
+ name: acc_norm
79
+ source:
80
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v4-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: 10.36
93
+ name: acc_norm
94
+ source:
95
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v4-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: 28.93
110
+ name: accuracy
111
+ source:
112
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v4-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-v4-12b - GGUF
128
+
129
+ This repo contains GGUF format model files for [anthracite-org/magnum-v4-12b](https://huggingface.co/anthracite-org/magnum-v4-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
+ <s>[INST]{system_prompt}
143
+
144
+ {prompt}[/INST]
145
+ ```
146
+
147
+ ## Model file specification
148
+
149
+ | Filename | Quant type | File Size | Description |
150
+ | -------- | ---------- | --------- | ----------- |
151
+ | [magnum-v4-12b-Q2_K.gguf](https://huggingface.co/tensorblock/magnum-v4-12b-GGUF/blob/main/magnum-v4-12b-Q2_K.gguf) | Q2_K | 4.791 GB | smallest, significant quality loss - not recommended for most purposes |
152
+ | [magnum-v4-12b-Q3_K_S.gguf](https://huggingface.co/tensorblock/magnum-v4-12b-GGUF/blob/main/magnum-v4-12b-Q3_K_S.gguf) | Q3_K_S | 5.534 GB | very small, high quality loss |
153
+ | [magnum-v4-12b-Q3_K_M.gguf](https://huggingface.co/tensorblock/magnum-v4-12b-GGUF/blob/main/magnum-v4-12b-Q3_K_M.gguf) | Q3_K_M | 6.083 GB | very small, high quality loss |
154
+ | [magnum-v4-12b-Q3_K_L.gguf](https://huggingface.co/tensorblock/magnum-v4-12b-GGUF/blob/main/magnum-v4-12b-Q3_K_L.gguf) | Q3_K_L | 6.562 GB | small, substantial quality loss |
155
+ | [magnum-v4-12b-Q4_0.gguf](https://huggingface.co/tensorblock/magnum-v4-12b-GGUF/blob/main/magnum-v4-12b-Q4_0.gguf) | Q4_0 | 7.072 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
156
+ | [magnum-v4-12b-Q4_K_S.gguf](https://huggingface.co/tensorblock/magnum-v4-12b-GGUF/blob/main/magnum-v4-12b-Q4_K_S.gguf) | Q4_K_S | 7.120 GB | small, greater quality loss |
157
+ | [magnum-v4-12b-Q4_K_M.gguf](https://huggingface.co/tensorblock/magnum-v4-12b-GGUF/blob/main/magnum-v4-12b-Q4_K_M.gguf) | Q4_K_M | 7.477 GB | medium, balanced quality - recommended |
158
+ | [magnum-v4-12b-Q5_0.gguf](https://huggingface.co/tensorblock/magnum-v4-12b-GGUF/blob/main/magnum-v4-12b-Q5_0.gguf) | Q5_0 | 8.519 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
159
+ | [magnum-v4-12b-Q5_K_S.gguf](https://huggingface.co/tensorblock/magnum-v4-12b-GGUF/blob/main/magnum-v4-12b-Q5_K_S.gguf) | Q5_K_S | 8.519 GB | large, low quality loss - recommended |
160
+ | [magnum-v4-12b-Q5_K_M.gguf](https://huggingface.co/tensorblock/magnum-v4-12b-GGUF/blob/main/magnum-v4-12b-Q5_K_M.gguf) | Q5_K_M | 8.728 GB | large, very low quality loss - recommended |
161
+ | [magnum-v4-12b-Q6_K.gguf](https://huggingface.co/tensorblock/magnum-v4-12b-GGUF/blob/main/magnum-v4-12b-Q6_K.gguf) | Q6_K | 10.056 GB | very large, extremely low quality loss |
162
+ | [magnum-v4-12b-Q8_0.gguf](https://huggingface.co/tensorblock/magnum-v4-12b-GGUF/blob/main/magnum-v4-12b-Q8_0.gguf) | Q8_0 | 13.022 GB | very large, extremely low quality loss - not recommended |
163
+
164
+
165
+ ## Downloading instruction
166
+
167
+ ### Command line
168
+
169
+ Firstly, install Huggingface Client
170
+
171
+ ```shell
172
+ pip install -U "huggingface_hub[cli]"
173
+ ```
174
+
175
+ Then, downoad the individual model file the a local directory
176
+
177
+ ```shell
178
+ huggingface-cli download tensorblock/magnum-v4-12b-GGUF --include "magnum-v4-12b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
179
+ ```
180
+
181
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
182
+
183
+ ```shell
184
+ huggingface-cli download tensorblock/magnum-v4-12b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
185
+ ```
magnum-v4-12b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77ab6d9c814de7f0555d01b12a9d1f3482609a02714ac5f5056d67573af6ba9e
3
+ size 4791051232
magnum-v4-12b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df40cf965b1f5b7265a68b3f7d2409779a64808af0b925ecbf20ac5db37e9090
3
+ size 6561506272
magnum-v4-12b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:276a3b3586fc860a1f65decc2ec716dccf14b411d9435651f90e604ebe110c4a
3
+ size 6083093472
magnum-v4-12b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1603799f113f167918815f474f494bddd773d678a62f8ab17f696a8533413109
3
+ size 5534229472
magnum-v4-12b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:177de58d16fea1eb605700bfb64970989bb9823b315caab6433df5917189aa21
3
+ size 7071704032
magnum-v4-12b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6db444dfe0f283569ce26188a71289b3c502403a350f39c778840ddc714d05e5
3
+ size 7477208032
magnum-v4-12b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34d0cf2d60426a148e0d2660ea824abe604bbfe5a14c165d0225b27132ca4561
3
+ size 7120200672
magnum-v4-12b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c40b6c3a3252aa7ad554775ec84df4d088b880f6aabb9e3bd413d0aa767eb9f1
3
+ size 8518738912
magnum-v4-12b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b95f4549301d46f6ba81035b86ced5863657bfb335a1a5f5dab26e57d10ea04b
3
+ size 8727634912
magnum-v4-12b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dba47c5cab3d70cc7bb9e9129362920001c5e5c3c0548bcf8eeb272c0f90e0e
3
+ size 8518738912
magnum-v4-12b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de866b71e71e5be92a810d2563feb5baddd7b1ef2d10665868800764489e33e7
3
+ size 10056213472
magnum-v4-12b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3266570d73bcf5888dbb7c23ae69c522d2b89a6c0d3491c85df329d25d690fc
3
+ size 13022372832