Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterjp123 authored Mar 9, 2024
1 parent 8e23530 commit e792783
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions examples/gradient-slerp1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
slices:
- sources:
- model: cgato/Thespis-13b-DPO-v0.7
layer_range: [0, 40]
- model: posicube/Llama2-chat-AYT-13B
layer_range: [0, 40]
merge_method: slerp
base_model: cgato/Thespis-13b-DPO-v0.7
parameters:
t:
- filter: self_attn
value: [0, 0.5, 0.3, 0.7, 1]
- filter: mlp
value: [1, 0.5, 0.7, 0.3, 0]
- value: 0.5 # fallback for rest of tensors
dtype: float16

0 comments on commit e792783

Please sign in to comment.