Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This is a my first Llama 3 MoE model with the following configs:
|
2 |
+
|
3 |
+
base_model: Llama-3-RPMerge-8B-SLERP
|
4 |
+
experts:
|
5 |
+
- source_model: Llama-3-RPMerge-8B-SLERP
|
6 |
+
- source_model: WesPro_Daring_Llama
|
7 |
+
- source_model: Chaos_RP_l3_8B
|
8 |
+
- source_model: llama-3-stinky-8B
|
9 |
+
|
10 |
+
It's meant for RP and does pretty well at it but I haven't tested it excessively yet...
|