biomistral_slerp_7b / README.md
bergr7f's picture
Upload folder using huggingface_hub
aa41f64 verified
|
raw
history blame contribute delete
No virus
694 Bytes
---
library_name: transformers
tags:
- flow-merge
- merge
---
# biomistral_slerp_7b
This model is the result of merge of the following models made with flow-merge:
- Models:
- BioMistral/BioMistral-Safetensors
- mistralai/Mistral-7B-Instruct-v0.2
## flow-merge config
The following configuration was used to merge the models:
```yaml
base_model: BioMistral/BioMistral-Safetensors
models:
- path_or_id: BioMistral/BioMistral-Safetensors
- path_or_id: mistralai/Mistral-7B-Instruct-v0.2
method: slerp
device: !!python/object/apply:flow_merge.lib.constants.DeviceIdentifier
- cpu
method_global_parameters:
t: 0.5
directory_settings:
output_dir: ./biomistral/biomistral_slerp_7b/
```