DarqueDante
commited on
Commit
•
403f1bc
1
Parent(s):
7420f86
Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,67 @@ tags:
|
|
11 |
- gguf-my-repo
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
# DarqueDante/Llama-3.1-8B-Stheno-v3.4-Q5_K_M-GGUF
|
15 |
This model was converted to GGUF format from [`Sao10K/Llama-3.1-8B-Stheno-v3.4`](https://huggingface.co/Sao10K/Llama-3.1-8B-Stheno-v3.4) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
16 |
Refer to the [original model card](https://huggingface.co/Sao10K/Llama-3.1-8B-Stheno-v3.4) for more details on the model.
|
|
|
11 |
- gguf-my-repo
|
12 |
---
|
13 |
|
14 |
+
---
|
15 |
+
|
16 |
+
![img](https://huggingface.co/Sao10K/Llama-3.1-8B-Stheno-v3.4/resolve/main/meneno.jpg)
|
17 |
+
|
18 |
+
|
19 |
+
---
|
20 |
+
|
21 |
+
Llama-3.1-8B-Stheno-v3.4
|
22 |
+
|
23 |
+
This model has went through a multi-stage finetuning process.
|
24 |
+
```
|
25 |
+
- 1st, over a multi-turn Conversational-Instruct
|
26 |
+
- 2nd, over a Creative Writing / Roleplay along with some Creative-based Instruct Datasets.
|
27 |
+
- - Dataset consists of a mixture of Human and Claude Data.
|
28 |
+
```
|
29 |
+
|
30 |
+
Prompting Format:
|
31 |
+
```
|
32 |
+
- Use the L3 Instruct Formatting - Euryale 2.1 Preset Works Well
|
33 |
+
- Temperature + min_p as per usual, I recommend 1.4 Temp + 0.2 min_p.
|
34 |
+
- Has a different vibe to previous versions. Tinker around.
|
35 |
+
```
|
36 |
+
|
37 |
+
Changes since previous Stheno Datasets:
|
38 |
+
```
|
39 |
+
- Included Multi-turn Conversation-based Instruct Datasets to boost multi-turn coherency. # This is a seperate set, not the ones made by Kalomaze and Nopm, that are used in Magnum. They're completely different data.
|
40 |
+
- Replaced Single-Turn Instruct with Better Prompts and Answers by Claude 3.5 Sonnet and Claude 3 Opus.
|
41 |
+
- Removed c2 Samples -> Underway of re-filtering and masking to use with custom prefills. TBD
|
42 |
+
- Included 55% more Roleplaying Examples based of [Gryphe's](https://huggingface.co/datasets/Gryphe/Sonnet3.5-Charcard-Roleplay) Charcard RP Sets. Further filtered and cleaned on.
|
43 |
+
- Included 40% More Creative Writing Examples.
|
44 |
+
- Included Datasets Targeting System Prompt Adherence.
|
45 |
+
- Included Datasets targeting Reasoning / Spatial Awareness.
|
46 |
+
- Filtered for the usual errors, slop and stuff at the end. Some may have slipped through, but I removed nearly all of it.
|
47 |
+
```
|
48 |
+
|
49 |
+
Personal Opinions:
|
50 |
+
```
|
51 |
+
- Llama3.1 was more disappointing, in the Instruct Tune? It felt overbaked, atleast. Likely due to the DPO being done after their SFT Stage.
|
52 |
+
- Tuning on L3.1 base did not give good results, unlike when I tested with Nemo base. unfortunate.
|
53 |
+
- Still though, I think I did an okay job. It does feel a bit more distinctive.
|
54 |
+
- It took a lot of tinkering, like a LOT to wrangle this.
|
55 |
+
```
|
56 |
+
|
57 |
+
Below are some graphs and all for you to observe.
|
58 |
+
|
59 |
+
---
|
60 |
+
|
61 |
+
`Turn Distribution # 1 Turn is considered as 1 combined Human/GPT pair in a ShareGPT format. 4 Turns means 1 System Row + 8 Human/GPT rows in total.`
|
62 |
+
|
63 |
+
![Turn](https://huggingface.co/Sao10K/Llama-3.1-8B-Stheno-v3.4/resolve/main/turns_distribution_bar_graph.png)
|
64 |
+
|
65 |
+
`Token Count Histogram # Based on the Llama 3 Tokenizer`
|
66 |
+
|
67 |
+
![Turn](https://huggingface.co/Sao10K/Llama-3.1-8B-Stheno-v3.4/resolve/main/token_count_histogram.png)
|
68 |
+
|
69 |
+
---
|
70 |
+
|
71 |
+
```
|
72 |
+
Source Image: https://www.pixiv.net/en/artworks/91689070
|
73 |
+
```
|
74 |
+
|
75 |
# DarqueDante/Llama-3.1-8B-Stheno-v3.4-Q5_K_M-GGUF
|
76 |
This model was converted to GGUF format from [`Sao10K/Llama-3.1-8B-Stheno-v3.4`](https://huggingface.co/Sao10K/Llama-3.1-8B-Stheno-v3.4) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
|
77 |
Refer to the [original model card](https://huggingface.co/Sao10K/Llama-3.1-8B-Stheno-v3.4) for more details on the model.
|