--- base_model: - PygmalionAI/pygmalion-2-13b tags: - mergekit - merge --- # Daisuke This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details ### Merge Method This model was merged using the passthrough merge method. ### Models Merged The following models were included in the merge: * [PygmalionAI/pygmalion-2-13b](https://huggingface.co./PygmalionAI/pygmalion-2-13b) * output/Estopia_Eru ### Configuration The following YAML configuration was used to produce this model: ```yaml dtype: float16 merge_method: passthrough slices: - sources: - layer_range: [0, 16] model: output/Estopia_Eru - sources: - layer_range: [8, 24] model: PygmalionAI/pygmalion-2-13b - sources: - layer_range: [17, 32] model: output/Estopia_Eru - sources: - layer_range: [25, 40] model: PygmalionAI/pygmalion-2-13b ```