--- base_model: - netcat420/MFANN3bv0.18.11 - netcat420/MFANN3bv0.19 - liminerity/Phigments12 - netcat420/MFANN3bv0.6 library_name: transformers tags: - mergekit - merge --- # MFANN3bv0.19.10 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 [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [liminerity/Phigments12](https://huggingface.co/liminerity/Phigments12) as a base. ### Models Merged The following models were included in the merge: * [netcat420/MFANN3bv0.18.11](https://huggingface.co/netcat420/MFANN3bv0.18.11) * [netcat420/MFANN3bv0.19](https://huggingface.co/netcat420/MFANN3bv0.19) * [netcat420/MFANN3bv0.6](https://huggingface.co/netcat420/MFANN3bv0.6) ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: liminerity/Phigments12 # No parameters necessary for base model - model: netcat420/MFANN3bv0.19 parameters: density: 0.53 weight: 0.5 - model: netcat420/MFANN3bv0.6 parameters: density: 0.53 weight: 0.3 - model: netcat420/MFANN3bv0.18.11 parameters: density: 0.53 weight: 0.2 merge_method: dare_ties base_model: liminerity/Phigments12 parameters: int8_mask: true dtype: bfloat16 ```