aixsatoshi
commited on
Commit
•
ca27c3e
1
Parent(s):
21450b0
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1 |
-
---
|
2 |
-
license: llama3
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama3
|
3 |
+
---
|
4 |
+
|
5 |
+
base_model: rinna/llama-3-youko-8b
|
6 |
+
gate_mode: random # "hidden", "cheap_embed", "random" の中から選択
|
7 |
+
dtype: bfloat16
|
8 |
+
experts_per_token: 2 # 各トークンに対してアクティブなエキスパートの数
|
9 |
+
experts:
|
10 |
+
- source_model: aixsatoshi/Llama-3-youko-8b-instruct-chatvector
|
11 |
+
- source_model: elyza/Llama-3-ELYZA-JP-8B
|
12 |
+
|