--- base_model: [] library_name: transformers tags: - mergekit - merge - not-for-all-audiences --- ![](eemaid.png) --- # Eclectic-Maid-10B-v2-1-gguf This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit). ## Merge Details A much better improvement over Eclectic-Maid-10B-v2 ### Merge Method This model was merged using the passthrough merge method. ### Models Merged The following models were included in the merge: * Eclectic-Maid-v2 ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - model: Eclectic-Maid-v2 layer_range: [0, 16] - sources: - model: Eclectic-Maid-v2 layer_range: [8, 24] - sources: - model: Eclectic-Maid-v2 layer_range: [17, 32] merge_method: passthrough dtype: float16 name: Eclectic-Maid-v2 ```