--- base_model: - upstage/SOLAR-10.7B-Instruct-v1.0 tags: - mergekit - merge --- # solar-13B 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: * [upstage/SOLAR-10.7B-Instruct-v1.0](https://huggingface.co/upstage/SOLAR-10.7B-Instruct-v1.0) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - model: upstage/SOLAR-10.7B-Instruct-v1.0 layer_range: [0, 28] - sources: - model: upstage/SOLAR-10.7B-Instruct-v1.0 layer_range: [20, 48] merge_method: passthrough dtype: float16 ```