saishf commited on
Commit
0ee6ba5
1 Parent(s): ba98923

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -1
README.md CHANGED
@@ -1,3 +1,55 @@
1
  ---
2
- license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model:
3
+ - Epiculous/Fett-uccine-7B
4
+ - eren23/ogno-monarch-jaskier-merge-7b-OH-PREF-DPO-v2
5
+ - OpenPipe/mistral-ft-optimized-1227
6
+ - ChaoticNeutrals/Eris_7B
7
+ library_name: transformers
8
+ tags:
9
+ - mergekit
10
+ - merge
11
+
12
  ---
13
+ # merge
14
+
15
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
16
+
17
+ ## Merge Details
18
+ ### Merge Method
19
+
20
+ This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [OpenPipe/mistral-ft-optimized-1227](https://huggingface.co/OpenPipe/mistral-ft-optimized-1227) as a base.
21
+
22
+ ### Models Merged
23
+
24
+ The following models were included in the merge:
25
+ * [Epiculous/Fett-uccine-7B](https://huggingface.co/Epiculous/Fett-uccine-7B)
26
+ * [eren23/ogno-monarch-jaskier-merge-7b-OH-PREF-DPO-v2](https://huggingface.co/eren23/ogno-monarch-jaskier-merge-7b-OH-PREF-DPO-v2)
27
+ * [ChaoticNeutrals/Eris_7B](https://huggingface.co/ChaoticNeutrals/Eris_7B)
28
+
29
+ ### Configuration
30
+
31
+ The following YAML configuration was used to produce this model:
32
+
33
+ ```yaml
34
+ models:
35
+ - model: OpenPipe/mistral-ft-optimized-1227
36
+ # No parameters necessary for base model
37
+ - model: Epiculous/Fett-uccine-7B
38
+ parameters:
39
+ density: 0.53
40
+ weight: 0.4
41
+ - model: eren23/ogno-monarch-jaskier-merge-7b-OH-PREF-DPO-v2
42
+ parameters:
43
+ density: 0.53
44
+ weight: 0.35
45
+ - model: ChaoticNeutrals/Eris_7B
46
+ parameters:
47
+ density: 0.53
48
+ weight: 0.25
49
+ merge_method: dare_ties
50
+ base_model: OpenPipe/mistral-ft-optimized-1227
51
+ parameters:
52
+ int8_mask: true
53
+ dtype: bfloat16
54
+
55
+ ```