File size: 2,313 Bytes
14664f3
dc7509a
 
 
 
 
 
 
14664f3
 
 
 
 
 
dc7509a
14664f3
 
dc7509a
14664f3
dc7509a
 
 
b528d28
 
dc7509a
 
b528d28
dc7509a
 
 
 
 
b528d28
dc7509a
 
 
 
 
 
 
 
 
14664f3
 
 
 
 
 
 
 
 
 
 
dc7509a
 
14664f3
 
 
 
 
 
 
 
 
 
 
 
 
 
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
---
inference: false
language: en
license: llama2
model_type: llama
datasets:
  - mlabonne/CodeLlama-2-20k
pipeline_tag: text-generation
base_model:
- davzoku/cria-llama2-7b-v1.3
library_name: transformers
tags:
- mergekit
- merge
- llama-2

---
# FrankenCRIA v1.3-m.1

## What is FrankenCRIA?

<p align="center">
  <img src="https://github.com/davzoku/cria/blob/main/assets/frankencria-icon-512x512.png?raw=true" width="300" height="300" alt="FrankenCRIA Logo"> <br>
  <i>This is a frankenmerge of <a href="https://huggingface.co/davzoku/cria-llama2-7b-v1.3">davzoku/cria-llama2-7b-v1.3</a>.</i>
</p>

The configuration is the same as [Undi95/Mistral-11B-v0.1](https://huggingface.co/Undi95/Mistral-11B-v0.1), [mlabonne/FrankenBeagle14-11B](https://huggingface.co/mlabonne/FrankenBeagle14-11B) and the DUS technique used in [upstage/SOLAR-10.7B-v1.0](https://huggingface.co/upstage/SOLAR-10.7B-v1.0).


Please be aware that this model is highly experimental, and no further training has been conducted following the merge. 
Therefore, the model performance may not meet expectations, as described in the [SOLAR paper](https://arxiv.org/abs/2312.15166)


## 📦 FrankenCRIA Model Release

FrankenCRIA v1.3 comes with several variants.

- [davzoku/frankencria-llama2-11b-v1.3-m.1](https://huggingface.co/davzoku/frankencria-llama2-11b-v1.3-m.1): 11B FrankenMerge inspired by [Undi95/Mistral-11B-v0.1](https://huggingface.co/Undi95/Mistral-11B-v0.1)
- [davzoku/frankencria-llama2-11b-v1.3-m.2](https://huggingface.co/davzoku/frankencria-llama2-12.5b-v1.3-m.2): 12.5B interleaving FrankenMerge inspired by [vilm/vinallama-12.5b-chat-DUS](https://huggingface.co/vilm/vinallama-12.5b-chat-DUS)


## 🧩 Merge Details 
### Merge Method

This model was merged using the passthrough merge method.

### Models Merged

The following models were included in the merge:
* [davzoku/cria-llama2-7b-v1.3](https://huggingface.co/davzoku/cria-llama2-7b-v1.3)

### Configuration

The following YAML configuration was used to produce this model.


```yaml
# https://huggingface.co/Undi95/Mistral-11B-v0.1
slices:
  - sources:
      - model: davzoku/cria-llama2-7b-v1.3
        layer_range: [0, 24]
  - sources:
      - model: davzoku/cria-llama2-7b-v1.3
        layer_range: [8, 32]
merge_method: passthrough
dtype: bfloat16

```