File size: 940 Bytes
27fff20
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
36
37
38
39
40
41
42
43
44
---

base_model:
- StupidSenpai/s-4001
- vapegod/31ss
- StupidSenpai/s-4000
library_name: transformers
tags:
- mergekit
- merge

---

# stable-1

This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).

## Merge Details
### Merge Method

This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [vapegod/31ss](https://huggingface.co/vapegod/31ss) as a base.

### Models Merged

The following models were included in the merge:
* [StupidSenpai/s-4001](https://huggingface.co/StupidSenpai/s-4001)
* [StupidSenpai/s-4000](https://huggingface.co/StupidSenpai/s-4000)

### Configuration

The following YAML configuration was used to produce this model:

```yaml







models:

  - model: StupidSenpai/s-4000

  - model: StupidSenpai/s-4001

  

merge_method: model_stock

base_model: vapegod/31ss

dtype: bfloat16



```