samtensora commited on
Commit
5d2181e
·
verified ·
1 Parent(s): 4d316fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -44
README.md CHANGED
@@ -1,45 +1 @@
1
- ---
2
- base_model:
3
- - starnet/15-star-08-08-08
4
- - starnet/05-star-08-13-00
5
- - starnet/06-star-08-13-00
6
- library_name: transformers
7
- tags:
8
- - mergekit
9
- - merge
10
 
11
- ---
12
- # merge
13
-
14
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
15
-
16
- ## Merge Details
17
- ### Merge Method
18
-
19
- This model was merged using the linear [DARE](https://arxiv.org/abs/2311.03099) merge method using [starnet/15-star-08-08-08](https://huggingface.co/starnet/15-star-08-08-08) as a base.
20
-
21
- ### Models Merged
22
-
23
- The following models were included in the merge:
24
- * [starnet/05-star-08-13-00](https://huggingface.co/starnet/05-star-08-13-00)
25
- * [starnet/06-star-08-13-00](https://huggingface.co/starnet/06-star-08-13-00)
26
-
27
- ### Configuration
28
-
29
- The following YAML configuration was used to produce this model:
30
-
31
- ```yaml
32
- merge_method: dare_linear
33
- base_model: starnet/15-star-08-08-08
34
-
35
- models:
36
- - model: starnet/15-star-08-08-08
37
- parameters:
38
- weight: 0.5
39
- - model: starnet/06-star-08-13-00
40
- parameters:
41
- weight: 0.3
42
- - model: starnet/05-star-08-13-00
43
- parameters:
44
- weight: 0.2
45
- ```
 
 
 
 
 
 
 
 
 
 
1