--- base_model: [] library_name: transformers tags: - mergekit - merge --- # prototype-0.4x191 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 /workspace/prototype-0.4x177 as a base. ### Models Merged The following models were included in the merge: * /workspace/prototype-0.4x179 * /workspace/prototype-0.4x184 * /workspace/prototype-0.4x185 * /workspace/prototype-0.4x181 ### Configuration The following YAML configuration was used to produce this model: ```yaml models: - model: /workspace/prototype-0.4x185 - model: /workspace/prototype-0.4x184 - model: /workspace/prototype-0.4x179 - model: /workspace/prototype-0.4x181 base_model: /workspace/prototype-0.4x177 merge_method: model_stock tokenizer: source: base int8_mask: true dtype: bfloat16 out_dtype: bfloat16 ```