rAIfle commited on
Commit
e3c767e
1 Parent(s): ccb16cb

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +69 -0
README.md ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ tags:
4
+ - not-for-all-audiences
5
+ ---
6
+ ```
7
+ e88 88e d8
8
+ d888 888b 8888 8888 ,"Y88b 888 8e d88
9
+ C8888 8888D 8888 8888 "8" 888 888 88b d88888
10
+ Y888 888P Y888 888P ,ee 888 888 888 888
11
+ "88 88" "88 88" "88 888 888 888 888
12
+ b
13
+ 8b,
14
+
15
+ e88'Y88 d8 888
16
+ d888 'Y ,"Y88b 888,8, d88 ,e e, 888
17
+ C8888 "8" 888 888 " d88888 d88 88b 888
18
+ Y888 ,d ,ee 888 888 888 888 , 888
19
+ "88,d88 "88 888 888 888 "YeeP" 888
20
+
21
+ PROUDLY PRESENTS
22
+ ```
23
+ # mini-magnum-12b-v1.1-exl2-rpcal
24
+
25
+ Quantized using 200 samples of 8192 tokens from an RP-oriented [PIPPA](https://huggingface.co/datasets/royallab/PIPPA-cleaned) dataset.
26
+
27
+ Branches:
28
+ - `main` -- `measurement.json`
29
+ - `8b8h` -- 8bpw, 8bit lm_head
30
+ - `6b8h` -- 6bpw, 8bit lm_head
31
+ - `4b6h` -- 4bpw, 6bit lm_head
32
+ - `2.25b6h` -- 2.25bpw, 6bit lm_head
33
+
34
+ Original model link: [intervitens/mini-magnum-12b-v1.1](https://huggingface.co/intervitens/mini-magnum-12b-v1.1)
35
+
36
+ ### Quanter's notes
37
+ As apparently the default dataset is supposed to be better in nearly all situations, I decided to start quanting using that in addition to my standard rpcal-fare. I'd appreciate real-world tests to confirm the hypothesis, though, so please leave a comment if you find rpcal to be better than what I've dubbed 'longcal'.
38
+
39
+ Original model README below.
40
+
41
+ -----
42
+
43
+ ![](mini-magnum.png)
44
+
45
+ This model is the miniature version of [alpindale/magnum-72b-v1](https://huggingface.co/alpindale/magnum-72b-v1), a second entry 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).
46
+ A new general purpose instruction dataset by kalomaze was added to the training mix for better coherence and general alignment. We are working on improving our dataset and training procedures, so expect new versions to come out soon.
47
+
48
+
49
+ ## Prompting
50
+ Model has been Instruct tuned with the Mistral formatting. A typical input would look like this:
51
+
52
+ ```py
53
+ """[INST] Hi there! [/INST]Nice to meet you!</s>[INST] Can I ask a question? [/INST]
54
+ """
55
+ ```
56
+
57
+ ## Credits
58
+
59
+ This model has been a team effort, credits go to:
60
+
61
+ - [Sao10K](https://huggingface.co/Sao10K) and [kalomaze](https://huggingface.co/kalomaze) for help with (and cleaning up!) the dataset.
62
+ - [alpindale](https://huggingface.co/alpindale) for the training.
63
+ - Various other people for their continued help as we tuned the parameters, restarted failed runs. In no particular order: [Doctor Shotgun](https://huggingface.co/Doctor-Shotgun), [Lucy](https://huggingface.co/lucyknada), [Nopm](https://huggingface.co/nopm), [Mango](https://huggingface.co/MangoMango69420), [Intervitens](https://huggingface.co/intervitens), and the rest of the Silly Tilly.
64
+
65
+ [<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)
66
+
67
+ ## Safety
68
+ ...
69
+