aashish1904 commited on
Commit
736b9b4
1 Parent(s): 1a22fb6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +79 -0
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ ---
3
+
4
+ base_model:
5
+ - jsgreenawalt/gemma-2-9B-it-advanced-v2.1
6
+ - nbeerbower/gemma2-gutenberg-9B
7
+ - ifable/gemma-2-Ifable-9B
8
+ - UCLA-AGI/Gemma-2-9B-It-SPPO-Iter3
9
+ - lemon07r/Gemma-2-Ataraxy-9B
10
+ - BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference
11
+ library_name: transformers
12
+ tags:
13
+ - mergekit
14
+ - merge
15
+
16
+
17
+ ---
18
+
19
+ [![QuantFactory Banner](https://lh7-rt.googleusercontent.com/docsz/AD_4nXeiuCm7c8lEwEJuRey9kiVZsRn2W-b4pWlu3-X534V3YmVuVc2ZL-NXg2RkzSOOS2JXGHutDuyyNAUtdJI65jGTo8jT9Y99tMi4H4MqL44Uc5QKG77B0d6-JfIkZHFaUA71-RtjyYZWVIhqsNZcx8-OMaA?key=xt3VSDoCbmTY7o-cwwOFwQ)](https://hf.co/QuantFactory)
20
+
21
+
22
+ # QuantFactory/Pullulation-2-9B-GGUF
23
+ This is quantized version of [ClaudioItaly/Pullulation-2-9B](https://huggingface.co/ClaudioItaly/Pullulation-2-9B) created using llama.cpp
24
+
25
+ # Original Model Card
26
+
27
+ # merge
28
+
29
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
30
+
31
+ ## Merge Details
32
+ ### Merge Method
33
+
34
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [nbeerbower/gemma2-gutenberg-9B](https://huggingface.co/nbeerbower/gemma2-gutenberg-9B) as a base.
35
+
36
+ ### Models Merged
37
+
38
+ The following models were included in the merge:
39
+ * [jsgreenawalt/gemma-2-9B-it-advanced-v2.1](https://huggingface.co/jsgreenawalt/gemma-2-9B-it-advanced-v2.1)
40
+ * [ifable/gemma-2-Ifable-9B](https://huggingface.co/ifable/gemma-2-Ifable-9B)
41
+ * [UCLA-AGI/Gemma-2-9B-It-SPPO-Iter3](https://huggingface.co/UCLA-AGI/Gemma-2-9B-It-SPPO-Iter3)
42
+ * [lemon07r/Gemma-2-Ataraxy-9B](https://huggingface.co/lemon07r/Gemma-2-Ataraxy-9B)
43
+ * [BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference](https://huggingface.co/BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference)
44
+
45
+ ### Configuration
46
+
47
+ The following YAML configuration was used to produce this model:
48
+
49
+ ```yaml
50
+ models:
51
+ - model: nbeerbower/gemma2-gutenberg-9B
52
+ parameters:
53
+ weight: 0.25
54
+ - model: UCLA-AGI/Gemma-2-9B-It-SPPO-Iter3
55
+ parameters:
56
+ weight: 0.25
57
+ - model: ifable/gemma-2-Ifable-9B
58
+ parameters:
59
+ weight: 0.25
60
+ - model: jsgreenawalt/gemma-2-9B-it-advanced-v2.1
61
+ parameters:
62
+ weight: 0.25
63
+ - model: lemon07r/Gemma-2-Ataraxy-9B
64
+ parameters:
65
+ weight: 0.25
66
+ - model: BAAI/Gemma2-9B-IT-Simpo-Infinity-Preference
67
+ parameters:
68
+ weight: 0.25
69
+
70
+ base_model: nbeerbower/gemma2-gutenberg-9B # Modello di riferimento per la fusione
71
+
72
+ parameters:
73
+ t: [0, 0.33, 0.67, 1] # Parametri di interpolazione
74
+ dtype: bfloat16
75
+ merge_method: model_stock # Metodo di fusione
76
+
77
+
78
+ ```
79
+