File size: 766 Bytes
26ffb4b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: apache-2.0
tags:
- merge
- mergekit
- lazymergekit
- Locutusque/TinyMistral-248M-v2-Instruct
- Locutusque/TinyMistral-248M-v2-Instruct
---

# Frankie-tiny

Frankie-tiny is a (franken)merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [Locutusque/TinyMistral-248M-v2-Instruct](https://huggingface.co/Locutusque/TinyMistral-248M-v2-Instruct)
* [Locutusque/TinyMistral-248M-v2-Instruct](https://huggingface.co/Locutusque/TinyMistral-248M-v2-Instruct)

## 🧩 Configuration

```yaml
slices:
  - sources:
    - model: Locutusque/TinyMistral-248M-v2-Instruct
      layer_range: [0, 12]
  - sources:
    - model: Locutusque/TinyMistral-248M-v2-Instruct
      layer_range: [8, 12]
merge_method: passthrough
dtype: float16

```