--- base_model: - bunnycore/Phi-4-Model-Stock-v4 - suayptalha/Luminis-phi-4 - bunnycore/Phi-4-RR-Shoup 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: * [bunnycore/Phi-4-Model-Stock-v4](https://huggingface.co/bunnycore/Phi-4-Model-Stock-v4) * [suayptalha/Luminis-phi-4](https://huggingface.co/suayptalha/Luminis-phi-4) * [bunnycore/Phi-4-RR-Shoup](https://huggingface.co/bunnycore/Phi-4-RR-Shoup) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - layer_range: [0, 5] model: bunnycore/Phi-4-RR-Shoup - sources: - layer_range: [15, 25] model: suayptalha/Luminis-phi-4 - sources: - layer_range: [35, 39] model: bunnycore/Phi-4-Model-Stock-v4 merge_method: passthrough dtype: bfloat16 tokenizer_source: bunnycore/Phi-4-Model-Stock-v4 ```