--- base_model: - cutycat2000x/MeowGPT-3.5 library_name: transformers tags: - mergekit - merge - freeai - meowgpt --- # mergedmodel This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). This model is a franken merge of MeowGPT-3.5. ## Merge Details ### Merge Method This model was merged using the passthrough merge method. ### Models Merged The following models were included in the merge: * [cutycat2000x/MeowGPT-3.5](https://huggingface.co/cutycat2000x/MeowGPT-3.5) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - model: cutycat2000x/MeowGPT-3.5 layer_range: [0, 24] - sources: - model: cutycat2000x/MeowGPT-3.5 layer_range: [8, 32] merge_method: passthrough dtype: bfloat16 ```