gelukuMLG commited on
Commit
fc63c55
1 Parent(s): 4b65dd7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -3
README.md CHANGED
@@ -1,3 +1,62 @@
1
- ---
2
- license: llama3
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ ---
4
+
5
+ ### This is a mergebox model so there are no other sizes or bf16 model ###
6
+
7
+ The following models were used in this recipe:
8
+
9
+ - https://huggingface.co/elinas/Llama-3-15B-Instruct-zeroed-ft
10
+
11
+ - https://huggingface.co/elinas/Llama-3-15B-Instruct-zeroed
12
+
13
+ - https://huggingface.co/TheSkullery/llama-3-cat-8b-instruct-v1
14
+
15
+ Recipe used:
16
+
17
+ ```
18
+ merge_method: passthrough
19
+ dtype: bfloat16
20
+ vocab_type: bpe
21
+ slices:
22
+ - sources:
23
+ - layer_range: [0, 24]
24
+ model: TheSkullery/llama-3-cat-8b-instruct-v1
25
+ - sources:
26
+ - layer_range: [8, 24]
27
+ model: TheSkullery/llama-3-cat-8b-instruct-v1
28
+ parameters:
29
+ scale:
30
+ - filter: o_proj
31
+ value: 0.0
32
+ - filter: down_proj
33
+ value: 0.0
34
+ - value: 1.0
35
+ - sources:
36
+ - layer_range: [8, 24]
37
+ model: TheSkullery/llama-3-cat-8b-instruct-v1
38
+ parameters:
39
+ scale:
40
+ - filter: o_proj
41
+ value: 0.0
42
+ - filter: down_proj
43
+ value: 0.0
44
+ - value: 1.0
45
+ - sources:
46
+ - layer_range: [24, 32]
47
+ model: TheSkullery/llama-3-cat-8b-instruct-v1
48
+ name: LLaMa-3-Cat-Instruct-Unhealed-15B
49
+ ---
50
+
51
+ merge_method: task_arithmetic
52
+ dtype: bfloat16
53
+ vocab_type: bpe
54
+ base_model: elinas/Llama-3-15B-Instruct-zeroed
55
+ models:
56
+ - model: elinas/Llama-3-15B-Instruct-zeroed-ft
57
+ parameters:
58
+ weight: 1.0
59
+ - model: LLaMa-3-Cat-Instruct-Unhealed-15B
60
+ parameters:
61
+ weight: 1.0
62
+ ```