File size: 801 Bytes
88a47db
4c1f395
 
 
 
88a47db
 
 
 
 
 
1ff94f5
9c0b6db
87e9d55
 
 
 
 
 
 
 
 
 
 
 
88a47db
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
library_name: transformers
tags:
- mergekit
- merge
base_model:
- crestf411/gemma2-9B-sunfall-v0.5.2
- Hastagaras/Gemma-Model1
- IlyaGusev/gemma-2-9b-it-abliterated
- Hastagaras/Gemmoy-9B-G2-MK.3
---
i just realized that the model somehow became 10b and i don't know why, but the gguf is still 9b

```
<bos><start_of_turn>user
{system}

{input}<end_of_turn>
<start_of_turn>model
{response}<end_of_turn>
<start_of_turn>user
{input}<end_of_turn>
<start_of_turn>model
{response}<end_of_turn><eos>
```

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: crestf411/gemma2-9B-sunfall-v0.5.2
  - model: Hastagaras/Gemmoy-9B-G2-MK.3
  - model: Hastagaras/Gemma-Model1
merge_method: model_stock
base_model: IlyaGusev/gemma-2-9b-it-abliterated
dtype: bfloat16

```