arisin's picture
Upload folder using huggingface_hub
679c8aa verified
metadata
license: apache-2.0
tags:
  - merge
  - mergekit
  - lazymergekit
  - psmathur/orca_mini_v3_13b
  - garage-bAInd/Platypus2-13B

orca-platypus-13B-slerp

orca-platypus-13B-slerp is a merge of the following models using mergekit:

🧩 Configuration

slices:
  - sources:
      - model: psmathur/orca_mini_v3_13b
        layer_range: [0, 40]
      - model: garage-bAInd/Platypus2-13B
        layer_range: [0, 40]
# or, the equivalent models: syntax:
# models:
#   - model: psmathur/orca_mini_v3_13b
#   - model: garage-bAInd/Platypus2-13B
merge_method: slerp
base_model: psmathur/orca_mini_v3_13b
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