aashish1904
commited on
Commit
•
3ebd1ee
1
Parent(s):
da464ee
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
|
4 |
+
license: apache-2.0
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
- fr
|
8 |
+
- de
|
9 |
+
- es
|
10 |
+
- it
|
11 |
+
- pt
|
12 |
+
- ru
|
13 |
+
- zh
|
14 |
+
- ja
|
15 |
+
pipeline_tag: text-generation
|
16 |
+
tags:
|
17 |
+
- chat
|
18 |
+
|
19 |
+
---
|
20 |
+
|
21 |
+
![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)
|
22 |
+
|
23 |
+
# QuantFactory/magnum-12b-v2-GGUF
|
24 |
+
This is quantized version of [anthracite-org/magnum-12b-v2](https://huggingface.co/anthracite-org/magnum-12b-v2) created using llama.cpp
|
25 |
+
|
26 |
+
# Original Model Card
|
27 |
+
|
28 |
+
|
29 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/658a46cbfb9c2bdfae75b3a6/A9n8EJBDQziJWnXhOYeEE.png)
|
30 |
+
|
31 |
+
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).
|
32 |
+
|
33 |
+
## Prompting
|
34 |
+
Model has been Instruct tuned with the ChatML formatting. A typical input would look like this:
|
35 |
+
|
36 |
+
```py
|
37 |
+
"""<|im_start|>system
|
38 |
+
system prompt<|im_end|>
|
39 |
+
<|im_start|>user
|
40 |
+
Hi there!<|im_end|>
|
41 |
+
<|im_start|>assistant
|
42 |
+
Nice to meet you!<|im_end|>
|
43 |
+
<|im_start|>user
|
44 |
+
Can I ask a question?<|im_end|>
|
45 |
+
<|im_start|>assistant
|
46 |
+
"""
|
47 |
+
```
|
48 |
+
|
49 |
+
## Credits
|
50 |
+
- Stheno dataset (filtered)
|
51 |
+
- [NobodyExistsOnTheInternet/claude_3.5s_single_turn_unslop_filtered](https://huggingface.co/datasets/NobodyExistsOnTheInternet/claude_3.5s_single_turn_unslop_filtered)
|
52 |
+
- [NobodyExistsOnTheInternet/PhiloGlanSharegpt](https://huggingface.co/datasets/NobodyExistsOnTheInternet/PhiloGlanSharegpt)
|
53 |
+
- [NobodyExistsOnTheInternet/Magpie-Reasoning-Medium-Subset](https://huggingface.co/datasets/NobodyExistsOnTheInternet/Magpie-Reasoning-Medium-Subset)
|
54 |
+
- [kalomaze/Opus_Instruct_25k](https://huggingface.co/datasets/kalomaze/Opus_Instruct_25k)
|
55 |
+
- [Nopm/Opus_WritingStruct](https://huggingface.co/datasets/Nopm/Opus_WritingStruct)
|
56 |
+
- [Gryphe/Sonnet3.5-SlimOrcaDedupCleaned](https://huggingface.co/datasets/Gryphe/Sonnet3.5-SlimOrcaDedupCleaned) (A ~16k rows subset)
|
57 |
+
|
58 |
+
This model has been a team effort, and the credits goes to all members of Anthracite.
|
59 |
+
|
60 |
+
## Training
|
61 |
+
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.
|
62 |
+
|
63 |
+
[<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)
|
64 |
+
|
65 |
+
## Safety
|
66 |
+
...
|