--- base_model: - Nitral-AI/Captain_Eris_Noctis-12B-v0.420 - ewald1976/Corridor-G-12B library_name: transformers tags: - mergekit - merge --- # gas-station-v3-12b ![gas-station-v3](https://cdn-uploads.huggingface.co/production/uploads/69612b958b0bef761b13d3cf/CJEfUCS_7DHTasATg-9_d.png) 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 [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method. ### Models Merged The following models were included in the merge: * [ewald1976/Corridor-G-12B](https://huggingface.co/ewald1976/Corridor-G-12B) * [Nitral-AI/Captain_Eris_Noctis-12B-v0.420](https://huggingface.co/Nitral-AI/Captain_Eris_Noctis-12B-v0.420) ### Configuration The following YAML configuration was used to produce this model: ```yaml slices: - sources: - model: ewald1976/Corridor-G-12B layer_range: [0, 40] - model: Nitral-AI/Captain_Eris_Noctis-12B-v0.420 layer_range: [0, 40] merge_method: slerp base_model: ewald1976/Corridor-G-12B parameters: t: - value: 0.25 dtype: bfloat16 tokenizer_source: ewald1976/Corridor-G-12B ```