lucyknada commited on
Commit
3b472f0
1 Parent(s): f0894c1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: tongyi-qianwen
4
+ license_link: https://huggingface.co/Qwen/Qwen2-72B-Instruct/blob/main/LICENSE
5
+ language:
6
+ - en
7
+ - zh
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - chat
11
+ ---
12
+
13
+ ## This repo contains EXL2 quants of the model. If you need the original weights, please find them [here](https://huggingface.co/anthracite-org/magnum-32b-v1).
14
+ ## Base repo only contains the measurement file, see revisions for your quant of choice.
15
+
16
+ - [measurement.json](https://huggingface.co/anthracite-org/magnum-32b-v2-exl2/tree/main)
17
+ - [3.0bpw](https://huggingface.co/anthracite-org/magnum-32b-v2-exl2/tree/3.0bpw)
18
+ - [4.0bpw](https://huggingface.co/anthracite-org/magnum-32b-v2-exl2/tree/4.0bpw)
19
+ - [5.0bpw](https://huggingface.co/anthracite-org/magnum-32b-v2-exl2/tree/5.0bpw) (uploading soon)
20
+ - [6.0bpw](https://huggingface.co/anthracite-org/magnum-32b-v2-exl2/tree/6.0bpw) (uploading soon)
21
+ - [8.0bpw](https://huggingface.co/anthracite-org/magnum-32b-v2-exl2/tree/8.0bpw) (uploading soon)
22
+
23
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/658a46cbfb9c2bdfae75b3a6/A9n8EJBDQziJWnXhOYeEE.png)
24
+
25
+ This is the third 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 [Qwen1.5 32B](https://huggingface.co/Qwen/Qwen1.5-32B).
26
+
27
+ ## Prompting
28
+ Model has been Instruct tuned with the ChatML formatting. A typical input would look like this:
29
+
30
+ ```py
31
+ """<|im_start|>user
32
+ Hi there!<|im_end|>
33
+ <|im_start|>assistant
34
+ Nice to meet you!<|im_end|>
35
+ <|im_start|>user
36
+ Can I ask a question?<|im_end|>
37
+ <|im_start|>assistant
38
+ """
39
+ ```
40
+
41
+ ## Credits
42
+
43
+ - [NobodyExistsOnTheInternet/Magpie-Reasoning-Medium-Subset](https://huggingface.co/datasets/NobodyExistsOnTheInternet/Magpie-Reasoning-Medium-Subset)
44
+ - [kalomaze/Opus_Instruct_25k](https://huggingface.co/datasets/kalomaze/Opus_Instruct_25k)
45
+ - [Nopm/Opus_WritingStruct](https://huggingface.co/datasets/Nopm/Opus_WritingStruct)
46
+ - [Gryphe/Sonnet3.5-SlimOrcaDedupCleaned](https://huggingface.co/datasets/Gryphe/Sonnet3.5-SlimOrcaDedupCleaned) (A ~16k rows subset)
47
+
48
+ This model has been a team effort, and the credits goes to all members of Anthracite.
49
+
50
+ ## Training
51
+ 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.
52
+
53
+ [<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)
54
+
55
+ ## Safety
56
+ ...