DarqueDante commited on
Commit
b5c6662
1 Parent(s): d7bdbfe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +63 -0
README.md CHANGED
@@ -11,6 +11,69 @@ tags:
11
  - gguf-my-repo
12
  ---
13
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  # DarqueDante/Llama-3.1-8B-Stheno-v3.4-IQ4_XS-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
+ ![img](https://huggingface.co/Sao10K/Llama-3.1-8B-Stheno-v3.4/resolve/main/meneno.jpg)
15
+
16
+ ---
17
+
18
+ Thanks to Backyard.ai for the compute to train this. :)
19
+
20
+ ---
21
+
22
+ Llama-3.1-8B-Stheno-v3.4
23
+
24
+ This model has went through a multi-stage finetuning process.
25
+ ```
26
+ - 1st, over a multi-turn Conversational-Instruct
27
+ - 2nd, over a Creative Writing / Roleplay along with some Creative-based Instruct Datasets.
28
+ - - Dataset consists of a mixture of Human and Claude Data.
29
+ ```
30
+
31
+ Prompting Format:
32
+ ```
33
+ - Use the L3 Instruct Formatting - Euryale 2.1 Preset Works Well
34
+ - Temperature + min_p as per usual, I recommend 1.4 Temp + 0.2 min_p.
35
+ - Has a different vibe to previous versions. Tinker around.
36
+ ```
37
+
38
+ Changes since previous Stheno Datasets:
39
+ ```
40
+ - 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.
41
+ - Replaced Single-Turn Instruct with Better Prompts and Answers by Claude 3.5 Sonnet and Claude 3 Opus.
42
+ - Removed c2 Samples -> Underway of re-filtering and masking to use with custom prefills. TBD
43
+ - 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.
44
+ - Included 40% More Creative Writing Examples.
45
+ - Included Datasets Targeting System Prompt Adherence.
46
+ - Included Datasets targeting Reasoning / Spatial Awareness.
47
+ - Filtered for the usual errors, slop and stuff at the end. Some may have slipped through, but I removed nearly all of it.
48
+ ```
49
+
50
+ Personal Opinions:
51
+ ```
52
+ - Llama3.1 was more disappointing, in the Instruct Tune? It felt overbaked, atleast. Likely due to the DPO being done after their SFT Stage.
53
+ - Tuning on L3.1 base did not give good results, unlike when I tested with Nemo base. unfortunate.
54
+ - Still though, I think I did an okay job. It does feel a bit more distinctive.
55
+ - It took a lot of tinkering, like a LOT to wrangle this.
56
+ ```
57
+
58
+ Below are some graphs and all for you to observe.
59
+
60
+ ---
61
+
62
+ `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.`
63
+
64
+ ![Turn](https://huggingface.co/Sao10K/Llama-3.1-8B-Stheno-v3.4/resolve/main/turns_distribution_bar_graph.png)
65
+
66
+ `Token Count Histogram # Based on the Llama 3 Tokenizer`
67
+
68
+ ![Turn](https://huggingface.co/Sao10K/Llama-3.1-8B-Stheno-v3.4/resolve/main/token_count_histogram.png)
69
+
70
+ ---
71
+
72
+ ```
73
+ Source Image: https://www.pixiv.net/en/artworks/91689070
74
+ ```
75
+
76
+
77
  # DarqueDante/Llama-3.1-8B-Stheno-v3.4-IQ4_XS-GGUF
78
  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.
79
  Refer to the [original model card](https://huggingface.co/Sao10K/Llama-3.1-8B-Stheno-v3.4) for more details on the model.