SJ-Donald's picture
Upload folder using huggingface_hub
1155cbc verified
|
raw
history blame
No virus
574 Bytes
metadata
license: cc-by-nc-4.0
tags:
  - merge
  - mergekit
  - passthrough
  - llama3

llama3-passthrough-chat

llama3-passthrough-chat is a merge of the following models using mergekit:

🧩 Configuration

slices:
  - sources:
    - model: meta-llama/Meta-Llama-3-8B-Instruct
      layer_range: [0, 24]
  - sources:
    - model: meta-llama/Meta-Llama-3-8B-Instruct
      layer_range: [8, 32]
merge_method: passthrough
dtype: float16