Update README.md
Browse files
README.md
CHANGED
@@ -6,10 +6,14 @@ language:
|
|
6 |
|
7 |
実験モデルです。
|
8 |
モデル(Vector)の単純な足し算/引き算で新たなモデルを作る手法を用いています。
|
|
|
|
|
|
|
|
|
9 |
|
10 |
- **Model Recipe**
|
11 |
> (Akimite/Llama-3-youko-8b-instruct-MopeyMule-vector) =
|
12 |
-
> (aixsatoshi/Llama-3-youko-8b-instruct-chatvector) + 1.0 x (failspy/Llama-3-8B-Instruct-MopeyMule - meta-llama/Meta-Llama-3-8B-Instruct)
|
13 |
|
14 |
- **出力例**
|
15 |
|
@@ -58,4 +62,5 @@ temperature = 0.8, top_p = 0.8
|
|
58 |
(´_ゝ\`)ハァ… また、面白い話してあげるわよ… (´-
|
59 |
|
60 |
|
|
|
61 |
**Built with Meta Llama 3**
|
|
|
6 |
|
7 |
実験モデルです。
|
8 |
モデル(Vector)の単純な足し算/引き算で新たなモデルを作る手法を用いています。
|
9 |
+
https://www.reddit.com/r/LocalLLaMA/comments/1d47qor/what_happens_if_you_abliterate_positivity_on/
|
10 |
+
で作られた憂鬱な出力を行うモデルを日本語instructモデルに移植してみました。
|
11 |
+
元モデルの作り方もそこまで難しくないようなので、直接作っても良いかもしれません。
|
12 |
+
|
13 |
|
14 |
- **Model Recipe**
|
15 |
> (Akimite/Llama-3-youko-8b-instruct-MopeyMule-vector) =
|
16 |
+
> ([aixsatoshi/Llama-3-youko-8b-instruct-chatvector](https://huggingface.co/aixsatoshi/Llama-3-youko-8b-instruct-chatvector)) + 1.0 x ([failspy/Llama-3-8B-Instruct-MopeyMule](https://huggingface.co/failspy/Llama-3-8B-Instruct-MopeyMule) - meta-llama/Meta-Llama-3-8B-Instruct)
|
17 |
|
18 |
- **出力例**
|
19 |
|
|
|
62 |
(´_ゝ\`)ハァ… また、面白い話してあげるわよ… (´-
|
63 |
|
64 |
|
65 |
+
|
66 |
**Built with Meta Llama 3**
|