munish0838 commited on
Commit
4da4757
·
verified ·
1 Parent(s): 1c0159e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +58 -0
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
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](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
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/V4OFnx7IBvXhYphdkUr5F.png)
27
+
28
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/86f66Aq_j0aS5KcEhFkVp.png)
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
+ ```