Upload folder using huggingface_hub
Browse files- .gitattributes +1 -0
- README.md +162 -0
- magnum-v2-12b.Q4_0.gguf +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ 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.Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,162 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
base_model: mistralai/Mistral-Nemo-Base-2407
|
16 |
+
pipeline_tag: text-generation
|
17 |
+
model-index:
|
18 |
+
- name: magnum-v2-12b
|
19 |
+
results:
|
20 |
+
- task:
|
21 |
+
type: text-generation
|
22 |
+
name: Text Generation
|
23 |
+
dataset:
|
24 |
+
name: IFEval (0-Shot)
|
25 |
+
type: HuggingFaceH4/ifeval
|
26 |
+
args:
|
27 |
+
num_few_shot: 0
|
28 |
+
metrics:
|
29 |
+
- type: inst_level_strict_acc and prompt_level_strict_acc
|
30 |
+
value: 37.62
|
31 |
+
name: strict accuracy
|
32 |
+
source:
|
33 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v2-12b
|
34 |
+
name: Open LLM Leaderboard
|
35 |
+
- task:
|
36 |
+
type: text-generation
|
37 |
+
name: Text Generation
|
38 |
+
dataset:
|
39 |
+
name: BBH (3-Shot)
|
40 |
+
type: BBH
|
41 |
+
args:
|
42 |
+
num_few_shot: 3
|
43 |
+
metrics:
|
44 |
+
- type: acc_norm
|
45 |
+
value: 28.79
|
46 |
+
name: normalized accuracy
|
47 |
+
source:
|
48 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v2-12b
|
49 |
+
name: Open LLM Leaderboard
|
50 |
+
- task:
|
51 |
+
type: text-generation
|
52 |
+
name: Text Generation
|
53 |
+
dataset:
|
54 |
+
name: MATH Lvl 5 (4-Shot)
|
55 |
+
type: hendrycks/competition_math
|
56 |
+
args:
|
57 |
+
num_few_shot: 4
|
58 |
+
metrics:
|
59 |
+
- type: exact_match
|
60 |
+
value: 4.76
|
61 |
+
name: exact match
|
62 |
+
source:
|
63 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v2-12b
|
64 |
+
name: Open LLM Leaderboard
|
65 |
+
- task:
|
66 |
+
type: text-generation
|
67 |
+
name: Text Generation
|
68 |
+
dataset:
|
69 |
+
name: GPQA (0-shot)
|
70 |
+
type: Idavidrein/gpqa
|
71 |
+
args:
|
72 |
+
num_few_shot: 0
|
73 |
+
metrics:
|
74 |
+
- type: acc_norm
|
75 |
+
value: 5.48
|
76 |
+
name: acc_norm
|
77 |
+
source:
|
78 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v2-12b
|
79 |
+
name: Open LLM Leaderboard
|
80 |
+
- task:
|
81 |
+
type: text-generation
|
82 |
+
name: Text Generation
|
83 |
+
dataset:
|
84 |
+
name: MuSR (0-shot)
|
85 |
+
type: TAUR-Lab/MuSR
|
86 |
+
args:
|
87 |
+
num_few_shot: 0
|
88 |
+
metrics:
|
89 |
+
- type: acc_norm
|
90 |
+
value: 11.37
|
91 |
+
name: acc_norm
|
92 |
+
source:
|
93 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v2-12b
|
94 |
+
name: Open LLM Leaderboard
|
95 |
+
- task:
|
96 |
+
type: text-generation
|
97 |
+
name: Text Generation
|
98 |
+
dataset:
|
99 |
+
name: MMLU-PRO (5-shot)
|
100 |
+
type: TIGER-Lab/MMLU-Pro
|
101 |
+
config: main
|
102 |
+
split: test
|
103 |
+
args:
|
104 |
+
num_few_shot: 5
|
105 |
+
metrics:
|
106 |
+
- type: acc
|
107 |
+
value: 24.08
|
108 |
+
name: accuracy
|
109 |
+
source:
|
110 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=anthracite-org/magnum-v2-12b
|
111 |
+
name: Open LLM Leaderboard
|
112 |
+
---
|
113 |
+
|
114 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/658a46cbfb9c2bdfae75b3a6/A9n8EJBDQziJWnXhOYeEE.png)
|
115 |
+
|
116 |
+
This is the fourth in a series of models designed to replicate the prose quality of the Claude 3 models, specifically Sonnet and Opus. This model is fine-tuned on top of [Mistral-Nemo-Base-2407](https://huggingface.co/mistralai/Mistral-Nemo-Base-2407).
|
117 |
+
|
118 |
+
## Prompting
|
119 |
+
Model has been Instruct tuned with the ChatML formatting. A typical input would look like this:
|
120 |
+
|
121 |
+
```py
|
122 |
+
"""<|im_start|>system
|
123 |
+
system prompt<|im_end|>
|
124 |
+
<|im_start|>user
|
125 |
+
Hi there!<|im_end|>
|
126 |
+
<|im_start|>assistant
|
127 |
+
Nice to meet you!<|im_end|>
|
128 |
+
<|im_start|>user
|
129 |
+
Can I ask a question?<|im_end|>
|
130 |
+
<|im_start|>assistant
|
131 |
+
"""
|
132 |
+
```
|
133 |
+
|
134 |
+
## Credits
|
135 |
+
- Stheno dataset (filtered)
|
136 |
+
- [kalomaze/Opus_Instruct_25k](https://huggingface.co/datasets/kalomaze/Opus_Instruct_25k)
|
137 |
+
- [Nopm/Opus_WritingStruct](https://huggingface.co/datasets/Nopm/Opus_WritingStruct)
|
138 |
+
- [Gryphe/Sonnet3.5-SlimOrcaDedupCleaned](https://huggingface.co/datasets/Gryphe/Sonnet3.5-SlimOrcaDedupCleaned) (A ~16k rows subset)
|
139 |
+
- [kalomaze/Opus_Instruct_3k](https://huggingface.co/datasets/kalomaze/Opus_Instruct_3k)
|
140 |
+
|
141 |
+
This model has been a team effort, and the credits goes to all members of Anthracite.
|
142 |
+
|
143 |
+
## Training
|
144 |
+
The training was done for 2 epochs. We used 8x [NVIDIA H100 Tensor Core](https://www.nvidia.com/en-us/data-center/h100/) GPUs for the full-parameter fine-tuning of the model.
|
145 |
+
|
146 |
+
[<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
|
147 |
+
|
148 |
+
## Safety
|
149 |
+
...
|
150 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
151 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_anthracite-org__magnum-v2-12b)
|
152 |
+
|
153 |
+
| Metric |Value|
|
154 |
+
|-------------------|----:|
|
155 |
+
|Avg. |18.68|
|
156 |
+
|IFEval (0-Shot) |37.62|
|
157 |
+
|BBH (3-Shot) |28.79|
|
158 |
+
|MATH Lvl 5 (4-Shot)| 4.76|
|
159 |
+
|GPQA (0-shot) | 5.48|
|
160 |
+
|MuSR (0-shot) |11.37|
|
161 |
+
|MMLU-PRO (5-shot) |24.08|
|
162 |
+
|
magnum-v2-12b.Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fd7edd4b254f458386d3b3323c8b238af92e536690d7fb977be32d09ba2cdb54
|
3 |
+
size 7071700256
|