timpal0l commited on
Commit
642b10d
1 Parent(s): acab4e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -1,3 +1,27 @@
1
  ---
 
 
2
  license: apache-2.0
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ language:
3
+ - sv
4
  license: apache-2.0
5
+ tags:
6
+ - merge
7
+ base_model:
8
+ - timpal0l/Mistral-7B-v0.1-flashback-v2-instruct
9
+ - Equall/Saul-Instruct-v1
10
+ pipeline_tag: text-generation
11
  ---
12
+ This model is a merge of [timpal0l/Mistral-7B-v0.1-flashback-v2-instruct](https://huggingface.co/timpal0l/Mistral-7B-v0.1-flashback-v2-instruct) and [Equall/Saul-Instruct-v1](https://huggingface.co/Equall/Saul-Instruct-v1).
13
+ ## config.yaml
14
+ ```yaml
15
+ models:
16
+ - model: timpal0l/Mistral-7B-v0.1-flashback-v2-instruct
17
+ # No parameters necessary for base model
18
+ - model: Equall/Saul-Instruct-v1
19
+ parameters:
20
+ density: 0.53
21
+ weight: 0.6
22
+ merge_method: dare_ties
23
+ base_model: timpal0l/Mistral-7B-v0.1-flashback-v2-instruct
24
+ parameters:
25
+ int8_mask: true
26
+ dtype: bfloat16
27
+ ```