--- base_model: [] library_name: transformers tags: - mergekit - merge --- # prototype-0.4x183 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 NuSLERP merge method. ### Models Merged The following models were included in the merge: * /workspace/prototype-0.4x178 * /workspace/cache/models--nbeerbower--Llama-3.1-Nemotron-lorablated-70B/snapshots/713defaa340007a0163832318b7b70d1880770f1 ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: /workspace/cache/models--nbeerbower--Llama-3.1-Nemotron-lorablated-70B/snapshots/713defaa340007a0163832318b7b70d1880770f1 parameters: weight: 0.35 - model: /workspace/prototype-0.4x178 parameters: weight: 0.65 merge_method: nuslerp tokenizer: source: /workspace/cache/models--deepcogito--cogito-v1-preview-llama-70B/snapshots/1d624e2293b5b35f9cfd2349f8e02c7ebf32ca83 pad_to_multiple_of: 8 int8_mask: true dtype: float32 out_dtype: bfloat16 ```