nightmedia commited on
Commit
83a0861
·
verified ·
1 Parent(s): dc5d118

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +92 -3
README.md CHANGED
@@ -1,5 +1,94 @@
1
- Experimental brain graft.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
- Coming soon
4
 
5
- -G
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - zh
5
+ license: apache-2.0
6
+ tags:
7
+ - unsloth
8
+ - nightmedia
9
+ - fine tune
10
+ - heretic
11
+ - abliterated
12
+ - uncensored
13
+ - creative
14
+ - creative writing
15
+ - fiction writing
16
+ - plot generation
17
+ - sub-plot generation
18
+ - fiction writing
19
+ - story generation
20
+ - scene continue
21
+ - storytelling
22
+ - fiction story
23
+ - science fiction
24
+ - romance
25
+ - all genres
26
+ - story
27
+ - writing
28
+ - vivid prosing
29
+ - vivid writing
30
+ - fiction
31
+ - roleplaying
32
+ - bfloat16
33
+ - all use cases
34
+ - Deckard(qx)
35
+ - merge
36
+ - mergekit
37
+ - mlx
38
+ library_name: transformers
39
+ pipeline_tag: image-text-to-text
40
+ base_model:
41
+ - armand0e/Qwen3.5-9B-Fable-5-v1
42
+ - DavidAU/Qwen3.5-9B-Mark-Twain-Pro-Writer-Uncensored-Heretic
43
+ - nightmedia/Qwen3.5-9B-Fable-MarkTwain-B
44
+ ---
45
 
46
+ # Qwen3.5-9B-Fable-MarkTwain-B-qx86-hi-mlx
47
 
48
+ Experimental brain graft with Mark Twain works, distilled by DavidAU.
49
+
50
+ This model is a merge of the following models:
51
+ - armand0e/Qwen3.5-9B-Fable-5-v1
52
+ - DavidAU/Qwen3.5-9B-Mark-Twain-Pro-Writer-Uncensored-Heretic
53
+
54
+ Brainwaves
55
+ ```brainwaves
56
+ arc arc/e boolq hswag obkqa piqa wino
57
+ ...
58
+ Quant Perplexity Peak Memory Tokens/sec
59
+ ```
60
+
61
+ ## Model components
62
+
63
+ armand0e/Qwen3.5-9B-Fable-5-v1
64
+ ```brainwaves
65
+ arc arc/e boolq hswag obkqa piqa wino
66
+ ```
67
+
68
+ DavidAU/Qwen3.5-9B-Mark-Twain-Pro-Writer-Uncensored-Heretic
69
+ ```brainwaves
70
+ arc arc/e boolq hswag obkqa piqa wino
71
+ ```
72
+
73
+ # Baseline model
74
+
75
+ Qwen3.5-9B
76
+ ```brainwaves
77
+ arc arc/e boolq hswag obkqa piqa wino
78
+ mxfp8 0.571,0.719,0.895,0.683,0.426,0.770,0.671
79
+ ```
80
+
81
+ # Model recipe
82
+
83
+ ```recipe
84
+ models:
85
+ - model: armand0e/Qwen3.5-9B-Fable-5-v1
86
+ parameters:
87
+ weight: 1.4
88
+ - model: DavidAU/Qwen3.5-9B-Mark-Twain-Pro-Writer-Uncensored-Heretic
89
+ parameters:
90
+ weight: 0.6
91
+ merge_method: nuslerp
92
+ dtype: bfloat16
93
+ name: Qwen3.5-9B-Fable-MarkTwain-B
94
+ ```