Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
|
4 |
+
base_model:
|
5 |
+
- Epiculous/Violet_Twilight-v0.2
|
6 |
+
- Nitral-AI/Captain_BMO-12B
|
7 |
+
library_name: transformers
|
8 |
+
tags:
|
9 |
+
- mergekit
|
10 |
+
- merge
|
11 |
+
license: other
|
12 |
+
language:
|
13 |
+
- en
|
14 |
+
|
15 |
+
---
|
16 |
+
|
17 |
+
[](https://hf.co/QuantFactory)
|
18 |
+
|
19 |
+
|
20 |
+
# QuantFactory/Captain-Eris_Violet-V0.420-12B-GGUF
|
21 |
+
This is quantized version of [Nitral-AI/Captain-Eris_Violet-V0.420-12B](https://huggingface.co/Nitral-AI/Captain-Eris_Violet-V0.420-12B) created using llama.cpp
|
22 |
+
|
23 |
+
# Original Model Card
|
24 |
+
|
25 |
+
|
26 |
+

|
27 |
+
|
28 |
+

|
29 |
+
|
30 |
+
# Instruct/Context import + Textgen preset combined available: [Here](https://huggingface.co/Nitral-AI/Captain_Violet-V0.420-12B/tree/main/ST)
|
31 |
+
|
32 |
+
## Quants: [4bpw-exl2](https://huggingface.co/Nitral-AI/Captain-Eris_Violet-V0.420-12B-4bpw-exl2) Thanks to Mradermaacher for: [GGUF](https://huggingface.co/mradermacher/Captain-Eris_Violet-V0.420-12B-GGUF) Lewdiculus: [Arm Compatible GGUF's](https://huggingface.co/Lewdiculous/Captain-Eris_Violet-V0.420-12B-GGUF-ARM-Imatrix)<3
|
33 |
+
|
34 |
+
## Original Models used in the merge:
|
35 |
+
[Epiculous/Violet_Twilight-v0.2](https://huggingface.co/Epiculous/Violet_Twilight-v0.2)
|
36 |
+
[Nitral-AI/Captain_BMO-12B](https://huggingface.co/Nitral-AI/Captain_BMO-12B)
|
37 |
+
|
38 |
+
|
39 |
+
### The following YAML configuration was used to produce this model:
|
40 |
+
|
41 |
+
```yaml
|
42 |
+
slices:
|
43 |
+
- sources:
|
44 |
+
- model: Nitral-AI/Captain_BMO-12B
|
45 |
+
layer_range: [0, 40]
|
46 |
+
- model: Epiculous/Violet_Twilight-v0.2
|
47 |
+
layer_range: [0, 40]
|
48 |
+
merge_method: slerp
|
49 |
+
base_model: Nitral-AI/Captain_BMO-12B
|
50 |
+
parameters:
|
51 |
+
t:
|
52 |
+
- filter: self_attn
|
53 |
+
value: [0, 0.5, 0.3, 0.7, 1]
|
54 |
+
- filter: mlp
|
55 |
+
value: [1, 0.5, 0.7, 0.3, 0]
|
56 |
+
- value: 0.420
|
57 |
+
dtype: bfloat16
|
58 |
+
```
|