llama-3.3-merged / README.md
Ereeeeef3's picture
Update README.md
3fe8891 verified
|
raw
history blame
857 Bytes
metadata
base_model:
  - unsloth/Llama-3.3-70B-Instruct
library_name: transformers
tags:
  - mergekit
  - merge
license: apache-2.0

merge

This is a merge of pre-trained language models created using mergekit.

Merge Details

Merge Method

This model was merged using the passthrough merge method.

Models Merged

The following models were included in the merge:

Configuration

The following YAML configuration was used to produce this model:

slices:
  - sources:
    - model: unsloth/Llama-3.3-70B-Instruct
      layer_range: [0, 32]
  - sources:
    - model: unsloth/Llama-3.3-70B-Instruct
      layer_range: [0, 32]  # Duplicate the layers to increase parameters
merge_method: passthrough
dtype: bfloat16