File size: 667 Bytes
524f6ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- merge
- mergekit
---

# Mistral-Small24B-sce-merge-v1

Mistral-Small24B-sce-merge-v1 is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):

## 🧩 Configuration

```yaml
merge_method: sce
models:
  - model: trashpanda-org/MS-24B-Mullein-v0
  - model: huihui-ai/Mistral-Small-24B-Instruct-2501-abliterated
  - model: cognitivecomputations/Dolphin3.0-Mistral-24B
  - model: unsloth/Mistral-Small-24B-Instruct-2501
base_model: cognitivecomputations/Dolphin3.0-Mistral-24B
tokenizer:
  source: base
parameters:
  select_topk: 0.95
  int8_mask: true
dtype: float32
out_dtype: bfloat16
normalize: true

```