--- base_model: - gurand/Affine-5CrMoVRmR8yP69Kh4iyrELehGYzUh3t7Q9hYVZUSjJA3VqDV - Qwen/Qwen3-32B - gurand/Affine-5CFL2YaBrJZCUSPBTjcDcTUSbnrm3UtAgKRsTU2KRcu9nvyR library_name: transformers tags: - mergekit - merge --- # testmodel-3 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 [Qwen/Qwen3-32B](https://huggingface.co/Qwen/Qwen3-32B) as a base. ### Models Merged The following models were included in the merge: * [gurand/Affine-5CrMoVRmR8yP69Kh4iyrELehGYzUh3t7Q9hYVZUSjJA3VqDV](https://huggingface.co/gurand/Affine-5CrMoVRmR8yP69Kh4iyrELehGYzUh3t7Q9hYVZUSjJA3VqDV) * [gurand/Affine-5CFL2YaBrJZCUSPBTjcDcTUSbnrm3UtAgKRsTU2KRcu9nvyR](https://huggingface.co/gurand/Affine-5CFL2YaBrJZCUSPBTjcDcTUSbnrm3UtAgKRsTU2KRcu9nvyR) ### Configuration The following YAML configuration was used to produce this model: ```yaml base_model: Qwen/Qwen3-32B dtype: bfloat16 merge_method: dare_ties parameters: int8_mask: true normalize: true models: - model: gurand/Affine-5CrMoVRmR8yP69Kh4iyrELehGYzUh3t7Q9hYVZUSjJA3VqDV parameters: density: 0.53 weight: 0.3 - model: gurand/Affine-5CFL2YaBrJZCUSPBTjcDcTUSbnrm3UtAgKRsTU2KRcu9nvyR parameters: density: 0.53 weight: 0.7 ```