--- base_model: [] tags: - mergekit - merge --- # model 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 passthrough merge method. ### Models Merged The following models were included in the merge: * F:\Euryale-1.3-70b * G:\miqu-70b ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - model: G:\miqu-70b layer_range: [0,59] - sources: - model: F:\Euryale-1.3-70b layer_range: [51,73] - sources: - model: G:\miqu-70b layer_range: [59,80] merge_method: passthrough dtype: float16 ```