--- base_model: [] library_name: transformers tags: - mergekit - merge - not-for-all-audiences --- ![](mefs.png) # Mistralv0.2-Erosumikav2-Franken-Sonya-10.5B This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details See Below ### Merge Method This model was merged using the passthrough merge method. ### Models Merged The following models were included in the merge: * Franken-Sonya * Erosumika-7B-v2 * Mistral-7B-Instruct-v0.2 ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - model: "Franken-Sonya" layer_range: [0, 16] - sources: - model: "Erosumika-7B-v2" layer_range: [8, 24] - sources: - model: "Mistral-7B-Instruct-v0.2" layer_range: [17, 32] merge_method: passthrough dtype: float16 ```