v000000 commited on
Commit
4f927bc
·
verified ·
1 Parent(s): 2b7f9ef

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -2
README.md CHANGED
@@ -6,8 +6,15 @@ 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).
@@ -28,8 +35,25 @@ The following models were included in the merge:
28
  The following YAML configuration was used to produce this model:
29
 
30
  ```yaml
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  models:
32
- - model: v000000/sppo_part1
33
  merge_method: slerp
34
  base_model: ZeusLabs/L3-Aethora-15B-V2
35
  parameters:
@@ -41,3 +65,17 @@ parameters:
41
  - value: 1
42
  dtype: float32
43
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  tags:
7
  - mergekit
8
  - merge
9
+ - llama
10
  ---
11
+
12
+ Semi-Healed Llama-3 15B Frankenmerge
13
+
14
+ ---------------------------------------------------------------------
15
+
16
+ ### Llama-3-Instruct-15B-SPPO-Iter3
17
+
18
  # merge
19
 
20
  This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
 
35
  The following YAML configuration was used to produce this model:
36
 
37
  ```yaml
38
+ dtype: float32
39
+ merge_method: passthrough
40
+ slices:
41
+ - sources:
42
+ - layer_range: [0, 24]
43
+ model: UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
44
+ - sources:
45
+ - layer_range: [8, 24]
46
+ model: UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
47
+ parameters:
48
+ - sources:
49
+ - layer_range: [8, 24]
50
+ model: UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
51
+ - sources:
52
+ - layer_range: [24, 32]
53
+ model: UCLA-AGI/Llama-3-Instruct-8B-SPPO-Iter3+grimjim/Llama-3-Instruct-abliteration-LoRA-8B
54
+
55
  models:
56
+ - model: ./Llama-3-Instruct-15B-SPPO-Iter3
57
  merge_method: slerp
58
  base_model: ZeusLabs/L3-Aethora-15B-V2
59
  parameters:
 
65
  - value: 1
66
  dtype: float32
67
  ```
68
+
69
+ uncensored=no
70
+
71
+ # Prompt Template(Llama-3-Instruct)
72
+ ```bash
73
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
74
+
75
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
76
+
77
+ {input}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
78
+
79
+ {output}<|eot_id|>
80
+
81
+ ```