--- base_model: - quantumaikr/quantum-v0.01 - mncai/mistral-7b-dpo-v5 library_name: transformers tags: - mergekit - merge --- # merge 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: * [quantumaikr/quantum-v0.01](https://huggingface.co/quantumaikr/quantum-v0.01) * [mncai/mistral-7b-dpo-v5](https://huggingface.co/mncai/mistral-7b-dpo-v5) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - model: quantumaikr/quantum-v0.01 layer_range: [0, 32] - sources: - model: mncai/mistral-7b-dpo-v5 layer_range: [24, 32] merge_method: passthrough dtype: bfloat16 ```