morriszms commited on
Commit
3742e8a
1 Parent(s): 49bccaa

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-22b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ magnum-v4-22b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ magnum-v4-22b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ magnum-v4-22b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ magnum-v4-22b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ magnum-v4-22b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ magnum-v4-22b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ magnum-v4-22b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ magnum-v4-22b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ magnum-v4-22b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ magnum-v4-22b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ magnum-v4-22b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,186 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: other
5
+ library_name: transformers
6
+ tags:
7
+ - chat
8
+ - TensorBlock
9
+ - GGUF
10
+ license_name: mrl
11
+ pipeline_tag: text-generation
12
+ datasets:
13
+ - anthracite-org/c2_logs_32k_mistral-v3_v1.2_no_system
14
+ - anthracite-org/kalo-opus-instruct-22k-no-refusal-no-system
15
+ - anthracite-org/kalo-opus-instruct-3k-filtered-no-system
16
+ - anthracite-org/nopm_claude_writing_fixed
17
+ - anthracite-org/kalo_opus_misc_240827_no_system
18
+ - anthracite-org/kalo_misc_part2_no_system
19
+ base_model: anthracite-org/magnum-v4-22b
20
+ model-index:
21
+ - name: magnum-v4-22b
22
+ results:
23
+ - task:
24
+ type: text-generation
25
+ name: Text Generation
26
+ dataset:
27
+ name: IFEval (0-Shot)
28
+ type: HuggingFaceH4/ifeval
29
+ args:
30
+ num_few_shot: 0
31
+ metrics:
32
+ - type: inst_level_strict_acc and prompt_level_strict_acc
33
+ value: 56.29
34
+ name: strict accuracy
35
+ source:
36
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v4-22b
37
+ name: Open LLM Leaderboard
38
+ - task:
39
+ type: text-generation
40
+ name: Text Generation
41
+ dataset:
42
+ name: BBH (3-Shot)
43
+ type: BBH
44
+ args:
45
+ num_few_shot: 3
46
+ metrics:
47
+ - type: acc_norm
48
+ value: 35.55
49
+ name: normalized accuracy
50
+ source:
51
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v4-22b
52
+ name: Open LLM Leaderboard
53
+ - task:
54
+ type: text-generation
55
+ name: Text Generation
56
+ dataset:
57
+ name: MATH Lvl 5 (4-Shot)
58
+ type: hendrycks/competition_math
59
+ args:
60
+ num_few_shot: 4
61
+ metrics:
62
+ - type: exact_match
63
+ value: 17.6
64
+ name: exact match
65
+ source:
66
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v4-22b
67
+ name: Open LLM Leaderboard
68
+ - task:
69
+ type: text-generation
70
+ name: Text Generation
71
+ dataset:
72
+ name: GPQA (0-shot)
73
+ type: Idavidrein/gpqa
74
+ args:
75
+ num_few_shot: 0
76
+ metrics:
77
+ - type: acc_norm
78
+ value: 10.4
79
+ name: acc_norm
80
+ source:
81
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v4-22b
82
+ name: Open LLM Leaderboard
83
+ - task:
84
+ type: text-generation
85
+ name: Text Generation
86
+ dataset:
87
+ name: MuSR (0-shot)
88
+ type: TAUR-Lab/MuSR
89
+ args:
90
+ num_few_shot: 0
91
+ metrics:
92
+ - type: acc_norm
93
+ value: 13.43
94
+ name: acc_norm
95
+ source:
96
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v4-22b
97
+ name: Open LLM Leaderboard
98
+ - task:
99
+ type: text-generation
100
+ name: Text Generation
101
+ dataset:
102
+ name: MMLU-PRO (5-shot)
103
+ type: TIGER-Lab/MMLU-Pro
104
+ config: main
105
+ split: test
106
+ args:
107
+ num_few_shot: 5
108
+ metrics:
109
+ - type: acc
110
+ value: 31.44
111
+ name: accuracy
112
+ source:
113
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v4-22b
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
+ ## anthracite-org/magnum-v4-22b - GGUF
129
+
130
+ This repo contains GGUF format model files for [anthracite-org/magnum-v4-22b](https://huggingface.co/anthracite-org/magnum-v4-22b).
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
+ <s>[INST] {system_prompt}
144
+
145
+ {prompt}[/INST]
146
+ ```
147
+
148
+ ## Model file specification
149
+
150
+ | Filename | Quant type | File Size | Description |
151
+ | -------- | ---------- | --------- | ----------- |
152
+ | [magnum-v4-22b-Q2_K.gguf](https://huggingface.co/tensorblock/magnum-v4-22b-GGUF/blob/main/magnum-v4-22b-Q2_K.gguf) | Q2_K | 8.272 GB | smallest, significant quality loss - not recommended for most purposes |
153
+ | [magnum-v4-22b-Q3_K_S.gguf](https://huggingface.co/tensorblock/magnum-v4-22b-GGUF/blob/main/magnum-v4-22b-Q3_K_S.gguf) | Q3_K_S | 9.641 GB | very small, high quality loss |
154
+ | [magnum-v4-22b-Q3_K_M.gguf](https://huggingface.co/tensorblock/magnum-v4-22b-GGUF/blob/main/magnum-v4-22b-Q3_K_M.gguf) | Q3_K_M | 10.757 GB | very small, high quality loss |
155
+ | [magnum-v4-22b-Q3_K_L.gguf](https://huggingface.co/tensorblock/magnum-v4-22b-GGUF/blob/main/magnum-v4-22b-Q3_K_L.gguf) | Q3_K_L | 11.730 GB | small, substantial quality loss |
156
+ | [magnum-v4-22b-Q4_0.gguf](https://huggingface.co/tensorblock/magnum-v4-22b-GGUF/blob/main/magnum-v4-22b-Q4_0.gguf) | Q4_0 | 12.569 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
157
+ | [magnum-v4-22b-Q4_K_S.gguf](https://huggingface.co/tensorblock/magnum-v4-22b-GGUF/blob/main/magnum-v4-22b-Q4_K_S.gguf) | Q4_K_S | 12.660 GB | small, greater quality loss |
158
+ | [magnum-v4-22b-Q4_K_M.gguf](https://huggingface.co/tensorblock/magnum-v4-22b-GGUF/blob/main/magnum-v4-22b-Q4_K_M.gguf) | Q4_K_M | 13.341 GB | medium, balanced quality - recommended |
159
+ | [magnum-v4-22b-Q5_0.gguf](https://huggingface.co/tensorblock/magnum-v4-22b-GGUF/blob/main/magnum-v4-22b-Q5_0.gguf) | Q5_0 | 15.325 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
160
+ | [magnum-v4-22b-Q5_K_S.gguf](https://huggingface.co/tensorblock/magnum-v4-22b-GGUF/blob/main/magnum-v4-22b-Q5_K_S.gguf) | Q5_K_S | 15.325 GB | large, low quality loss - recommended |
161
+ | [magnum-v4-22b-Q5_K_M.gguf](https://huggingface.co/tensorblock/magnum-v4-22b-GGUF/blob/main/magnum-v4-22b-Q5_K_M.gguf) | Q5_K_M | 15.723 GB | large, very low quality loss - recommended |
162
+ | [magnum-v4-22b-Q6_K.gguf](https://huggingface.co/tensorblock/magnum-v4-22b-GGUF/blob/main/magnum-v4-22b-Q6_K.gguf) | Q6_K | 18.253 GB | very large, extremely low quality loss |
163
+ | [magnum-v4-22b-Q8_0.gguf](https://huggingface.co/tensorblock/magnum-v4-22b-GGUF/blob/main/magnum-v4-22b-Q8_0.gguf) | Q8_0 | 23.641 GB | very large, extremely low quality loss - not recommended |
164
+
165
+
166
+ ## Downloading instruction
167
+
168
+ ### Command line
169
+
170
+ Firstly, install Huggingface Client
171
+
172
+ ```shell
173
+ pip install -U "huggingface_hub[cli]"
174
+ ```
175
+
176
+ Then, downoad the individual model file the a local directory
177
+
178
+ ```shell
179
+ huggingface-cli download tensorblock/magnum-v4-22b-GGUF --include "magnum-v4-22b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
180
+ ```
181
+
182
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
183
+
184
+ ```shell
185
+ huggingface-cli download tensorblock/magnum-v4-22b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
186
+ ```
magnum-v4-22b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b65544655da3433ce65a8402aecc2229e41156af96fa71039820e2865fb41bbe
3
+ size 8272098208
magnum-v4-22b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48f9a9319dbb7348449338575a342e50a04ab293f9813b0e1ef2498f2da4a1fe
3
+ size 11730432928
magnum-v4-22b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea31ece27b4cd1e8384711b05f9677ae6058ec831db77041b5db191b611aba61
3
+ size 10756830112
magnum-v4-22b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:455d8423abdd31ede6c06902307d733419aec7c04c09f4b3b220a9fef11c8497
3
+ size 9641276320
magnum-v4-22b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3610a856b1347bbcdcb5bb569f8054379565787dc410e86ed4106701b6dc38c8
3
+ size 12569162656
magnum-v4-22b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cac062fa24e845deac70e05b933a420ccfb9772a04ea6bfd2ccb74132c1b2f9d
3
+ size 13341242272
magnum-v4-22b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:970e7c3f47bd9a1a38bc0ab14f6703819d7dcf0d41d3ee2c780c3e32d60f99ae
3
+ size 12660388768
magnum-v4-22b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79d9a804f1a62530a4e13bf0d3af3d6a64ebe0662def4642c28e640934f39fdf
3
+ size 15324820384
magnum-v4-22b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5306b8330ad2795b9cda2bf7e1bba642baec3e91ef3080096c5b87364a5afa39
3
+ size 15722558368
magnum-v4-22b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:740627004845913553ba46166c500c390b199868c2d3e97b60f7d7b96137ce55
3
+ size 15324820384
magnum-v4-22b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35f1f7fbb8272214f2838d87f60f5135ff575f1533dd285c0eab2cbe92ad8155
3
+ size 18252706720
magnum-v4-22b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:920fa8c4cdfdc7df49164ac4506265b3fcbf41b92b6c5530142e4c1e55682209
3
+ size 23640552352