aashish1904
commited on
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
|
4 |
+
base_model:
|
5 |
+
- anthracite-org/magnum-12b-v2
|
6 |
+
- nothingiisreal/MN-12B-Celeste-V1.9
|
7 |
+
library_name: transformers
|
8 |
+
tags:
|
9 |
+
- mergekit
|
10 |
+
- merge
|
11 |
+
|
12 |
+
|
13 |
+
---
|
14 |
+
|
15 |
+
![](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)
|
16 |
+
|
17 |
+
# QuantFactory/MN-12B-Starcannon-v3-GGUF
|
18 |
+
This is quantized version of [nothingiisreal/MN-12B-Starcannon-v3](https://huggingface.co/nothingiisreal/MN-12B-Starcannon-v3) created using llama.cpp
|
19 |
+
|
20 |
+
# Original Model Card
|
21 |
+
|
22 |
+
# Mistral Nemo 12B Starcannon v3
|
23 |
+
|
24 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
25 |
+
<br>
|
26 |
+
[Static GGUF (by Mradermacher)](https://huggingface.co/mradermacher/MN-12B-Starcannon-v3-GGUF) <br>
|
27 |
+
[Imatrix GGUF (by Mradermacher)](https://huggingface.co/mradermacher/MN-12B-Starcannon-v3-i1-GGUF) <br>
|
28 |
+
[EXL2 (by kingbri of RoyalLab)](https://huggingface.co/royallab/MN-12B-Starcannon-v3-exl2)
|
29 |
+
## Merge Details
|
30 |
+
### Merge Method
|
31 |
+
|
32 |
+
This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using [nothingiisreal/MN-12B-Celeste-V1.9](https://huggingface.co/nothingiisreal/MN-12B-Celeste-V1.9) as a base.
|
33 |
+
|
34 |
+
### Merge Fodder
|
35 |
+
|
36 |
+
The following models were included in the merge:
|
37 |
+
* [anthracite-org/magnum-12b-v2](https://huggingface.co/anthracite-org/magnum-12b-v2)
|
38 |
+
* [nothingiisreal/MN-12B-Celeste-V1.9](https://huggingface.co/nothingiisreal/MN-12B-Celeste-V1.9)
|
39 |
+
|
40 |
+
### Configuration
|
41 |
+
|
42 |
+
The following YAML configuration was used to produce this model:
|
43 |
+
|
44 |
+
```yaml
|
45 |
+
models:
|
46 |
+
- model: anthracite-org/magnum-12b-v2
|
47 |
+
parameters:
|
48 |
+
density: 0.3
|
49 |
+
weight: 0.5
|
50 |
+
- model: nothingiisreal/MN-12B-Celeste-V1.9
|
51 |
+
parameters:
|
52 |
+
density: 0.7
|
53 |
+
weight: 0.5
|
54 |
+
|
55 |
+
merge_method: ties
|
56 |
+
base_model: nothingiisreal/MN-12B-Celeste-V1.9
|
57 |
+
parameters:
|
58 |
+
normalize: true
|
59 |
+
int8_mask: true
|
60 |
+
dtype: bfloat16
|
61 |
+
|
62 |
+
```
|
63 |
+
|