MarinaraSpaghetti
commited on
Commit
•
18730ee
1
Parent(s):
2ef1e4e
Update README.md
Browse files
README.md
CHANGED
@@ -8,29 +8,30 @@ tags:
|
|
8 |
|
9 |
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6550b16f7490049d6237f200/WcVRcgD6jSzZbQR3LIQpJ.jpeg)
|
10 |
|
11 |
-
#
|
12 |
|
13 |
-
|
|
|
14 |
|
15 |
My main goal is to merge the smartness of the base Instruct Nemo with the better prose from the different roleplaying fine-tunes. This is version v0.2, still to be tested. Not sure if it's better than v1.0.
|
16 |
|
17 |
-
|
18 |
|
19 |
Mistral Instruct.
|
20 |
|
21 |
```
|
22 |
-
<s>[INST] {system} [/INST]{
|
23 |
```
|
24 |
|
25 |
-
|
26 |
|
27 |
Lower Temperature recommended, although I had luck with Temperatures above one (1.0-1.2) if you crank up the Min P (0.01-0.1). Run with base DRY of 0.8/1.75/2/0 and you're good to go.
|
28 |
|
29 |
-
|
30 |
|
31 |
https://huggingface.co/MarinaraSpaghetti/Nemomix-v2.0-12B-GGUF
|
32 |
|
33 |
-
|
34 |
|
35 |
https://huggingface.co/MarinaraSpaghetti/Nemomix-v0.1-12B
|
36 |
|
|
|
8 |
|
9 |
![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/6550b16f7490049d6237f200/WcVRcgD6jSzZbQR3LIQpJ.jpeg)
|
10 |
|
11 |
+
# Warning: v1.0 seems more stable for now!
|
12 |
|
13 |
+
## Information
|
14 |
+
### Description
|
15 |
|
16 |
My main goal is to merge the smartness of the base Instruct Nemo with the better prose from the different roleplaying fine-tunes. This is version v0.2, still to be tested. Not sure if it's better than v1.0.
|
17 |
|
18 |
+
### Instruct
|
19 |
|
20 |
Mistral Instruct.
|
21 |
|
22 |
```
|
23 |
+
<s>[INST] {system} [/INST]{assistant}</s>[INST] {user} [/INST]
|
24 |
```
|
25 |
|
26 |
+
### Settings
|
27 |
|
28 |
Lower Temperature recommended, although I had luck with Temperatures above one (1.0-1.2) if you crank up the Min P (0.01-0.1). Run with base DRY of 0.8/1.75/2/0 and you're good to go.
|
29 |
|
30 |
+
### GGUF
|
31 |
|
32 |
https://huggingface.co/MarinaraSpaghetti/Nemomix-v2.0-12B-GGUF
|
33 |
|
34 |
+
### V1.0
|
35 |
|
36 |
https://huggingface.co/MarinaraSpaghetti/Nemomix-v0.1-12B
|
37 |
|