llama3-passthrough / README.md
SJ-Donald's picture
Upload folder using huggingface_hub
ecd8529 verified
|
raw
history blame
628 Bytes
metadata
license: cc-by-nc-4.0
tags:
  - merge
  - mergekit
  - meta-llama/Meta-Llama-3-8B

llama3-passthrough

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

🧩 Configuration

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