--- library_name: transformers tags: - flow-merge - merge --- # biomistral_ties_v2 This model is the result of merge of the following models made with flow-merge: - Base model: - mistralai/Mistral-7B-Instruct-v0.1 - Models: - BioMistral/BioMistral-Safetensors ## flow-merge config The following configuration was used to merge the models: ```yaml base_model: mistralai/Mistral-7B-Instruct-v0.1 models: - path_or_id: mistralai/Mistral-7B-Instruct-v0.1 weight: 1.0 - path_or_id: BioMistral/BioMistral-Safetensors weight: 0.5 method: ties-merging method_global_parameters: scaling_coefficient: 1.0 normalize: true top_k: 0.5 directory_settings: cache_dir: null local_dir: ./models output_dir: ./biomistral_ties_v2 hf_hub_settings: trust_remote_code: false ```