File size: 694 Bytes
aa41f64
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
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/

```