Update README.md
Browse files
README.md
CHANGED
@@ -1,39 +1,40 @@
|
|
1 |
-
---
|
2 |
-
base_model:
|
3 |
-
- yamatazen/Gemma2-Ataraxy-Psycho-9B
|
4 |
-
- yamatazen/Gemma2-Evelyn-9B
|
5 |
-
library_name: transformers
|
6 |
-
tags:
|
7 |
-
- mergekit
|
8 |
-
- merge
|
9 |
-
|
10 |
-
---
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
* [yamatazen/Gemma2-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
|
|
|
1 |
+
---
|
2 |
+
base_model:
|
3 |
+
- yamatazen/Gemma2-Ataraxy-Psycho-9B
|
4 |
+
- yamatazen/Gemma2-Evelyn-9B
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mergekit
|
8 |
+
- merge
|
9 |
+
|
10 |
+
---
|
11 |
+

|
12 |
+
# Gemma2-ObsidianLight-9B
|
13 |
+
|
14 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
15 |
+
|
16 |
+
## Merge Details
|
17 |
+
### Merge Method
|
18 |
+
|
19 |
+
This model was merged using the [SLERP](https://en.wikipedia.org/wiki/Slerp) merge method.
|
20 |
+
|
21 |
+
### Models Merged
|
22 |
+
|
23 |
+
The following models were included in the merge:
|
24 |
+
* [yamatazen/Gemma2-Ataraxy-Psycho-9B](https://huggingface.co/yamatazen/Gemma2-Ataraxy-Psycho-9B)
|
25 |
+
* [yamatazen/Gemma2-Evelyn-9B](https://huggingface.co/yamatazen/Gemma2-Evelyn-9B)
|
26 |
+
|
27 |
+
### Configuration
|
28 |
+
|
29 |
+
The following YAML configuration was used to produce this model:
|
30 |
+
|
31 |
+
```yaml
|
32 |
+
merge_method: slerp
|
33 |
+
dtype: bfloat16
|
34 |
+
out_dtype: bfloat16
|
35 |
+
base_model: yamatazen/Gemma2-Evelyn-9B
|
36 |
+
models:
|
37 |
+
- model: yamatazen/Gemma2-Ataraxy-Psycho-9B
|
38 |
+
parameters:
|
39 |
+
t: [0.25, 0.3, 0.5, 0.3, 0.25]
|
40 |
+
```
|