Eurdem commited on
Commit
02f1576
·
verified ·
1 Parent(s): 8cc3d30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -49
README.md CHANGED
@@ -1,49 +0,0 @@
1
- ---
2
- base_model:
3
- - Commencis/Commencis-LLM
4
- - mistralai/Mistral-7B-Instruct-v0.2
5
- library_name: transformers
6
- tags:
7
- - mergekit
8
- - merge
9
-
10
- ---
11
- # merge
12
-
13
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
14
-
15
- ## Merge Details
16
- ### Merge Method
17
-
18
- This model was merged using the SLERP merge method.
19
-
20
- ### Models Merged
21
-
22
- The following models were included in the merge:
23
- * [Commencis/Commencis-LLM](https://huggingface.co/Commencis/Commencis-LLM)
24
- * [mistralai/Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
25
-
26
- ### Configuration
27
-
28
- The following YAML configuration was used to produce this model:
29
-
30
- ```yaml
31
-
32
- slices:
33
- - sources:
34
- - model: mistralai/Mistral-7B-Instruct-v0.2
35
- layer_range: [0, 32]
36
- - model: Commencis/Commencis-LLM
37
- layer_range: [0, 32]
38
- merge_method: slerp
39
- base_model: mistralai/Mistral-7B-Instruct-v0.2
40
- parameters:
41
- t:
42
- - filter: self_attn
43
- value: [0.5, 0.5, 0.5, 0.5, 0.5]
44
- - filter: mlp
45
- value: [0.5, 0.5, 0.5, 0.5, 0.5]
46
- - value: 0.5
47
- dtype: bfloat16
48
-
49
- ```