--- base_model: [] library_name: transformers tags: - mergekit - merge --- # prototype-0.4x212 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 [DARE TIES](https://arxiv.org/abs/2311.03099) merge method using /workspace/prototype-0.4x197 as a base. ### Models Merged The following models were included in the merge: * /workspace/prototype-0.4x204 * /workspace/cache/models--bruhzair--prototype-0.4x195/snapshots/a1cb4161a717ebf8052ce09dccaedf2dde2a7a9f * /workspace/cache/models--deepcogito--cogito-v1-preview-llama-70B/snapshots/1d624e2293b5b35f9cfd2349f8e02c7ebf32ca83 * /workspace/prototype-0.4x208 * /workspace/prototype-0.4x210 ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: /workspace/cache/models--deepcogito--cogito-v1-preview-llama-70B/snapshots/1d624e2293b5b35f9cfd2349f8e02c7ebf32ca83 parameters: weight: 0.14 density: 0.35 - model: /workspace/cache/models--bruhzair--prototype-0.4x195/snapshots/a1cb4161a717ebf8052ce09dccaedf2dde2a7a9f parameters: weight: 0.14 density: 0.35 - model: /workspace/prototype-0.4x204 parameters: weight: 0.14 density: 0.35 - model: /workspace/prototype-0.4x208 parameters: weight: 0.14 density: 0.35 - model: /workspace/prototype-0.4x210 parameters: weight: 0.14 density: 0.35 - model: /workspace/prototype-0.4x197 parameters: weight: 0.3 density: 0.5 merge_method: dare_ties base_model: /workspace/prototype-0.4x197 parameters: normalize: false dtype: bfloat16 pad_to_multiple_of: 8 int8_mask: true tokenizer: source: base ```