CoolFace
Modelpublic

exp-models/phi-4-pruned

sourceHugging Faceupdated 2y agoView on Hugging Face
1likes9downloads
README.md40 linesDownload Raw Back to root
1---2base_model:3- unsloth/phi-44library_name: transformers5tags:6- mergekit7- merge8 9---10# merge11 12This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).13 14## Merge Details15### Merge Method16 17This model was merged using the Passthrough merge method.18 19### Models Merged20 21The following models were included in the merge:22* [unsloth/phi-4](https://huggingface.co/unsloth/phi-4)23 24### Configuration25 26The following YAML configuration was used to produce this model:27 28```yaml29slices:30  - sources:31      - model: unsloth/phi-432        layer_range: [0, 30]33  - sources:34      - model: unsloth/phi-435        layer_range: [38,40]36            37merge_method: passthrough38dtype: bfloat1639```40