DavidAU commited on
Commit
79ecf02
1 Parent(s): b98c372

Delete README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -48
README.md DELETED
@@ -1,48 +0,0 @@
1
- ---
2
- base_model: []
3
- library_name: transformers
4
- tags:
5
- - mergekit
6
- - merge
7
-
8
- ---
9
- # MN-Three-RCM-Instruct1-2a
10
-
11
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
12
-
13
- ## Merge Details
14
- ### Merge Method
15
-
16
- This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using E:/MN-Rocinante-12B-v1.1-Instruct as a base.
17
-
18
- ### Models Merged
19
-
20
- The following models were included in the merge:
21
- * E:/MN-magnum-v2.5-12b-kto-Instruct
22
- * E:/MN-12B-Celeste-V1.9-Instruct
23
-
24
- ### Configuration
25
-
26
- The following YAML configuration was used to produce this model:
27
-
28
- ```yaml
29
- # Config 1
30
- # E:/MN-Rocinante-12B-v1.1-Instruct
31
- # E:/MN-12B-Celeste-V1.9-Instruct
32
- # E:/MN-magnum-v2.5-12b-kto-Instruct
33
-
34
- models:
35
- - model: E:/MN-Rocinante-12B-v1.1-Instruct
36
- - model: E:/MN-magnum-v2.5-12b-kto-Instruct
37
- parameters:
38
- weight: .6
39
- density: .8
40
- - model: E:/MN-12B-Celeste-V1.9-Instruct
41
- parameters:
42
- weight: .38
43
- density: .6
44
- merge_method: dare_ties
45
- tokenizer_source: union
46
- base_model: E:/MN-Rocinante-12B-v1.1-Instruct
47
- dtype: bfloat16
48
- ```