mbahrsnc commited on
Commit
f67519d
1 Parent(s): e2852f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -50
README.md CHANGED
@@ -1,50 +0,0 @@
1
- ---
2
- base_model:
3
- - nvidia/Llama3-ChatQA-1.5-8B
4
- - failspy/Meta-Llama-3-8B-Instruct-abliterated-v3
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
- * [nvidia/Llama3-ChatQA-1.5-8B](https://huggingface.co/nvidia/Llama3-ChatQA-1.5-8B)
24
- * [failspy/Meta-Llama-3-8B-Instruct-abliterated-v3](https://huggingface.co/failspy/Meta-Llama-3-8B-Instruct-abliterated-v3)
25
-
26
- ### Configuration
27
-
28
- The following YAML configuration was used to produce this model:
29
-
30
- ```yaml
31
- slices:
32
- - sources:
33
- - model: failspy/Meta-Llama-3-8B-Instruct-abliterated-v3
34
- layer_range: [0, 32]
35
- output_weight: 0.3
36
- - model: nvidia/Llama3-ChatQA-1.5-8B
37
- layer_range: [0, 32]
38
- output_weight: 0.7
39
- merge_method: slerp
40
- base_model: nvidia/Llama3-ChatQA-1.5-8B
41
- parameters:
42
- t:
43
- - filter: self_attn
44
- value: [0, 0.7, 0.5, 0.9, 1]
45
- - filter: mlp
46
- value: [1, 0.7, 0.9, 0.5, 0.3]
47
- - value: 0.7
48
- dtype: bfloat16
49
-
50
- ```