GGUF
English
aashish1904 commited on
Commit
c265d9a
1 Parent(s): ccaed38

Upload README.md with huggingface_hub

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