Triangle104 commited on
Commit
c6b1f3b
1 Parent(s): 49d0295

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +84 -0
README.md CHANGED
@@ -16,6 +16,90 @@ tags:
16
  This model was converted to GGUF format from [`kromeurus/L3.1-Aglow-Vulca-v0.1-8B`](https://huggingface.co/kromeurus/L3.1-Aglow-Vulca-v0.1-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
17
  Refer to the [original model card](https://huggingface.co/kromeurus/L3.1-Aglow-Vulca-v0.1-8B) for more details on the model.
18
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ## Use with llama.cpp
20
  Install llama.cpp through brew (works on Mac and Linux)
21
 
 
16
  This model was converted to GGUF format from [`kromeurus/L3.1-Aglow-Vulca-v0.1-8B`](https://huggingface.co/kromeurus/L3.1-Aglow-Vulca-v0.1-8B) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
17
  Refer to the [original model card](https://huggingface.co/kromeurus/L3.1-Aglow-Vulca-v0.1-8B) for more details on the model.
18
 
19
+ Model Details & Recommended Settings
20
+
21
+ This is a story telling first model that is proficient in narrative driven RP. Does best with straightforward instructions. Any wishy-washy language will confuse it. As per usual with any of my models with Formax in it, it's pretty sensitive to instructs so choose your words wisely.
22
+
23
+ Once going though, it's able to generate detailed and human-ish outputs with lots of personality depending on the information given. Has a habit of matching the style and format of the input; style, spacing, grammar, etc. Can interweave details from the character persona, chat history, and user persona (if there is one) to create unique interactions and plot points. Leans more or less positive naturally but can be flipped if prompted correctly.
24
+
25
+ Being a Llama 3.1 model, it's still subject to the normal pros and cons of L3/L3.1 but I'd like to think I tamed some of it. Keep the temp on the lower end since there is a low chance it might freak out. If it does, swipe/regen the chat or delete the afflicted output and try again.
26
+
27
+ Rec. Settings:
28
+
29
+ Template: Llama 3
30
+ Token Count: 128k Max
31
+ Temperature: 1.2
32
+ Min P: 0.1
33
+ Repeat Penalty: 1.05
34
+ Repeat Penalty Tokens: 256
35
+
36
+ Merge Theory
37
+
38
+ Where to begin. The general though process was still the roughly same as the Ablaze, making one very smart model and another more creative focused model. This time, I merged Formax and RPmax in separately instead of doing one merge since they have different focuses.
39
+
40
+ 'Apollobulk' is the smarts, having the storytelling capabilities from badger writer, instruct following from Formax (duh) and the smarts of Super Nova. Apollo 0.4 was use as an RP temper to keep the overall model aligned with RP. Apollo 2.0 wasn't used as it skewed the merge too far towards inconsistent narratives.
41
+
42
+ 'Reshape' is the creative end, taking some inspo from the Ablaze's creative center. First created 'Darkened' as the main influence over the final writing style of Aglow. Poppy Moonfall C had the personality I was looking for but the smarts (though not important was still necessary) so the other three were added to round out it's overall capabilities while being very creative. Plopping that atop RPmax (For excellent unique RP interactions), BRAG (serious recall), and Natsumura (a great Storytelling/RP base) and model stock it, you get a really solid model on its own.
43
+
44
+ Slap the two components together in a simple gradient dare_linear merge and boom; this unit of an 8B model. As of writing and releasing this model, mergekit is fucked for me (one of its dependencies has broken L3 merging) so I can't test any other methods atm. If there is a better final merge method, I'll be uploading a v0.2 once the bug is fixed.
45
+
46
+ This time around, everything was done with DavidAU's High Quality method, merging with float32 at all steps. Made a significant difference in nuanced understanding of text.
47
+ Config
48
+
49
+ models:
50
+ - model: Locutusque/Apollo-0.4-Llama-3.1-8B
51
+ - model: maldv/badger-writer-llama-3-8b
52
+ - model: ArliAI/Llama-3.1-8B-ArliAI-Formax-v1.0
53
+ base_model: arcee-ai/Llama-3.1-SuperNova-Lite
54
+ parameters:
55
+ int8_mask: true
56
+ merge_method: model_stock
57
+ dtype: float32
58
+ tokenizer_source: base
59
+ name: apollobulk
60
+
61
+
62
+ models:
63
+ - model: v000000/L3-8B-Poppy-Moonfall-C
64
+ - model: Casual-Autopsy/Jamet-L3-Stheno-BlackOasis-8B
65
+ - model: SicariusSicariiStuff/Dusk_Rainbow
66
+ base_model: ResplendentAI/Rawr_Llama3_8B
67
+ parameters:
68
+ int8_mask: true
69
+ merge_method: model_stock
70
+ dtype: float32
71
+ tokenizer_source: base
72
+ name: darkened
73
+
74
+
75
+ models:
76
+ - model: darkened
77
+ - model: ArliAI/Llama-3.1-8B-ArliAI-RPMax-v1.1
78
+ - model: maximalists/BRAG-Llama-3.1-8b-v0.1
79
+ base_model: tohur/natsumura-storytelling-rp-1.0-llama-3.1-8b
80
+ parameters:
81
+ int8_mask: true
82
+ merge_method: model_stock
83
+ dtype: float32
84
+ tokenizer_source: base
85
+ name: reshape
86
+
87
+
88
+ models:
89
+ - model: reshape
90
+ parameters:
91
+ weight: [0.1, 0.9]
92
+ - model: apollobulk
93
+ parameters:
94
+ weight: [0.9, 0.1]
95
+ base_model: reshape
96
+ tokenizer_source: base
97
+ parameters:
98
+ normalize: false
99
+ int8_mask: true
100
+ merge_method: dare_linear
101
+ dtype: float32
102
+ name: vulca
103
  ## Use with llama.cpp
104
  Install llama.cpp through brew (works on Mac and Linux)
105