Hastagaras commited on
Commit
87e9d55
1 Parent(s): 83c5f7e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -17
README.md CHANGED
@@ -10,23 +10,18 @@ tags:
10
  - merge
11
 
12
  ---
13
- # model
14
-
15
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
16
-
17
- ## Merge Details
18
- ### Merge Method
19
-
20
- This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [IlyaGusev/gemma-2-9b-it-abliterated](https://huggingface.co/IlyaGusev/gemma-2-9b-it-abliterated) as a base.
21
-
22
- ### Models Merged
23
-
24
- The following models were included in the merge:
25
- * [crestf411/gemma2-9B-sunfall-v0.5.2](https://huggingface.co/crestf411/gemma2-9B-sunfall-v0.5.2)
26
- * [Hastagaras/Gemma-Model1](https://huggingface.co/Hastagaras/Gemma-Model1)
27
- * [Hastagaras/Gemmoy-9B-G2-MK.3](https://huggingface.co/Hastagaras/Gemmoy-9B-G2-MK.3)
28
-
29
- ### Configuration
30
 
31
  The following YAML configuration was used to produce this model:
32
 
 
10
  - merge
11
 
12
  ---
13
+ ```
14
+ <bos><start_of_turn>user
15
+ {system}
16
+
17
+ {input}<end_of_turn>
18
+ <start_of_turn>model
19
+ {response}<end_of_turn>
20
+ <start_of_turn>user
21
+ {input}<end_of_turn>
22
+ <start_of_turn>model
23
+ {response}<end_of_turn><eos>
24
+ ```
 
 
 
 
 
25
 
26
  The following YAML configuration was used to produce this model:
27