--- base_model: - marcuscedricridia/post-cursa-o1 - marcuscedricridia/sbr-o1-7b - marcuscedricridia/absolute-o1-7b - marcuscedricridia/pre-cursa-o1-v1.6 library_name: transformers tags: - mergekit - merge --- # merge 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 [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [marcuscedricridia/pre-cursa-o1-v1.6](https://huggingface.co./marcuscedricridia/pre-cursa-o1-v1.6) as a base. ### Models Merged The following models were included in the merge: * [marcuscedricridia/post-cursa-o1](https://huggingface.co./marcuscedricridia/post-cursa-o1) * [marcuscedricridia/sbr-o1-7b](https://huggingface.co./marcuscedricridia/sbr-o1-7b) * [marcuscedricridia/absolute-o1-7b](https://huggingface.co./marcuscedricridia/absolute-o1-7b) ### Configuration The following YAML configuration was used to produce this model: ```yaml name: cursa-o1-7b-v1.2-normalize-false merge_method: model_stock base_model: marcuscedricridia/pre-cursa-o1-v1.6 tokenizer_source: base dtype: bfloat16 out_dtype: bfloat16 parameters: int8_mask: true normalize: true rescale: false models: - model: marcuscedricridia/sbr-o1-7b - model: marcuscedricridia/post-cursa-o1 - model: marcuscedricridia/absolute-o1-7b ```