File size: 598 Bytes
9a60c77
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- BioMistral/BioMistral-7B
---

# Bio_swallow_japanese

Bio_swallow_japanese is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [BioMistral/BioMistral-7B](https://huggingface.co./BioMistral/BioMistral-7B)

## 🧩 Configuration

```yaml
base_model: stabilityai/japanese-stablelm-instruct-gamma-7b
dtype: bfloat16
merge_method: dare_ties
models:
  - model: BioMistral/BioMistral-7B
    parameters:
      density: 0.74
      weight: [0, 0.2, 0.4]
parameters:
  int8_mask: true
  normalize: true
```