File size: 638 Bytes
7fc85aa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
- scb10x/typhoon-7b
- chargoddard/storytime-13b
---

# TyphoonTime-passthrough

TyphoonTime-passthrough is a merge of the following models using [mergekit](https://github.com/cg123/mergekit):
* [scb10x/typhoon-7b](https://huggingface.co/scb10x/typhoon-7b)
* [chargoddard/storytime-13b](https://huggingface.co/chargoddard/storytime-13b)

## 🧩 Configuration

\```yaml
slices:
  - sources:
    - model: scb10x/typhoon-7b
      layer_range: [0, 32]
  - sources:
    - model: chargoddard/storytime-13b
      layer_range: [24, 32]
merge_method: passthrough
dtype: bfloat16
\```