Darkknight535
commited on
Commit
•
714962f
1
Parent(s):
b5c7d32
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
base_model:
|
3 |
- Darkknight535/Moonlight-L3-15B-v2-64k
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- not-for-all-audiences
|
5 |
+
---
|
6 |
+
### MoonLight-L3-15B-V2.5-64K
|
7 |
+
---
|
8 |
+
![Waifu](https://huggingface.co/Darkknight535/Moonlight-L3-15B-v2-64k/resolve/main/waifu.png)
|
9 |
+
---
|
10 |
+
- **Enhancements**:
|
11 |
+
- **Merging**: Merge with lunaris to fix some issues. Note : This model is experimental so feedback is needed.
|
12 |
+
---
|
13 |
+
|
14 |
+
### Instruct Template
|
15 |
+
Default llama3 instruct and context preset, but here is the one i use.
|
16 |
+
[Instruct](https://huggingface.co/Darkknight535/OpenCrystal-12B-L3/blob/main/Llama%203%20%5BInstruct%5D.json)
|
17 |
+
[Context](https://huggingface.co/Darkknight535/OpenCrystal-12B-L3/blob/main/Llama%203%20%5BContext%5D.json)
|
18 |
+
|
19 |
+
### Samplers
|
20 |
+
|
21 |
+
|
22 |
+
## Creative
|
23 |
+
```
|
24 |
+
Temp : 1.2
|
25 |
+
Min P : 0.01
|
26 |
+
|
27 |
+
Repetition Penalty : 1.05
|
28 |
+
OR
|
29 |
+
Dry 0.7, 1.75, 2,0
|
30 |
+
XTC 0.1, 0.5
|
31 |
+
|
32 |
+
[And everything else neutral]
|
33 |
+
```
|
34 |
+
|
35 |
+
## Normal(Precise)
|
36 |
+
```
|
37 |
+
Temp : 0.6 - 0.8
|
38 |
+
Min P : 0.1
|
39 |
+
|
40 |
+
Repetition Penalty : 1.1
|
41 |
+
OR
|
42 |
+
Dry 1, 1.75, 2,0
|
43 |
+
XTC 0.1, 0.2
|
44 |
+
|
45 |
+
[And everything else neutral]
|
46 |
+
```
|
47 |
+
|
48 |
+
|
49 |
+
|
50 |
+
### System Prompt
|
51 |
+
```
|
52 |
+
Develop the plot slowly, always stay in character. Describe all actions in full, elaborate, explicit, graphic, and vivid detail. Mention all relevant sensory perceptions. Keep the story immersive and engaging. Speak as other person when needed and prefix with the name of person you're speaking as except {{user}}.
|
53 |
+
```
|
54 |
+
|
55 |
+
### FeedBack
|
56 |
+
[FeedBack here](https://huggingface.co/Darkknight535/Moonlight-L3-15B-v2.5-64k/discussions/1)
|
57 |
+
|
58 |
+
|
59 |
+
|
60 |
---
|
61 |
base_model:
|
62 |
- Darkknight535/Moonlight-L3-15B-v2-64k
|