Fentible commited on
Commit
da2b288
·
verified ·
1 Parent(s): 8a43cb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +93 -3
README.md CHANGED
@@ -1,3 +1,93 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - anthracite-core/Mistral-Small-3.2-24B-Instruct-2506-Text-Only
4
+ - aixonlab/Eurydice-24b-v3.5
5
+ - allura-forge/ms32-final-TEXTONLY
6
+ - Darkhn/M3.2-24B-Animus-V7.1
7
+ - Delta-Vector/Austral-24B-Winton
8
+ - Delta-Vector/MS3.2-Austral-Winton
9
+ - Doctor-Shotgun/MS3.2-24B-Magnum-Diamond
10
+ - PocketDoc/Dans-PersonalityEngine-V1.3.0-24b
11
+ - ReadyArt/MS3.2-The-Omega-Directive-24B-Unslop-v2.1
12
+ - SicariusSicariiStuff/Impish_Magic_24B
13
+ - TheDrummer/Cydonia-24B-v4.1
14
+ - trashpanda-org/MS3.2-24B-Mullein-v2
15
+ - zerofata/MS3.2-PaintedFantasy-v2-24B
16
+ emoji: 🐙
17
+ language:
18
+ - en
19
+ library_name: transformers
20
+ license: apache-2.0
21
+ tags:
22
+ - mergekit
23
+ - merge
24
+ pipeline_tag: text-generation
25
+
26
+ ---
27
+
28
+ # 🐙 Cthulhu 24B 1.3
29
+
30
+ > Prepare to delve into the depths of language model fusion with Cthulhu, a monumental model merge based on Mistral Small v3.2 (2506) and Mistral Small v3.1 (2503). This ambitious project aims to synthesize the collective intelligence of the latest cutting-edge finetunes of Mistral Small, creating a "supermerge" that transcends the capabilities of any single iteration.
31
+
32
+ Experimental update to Cthulhu series. I did not compare 1.3 to previous versions yet, but it aims to be more RP-oriented.
33
+
34
+ ```
35
+ base_model: anthracite-core/Mistral-Small-3.2-24B-Instruct-2506-Text-Only
36
+ merge_method: dare_ties
37
+ architecture: MistralForCausalLM
38
+ dtype: bfloat16
39
+ models:
40
+ - model: aixonlab/Eurydice-24b-v3.5
41
+ parameters:
42
+ density: 0.4
43
+ weight: 0.05
44
+ - model: allura-forge/ms32-final-TEXTONLY
45
+ parameters:
46
+ density: 0.5
47
+ weight: 0.1
48
+ - model: Darkhn/M3.2-24B-Animus-V7.1
49
+ parameters:
50
+ density: 0.5
51
+ weight: 0.1
52
+ - model: Delta-Vector/Austral-24B-Winton
53
+ parameters:
54
+ density: 0.4
55
+ weight: 0.05
56
+ - model: Delta-Vector/MS3.2-Austral-Winton
57
+ parameters:
58
+ density: 0.5
59
+ weight: 0.1
60
+ - model: Doctor-Shotgun/MS3.2-24B-Magnum-Diamond
61
+ parameters:
62
+ density: 0.5
63
+ weight: 0.1
64
+ - model: PocketDoc/Dans-PersonalityEngine-V1.3.0-24b
65
+ parameters:
66
+ density: 0.4
67
+ weight: 0.05
68
+ - model: ReadyArt/MS3.2-The-Omega-Directive-24B-Unslop-v2.1
69
+ parameters:
70
+ density: 0.5
71
+ weight: 0.1
72
+ - model: SicariusSicariiStuff/Impish_Magic_24B
73
+ parameters:
74
+ density: 0.5
75
+ weight: 0.1
76
+ - model: TheDrummer/Cydonia-24B-v4.1
77
+ parameters:
78
+ density: 0.5
79
+ weight: 0.1
80
+ - model: trashpanda-org/MS3.2-24B-Mullein-v2
81
+ parameters:
82
+ density: 0.4
83
+ weight: 0.05
84
+ - model: zerofata/MS3.2-PaintedFantasy-v2-24B
85
+ parameters:
86
+ density: 0.5
87
+ weight: 0.1
88
+ tokenizer:
89
+ source: union
90
+ chat_template: auto
91
+ ```
92
+
93
+ ![image/png](https://i.imgur.com/JKDMXB6.jpeg)