Kquant03 commited on
Commit
e850363
1 Parent(s): 68d40c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -0
README.md CHANGED
@@ -1,3 +1,37 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - merge
7
  ---
8
+
9
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/6589d7e6586088fd2784a12c/IHjiqZF5wGDzXPkEIAjTt.png)
10
+ # To see what will happen
11
+
12
+ [Join our Discord!](https://discord.gg/aEGuFph9)
13
+
14
+ [BASE MODEL HERE](https://huggingface.co/Kquant03/Samlagast-7B-bf16)
15
+
16
+ A merge using the task_arithmetic method of merging. This is a method my team and I haven't experimented with recently, hopefully this will work well.
17
+
18
+ You can see the merge script here:
19
+ ```models:
20
+ - model: paulml/NeuralOmniWestBeaglake-7B
21
+ parameters:
22
+ weight: 1
23
+ - model: FelixChao/Faraday-7B
24
+ parameters:
25
+ weight: 1
26
+ - model: flemmingmiguel/MBX-7B-v3
27
+ parameters:
28
+ weight: 1
29
+ - model: paulml/NeuralOmniBeagleMBX-v3-7B
30
+ parameters:
31
+ weight: 1
32
+ merge_method: task_arithmetic
33
+ base_model: paulml/NeuralOmniBeagleMBX-v3-7B
34
+ parameters:
35
+ normalize: true
36
+ int8_mask: true
37
+ dtype: float16