timpal0l commited on
Commit
0e4ffcd
1 Parent(s): 89ea0a4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - sv
4
+ - da
5
+ - 'no'
6
+ - is
7
+ - en
8
+ license: apache-2.0
9
+ tags:
10
+ - merge
11
+ base_model:
12
+ - timpal0l/Mistral-7B-v0.1-flashback-v2
13
+ - RJuro/munin-neuralbeagle-7b-GGUF
14
+ pipeline_tag: text-generation
15
+ ---
16
+
17
+ ![](https://huggingface.co/timpal0l/flashbeagle-7b/resolve/main/model_img.png?download=true)
18
+
19
+
20
+ This model is a merge of [timpal0l/Mistral-7B-v0.1-flashback-v2](https://huggingface.co/timpal0l/Mistral-7B-v0.1-flashback-v2) and [RJuro/munin-neuralbeagle-7b](https://huggingface.co/RJuro/munin-neuralbeagle-7b).
21
+ ## config.yaml
22
+ ```yaml
23
+ models:
24
+ - model: timpal0l/Mistral-7B-v0.1-flashback-v2
25
+ # No parameters necessary for base model
26
+ - model: RJuro/munin-neuralbeagle-7b
27
+ parameters:
28
+ density: 0.53
29
+ weight: 0.6
30
+ merge_method: dare_ties
31
+ base_model: timpal0l/Mistral-7B-v0.1-flashback-v2
32
+ parameters:
33
+ int8_mask: true
34
+ dtype: bfloat16
35
+ ```