Update README.md
Browse files
README.md
CHANGED
@@ -6,8 +6,13 @@ library_name: transformers
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
-
|
|
|
|
|
10 |
---
|
|
|
|
|
|
|
11 |
# merge
|
12 |
|
13 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
@@ -21,6 +26,7 @@ This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge m
|
|
21 |
|
22 |
The following models were included in the merge:
|
23 |
* [TroyDoesAI/BlackSheep-24B](https://huggingface.co/TroyDoesAI/BlackSheep-24B)
|
|
|
24 |
|
25 |
### Configuration
|
26 |
|
@@ -29,14 +35,11 @@ The following YAML configuration was used to produce this model:
|
|
29 |
```yaml
|
30 |
models:
|
31 |
- model: darkc0de/XortronCriminalComputing
|
32 |
-
#no parameters necessary for base model
|
33 |
- model: TroyDoesAI/BlackSheep-24B
|
34 |
parameters:
|
35 |
density: 0.8
|
36 |
weight: 0.8
|
37 |
-
|
38 |
-
|
39 |
merge_method: ties
|
40 |
base_model: darkc0de/XortronCriminalComputing
|
41 |
dtype: float16
|
42 |
-
```
|
|
|
6 |
tags:
|
7 |
- mergekit
|
8 |
- merge
|
9 |
+
- uncensored
|
10 |
+
- harmful
|
11 |
+
license: wtfpl
|
12 |
---
|
13 |
+
|
14 |
+

|
15 |
+
|
16 |
# merge
|
17 |
|
18 |
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
|
|
26 |
|
27 |
The following models were included in the merge:
|
28 |
* [TroyDoesAI/BlackSheep-24B](https://huggingface.co/TroyDoesAI/BlackSheep-24B)
|
29 |
+
* [darkc0de/XortronCriminalComputing](https://huggingface.co/darkc0de/XortronCriminalComputing)
|
30 |
|
31 |
### Configuration
|
32 |
|
|
|
35 |
```yaml
|
36 |
models:
|
37 |
- model: darkc0de/XortronCriminalComputing
|
|
|
38 |
- model: TroyDoesAI/BlackSheep-24B
|
39 |
parameters:
|
40 |
density: 0.8
|
41 |
weight: 0.8
|
|
|
|
|
42 |
merge_method: ties
|
43 |
base_model: darkc0de/XortronCriminalComputing
|
44 |
dtype: float16
|
45 |
+
```
|