Arsh1232 commited on
Commit
ee3f622
β€’
1 Parent(s): 4914def

Upload folder using huggingface_hub

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