--- base_model: [] library_name: transformers tags: - mergekit - merge --- # Test2 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/cache/models--TheDrummer--Fallen-Command-A-111B-v1/snapshots/5d2b4bdb35d7dff3a4eb51a5f2b231ba27943491 * /workspace/cache/models--CohereForAI--c4ai-command-a-03-2025/snapshots/6894b671d755c72573bb1a5722cfcfcd86b42b01 ### Configuration The following YAML configuration was used to produce this model: ```yaml dtype: bfloat16 merge_method: nuslerp modules: default: slices: - sources: - layer_range: [0, 64] model: /workspace/cache/models--CohereForAI--c4ai-command-a-03-2025/snapshots/6894b671d755c72573bb1a5722cfcfcd86b42b01 parameters: weight: [0.9, 0.85, 0.95, 0.98, 0.95, 0.85, 0.9] - layer_range: [0, 64] model: /workspace/cache/models--TheDrummer--Fallen-Command-A-111B-v1/snapshots/5d2b4bdb35d7dff3a4eb51a5f2b231ba27943491 parameters: weight: [0.1, 0.15, 0.05, 0.02, 0.05, 0.15, 0.1] ```