Update README.md
Browse files
README.md
CHANGED
@@ -1,33 +1,38 @@
|
|
1 |
-
---
|
2 |
-
base_model: []
|
3 |
-
library_name: transformers
|
4 |
-
tags:
|
5 |
-
- mergekit
|
6 |
-
- merge
|
7 |
-
|
8 |
-
---
|
9 |
-
# Gemma2-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: []
|
3 |
+
library_name: transformers
|
4 |
+
tags:
|
5 |
+
- mergekit
|
6 |
+
- merge
|
7 |
+
|
8 |
+
---
|
9 |
+
# Gemma2-Gracie FreeFallen-Disgraced-9B
|
10 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6580862babafd960c82ed31a/dyzR8NkKb8pKnA18xN97P.png)
|
11 |
+
This is a merge of pre-trained language models created using
|
12 |
+
|
13 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/6580862babafd960c82ed31a/YM3lmCSKjUZKg5Mz4_qZu.png)
|
14 |
+
|
15 |
+
## Merge Details
|
16 |
+
### Merge Method
|
17 |
+
|
18 |
+
This model was merged using the [linear](https://arxiv.org/abs/2203.05482) merge method.
|
19 |
+
|
20 |
+
### Models Merged
|
21 |
+
|
22 |
+
The following models were included in the merge:
|
23 |
+
* E:\GemmaFallenFromGrace + H:\loras\dominantGemma
|
24 |
+
|
25 |
+
### Configuration
|
26 |
+
|
27 |
+
The following YAML configuration was used to produce this model:
|
28 |
+
|
29 |
+
|
30 |
+
|
31 |
+
```yaml
|
32 |
+
models:
|
33 |
+
- model: E:\GemmaFallenFromGrace+H:\loras\dominantGemma
|
34 |
+
parameters:
|
35 |
+
weight: 1.0
|
36 |
+
merge_method: linear
|
37 |
+
dtype: float16
|
38 |
+
```
|