Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- ja
|
5 |
+
base_model:
|
6 |
+
- NousResearch/Hermes-2-Pro-Mistral-7B
|
7 |
+
- Local-Novel-LLM-project/Ninja-V3
|
8 |
+
- mistralai/Mistral-7B-v0.1
|
9 |
+
---
|
10 |
+
|
11 |
+
# Hermes-2-Pro-Ninja-V3
|
12 |
+
|
13 |
+
This model is supports Japanese JSON output.
|
14 |
+
|
15 |
+
This is a merge of the following models.
|
16 |
+
- NousResearch/Hermes-2-Pro-Mistral-7B
|
17 |
+
- Local-Novel-LLM-project/Ninja-V3
|
18 |
+
- mistralai/Mistral-7B-v0.1
|
19 |
+
|
20 |
+
I merged using [this script](https://gist.github.com/NON906/c19931064a442f6f2c91422043e94886).
|