Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- ja
|
6 |
+
- nl
|
7 |
+
- de
|
8 |
+
- zh
|
9 |
+
base_model:
|
10 |
+
- mistralai/Mistral-Nemo-Instruct-2407
|
11 |
+
library_name: transformers
|
12 |
+
---
|
13 |
+
## Hypernova-2x12B-exp
|
14 |
+
First time working with Mixture of Experts models
|
15 |
+
|
16 |
+
I have not had the time to try this model yet, but it took too much time and resources to not upload it
|
17 |
+
|
18 |
+
I am planning on improving this model in the future, so feedback on this model is welcomed
|
19 |
+
|
20 |
+
This model is mainly focused on RP and may produce NSFW content
|
21 |
+
|
22 |
+
It is a 2x12B model that loads like a 12B but uses both experts somehow
|
23 |
+
|
24 |
+
Get the transformers here: [theNovaAI/Hypernova-2x12B-exp](https://huggingface.co/theNovaAI/Hypernova-2x12B-exp)
|