Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- transformer
|
5 |
+
- gpt-j
|
6 |
+
- text
|
7 |
+
- pygmalion
|
8 |
+
- skein
|
9 |
---
|
10 |
+
GPT-J-6B based difference merge of skein and pygmalion.
|
11 |
+
(0.8*pyg + 0.2*skein) + 0.6(skein - gpt-j)
|
12 |
+
|
13 |
+
I wanted pygma to be a little bit more verbose and I think this model succeeded in that. (Maybe even a little too much.)
|
14 |
+
Warning: This model is NOT suitable for use by minors. It will output X-rated content under certain circumstances.
|
15 |
+
|
16 |
+
https://huggingface.co/PygmalionAI/pygmalion-6b
|
17 |
+
https://huggingface.co/KoboldAI/GPT-J-6B-Skein
|
18 |
+
https://huggingface.co/EleutherAI/gpt-j-6B
|
19 |
+
---
|
20 |
+
license: apache-2.0
|
21 |
+
---
|