aashish1904 commited on
Commit
51072a5
·
verified ·
1 Parent(s): a63014c

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model:
5
+ - Nitral-AI/Captain-Eris_Twilight-V0.420-12B
6
+ - Nitral-AI/Diogenes-12B-ChatMLified
7
+ library_name: transformers
8
+ tags:
9
+ - mergekit
10
+ - merge
11
+
12
+
13
+ ---
14
+
15
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
16
+
17
+
18
+ # QuantFactory/Captain-Eris-Diogenes_Twilight-V0.420-12B-GGUF
19
+ This is quantized version of [Nitral-AI/Captain-Eris-Diogenes_Twilight-V0.420-12B](https://huggingface.co/Nitral-AI/Captain-Eris-Diogenes_Twilight-V0.420-12B) created using llama.cpp
20
+
21
+ # Original Model Card
22
+
23
+
24
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/n0HUz-yRPkwQzt3dFrjW9.png)
25
+
26
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/642265bc01c62c1e4102dc36/86f66Aq_j0aS5KcEhFkVp.png)
27
+
28
+ # Instruct/Context import + Textgen preset combined available: [Here](https://huggingface.co/Nitral-AI/Captain-Eris-Diogenes_Twilight-V0.420-12B/tree/main/ST)
29
+ ### The following models were included in the merge:
30
+
31
+ * [Nitral-AI/Captain-Eris_Twilight-V0.420-12B](https://huggingface.co/Nitral-AI/Captain-Eris_Twilight-V0.420-12B)
32
+ * [Nitral-AI/Diogenes-12B-ChatMLified](https://huggingface.co/Nitral-AI/Diogenes-12B-ChatMLified)
33
+
34
+ ### The following YAML configuration was used to produce this model:
35
+
36
+ ```yaml
37
+ slices:
38
+ - sources:
39
+ - model: Nitral-AI/Captain-Eris_Twilight-V0.420-12B
40
+ layer_range: [0, 40]
41
+ - model: Nitral-AI/Diogenes-12B-ChatMLified
42
+ layer_range: [0, 40]
43
+ merge_method: slerp
44
+ base_model: Nitral-AI/Captain-Eris_Twilight-V0.420-12B
45
+ parameters:
46
+ t:
47
+ - filter: self_attn
48
+ value: [0, 0.5, 0.3, 0.7, 1]
49
+ - filter: mlp
50
+ value: [1, 0.5, 0.7, 0.3, 0]
51
+ - value: 0.420
52
+ dtype: bfloat16
53
+ ```
54
+