Abhaykoul commited on
Commit
eac8f23
β€’
1 Parent(s): e5e93db

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -37
README.md CHANGED
@@ -1,37 +0,0 @@
1
- ---
2
- license: apache-2.0
3
- tags:
4
- - merge
5
- - mergekit
6
- - vortexmergekit
7
- - Abhaykoul/1
8
- - Abhaykoul/2
9
- ---
10
-
11
- # 1.2
12
-
13
- Hey there! πŸ‘‹ Welcome to the 1.2! This is a merge of multiple models brought together using the awesome [VortexMerge kit](https://colab.research.google.com/drive/1YjcvCLuNG1PK7Le6_4xhVU5VpzTwvGhk#scrollTo=UG5H2TK4gVyl).
14
-
15
- Let's see what we've got in this merge:
16
- * [Abhaykoul/1](https://huggingface.co/Abhaykoul/1) πŸš€
17
- * [Abhaykoul/2](https://huggingface.co/Abhaykoul/2) πŸš€
18
-
19
- ## 🧩 Configuration
20
-
21
- ```yaml
22
- slices:
23
- - sources:
24
- - model: Abhaykoul/1
25
- layer_range: [0, 21]
26
- - model: Abhaykoul/2
27
- layer_range: [0, 21]
28
- merge_method: slerp
29
- base_model: Abhaykoul/1
30
- parameters:
31
- t:
32
- - filter: self_attn
33
- value: [0, 0.5, 0.3, 0.7, 1]
34
- - filter: mlp
35
- value: [1, 0.5, 0.7, 0.3, 0]
36
- - value: 0.5 # fallback for rest of tensors
37
- dtype: float16