File size: 1,352 Bytes
95de4d5
 
 
 
 
 
 
 
 
 
 
3c8f8e0
95de4d5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3c8f8e0
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
45
46
47
48
---
base_model:
- Youlln/ECE-PRYMMAL-YL-1B-SLERP-V2
- Youlln/ECE-PRYMMAL-YL-1B-SLERP-V1
- Sakalti/Saba1.5-Pro
- goulue5/merging_LLM
- Sakalti/Saba1.5-1.5B
library_name: transformers
tags:
- mergekit
- merge
license: apache-2.0
---
# merge

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 [goulue5/merging_LLM](https://huggingface.co/goulue5/merging_LLM) as a base.

### Models Merged

The following models were included in the merge:
* [Youlln/ECE-PRYMMAL-YL-1B-SLERP-V2](https://huggingface.co/Youlln/ECE-PRYMMAL-YL-1B-SLERP-V2)
* [Youlln/ECE-PRYMMAL-YL-1B-SLERP-V1](https://huggingface.co/Youlln/ECE-PRYMMAL-YL-1B-SLERP-V1)
* [Sakalti/Saba1.5-Pro](https://huggingface.co/Sakalti/Saba1.5-Pro)
* [Sakalti/Saba1.5-1.5B](https://huggingface.co/Sakalti/Saba1.5-1.5B)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: goulue5/merging_LLM
  - model: Youlln/ECE-PRYMMAL-YL-1B-SLERP-V1
  - model: Youlln/ECE-PRYMMAL-YL-1B-SLERP-V2
  - model: Sakalti/Saba1.5-1.5B
  - model: Sakalti/Saba1.5-Pro
base_model: goulue5/merging_LLM
merge_method: model_stock
parameters:
  normalize: true
dtype: float16

```