jeiku commited on
Commit
e726d83
1 Parent(s): d4eb054

Upload 8 files

Browse files
.gitattributes CHANGED
@@ -33,3 +33,10 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ RPGodzilla-f16.gguf filter=lfs diff=lfs merge=lfs -text
37
+ RPGodzilla-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
38
+ RPGodzilla-Q3_K.gguf filter=lfs diff=lfs merge=lfs -text
39
+ RPGodzilla-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ RPGodzilla-Q4_K.gguf filter=lfs diff=lfs merge=lfs -text
41
+ RPGodzilla-Q5_K.gguf filter=lfs diff=lfs merge=lfs -text
42
+ RPGodzilla-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - jeiku/Bluemoon_cleaned_StableLM
4
+ - jeiku/Everything_v3_128_StableLM
5
+ - jeiku/Theory_of_Mind_128_StableLM
6
+ - jeiku/Theory_of_Mind_RP_128_StableLM
7
+ - jeiku/LimaRP_StableLM
8
+ - jeiku/No_Robots_Alpaca_StableLM
9
+ - jeiku/RPGPT_StableLM
10
+ - jeiku/Toxic_DPO_StableLM
11
+ - jeiku/PIPPA_128_StableLM
12
+ - jeiku/Gnosis_StableLM
13
+ tags:
14
+ - mergekit
15
+ - merge
16
+
17
+ ---
18
+ # snek
19
+
20
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
21
+
22
+ ## Merge Details
23
+ ### Merge Method
24
+
25
+ This model was merged using the [linear](https://arxiv.org/abs/2203.05482) merge method.
26
+
27
+ ### Models Merged
28
+
29
+ The following models were included in the merge:
30
+ * snek + [jeiku/Bluemoon_cleaned_StableLM](https://huggingface.co/jeiku/Bluemoon_cleaned_StableLM)
31
+ * snek + [jeiku/Everything_v3_128_StableLM](https://huggingface.co/jeiku/Everything_v3_128_StableLM)
32
+ * snek + [jeiku/Theory_of_Mind_128_StableLM](https://huggingface.co/jeiku/Theory_of_Mind_128_StableLM)
33
+ * snek + [jeiku/Theory_of_Mind_RP_128_StableLM](https://huggingface.co/jeiku/Theory_of_Mind_RP_128_StableLM)
34
+ * snek + [jeiku/LimaRP_StableLM](https://huggingface.co/jeiku/LimaRP_StableLM)
35
+ * snek + [jeiku/No_Robots_Alpaca_StableLM](https://huggingface.co/jeiku/No_Robots_Alpaca_StableLM)
36
+ * snek + [jeiku/RPGPT_StableLM](https://huggingface.co/jeiku/RPGPT_StableLM)
37
+ * snek + [jeiku/Toxic_DPO_StableLM](https://huggingface.co/jeiku/Toxic_DPO_StableLM)
38
+ * snek + [jeiku/PIPPA_128_StableLM](https://huggingface.co/jeiku/PIPPA_128_StableLM)
39
+ * snek + [jeiku/Gnosis_StableLM](https://huggingface.co/jeiku/Gnosis_StableLM)
40
+
41
+ ### Configuration
42
+
43
+ The following YAML configuration was used to produce this model:
44
+
45
+ ```yaml
46
+ merge_method: linear
47
+ models:
48
+ - model: snek+jeiku/Theory_of_Mind_128_StableLM
49
+ parameters:
50
+ weight: 1
51
+ - model: snek+jeiku/Everything_v3_128_StableLM
52
+ parameters:
53
+ weight: 1
54
+ - model: snek+jeiku/Gnosis_StableLM
55
+ parameters:
56
+ weight: 1
57
+ - model: snek+jeiku/Toxic_DPO_StableLM
58
+ parameters:
59
+ weight: 1
60
+ - model: snek+jeiku/No_Robots_Alpaca_StableLM
61
+ parameters:
62
+ weight: 1
63
+ - model: snek+jeiku/Theory_of_Mind_RP_128_StableLM
64
+ parameters:
65
+ weight: 1
66
+ - model: snek+jeiku/Bluemoon_cleaned_StableLM
67
+ parameters:
68
+ weight: 1
69
+ - model: snek+jeiku/RPGPT_StableLM
70
+ parameters:
71
+ weight: 1
72
+ - model: snek+jeiku/LimaRP_StableLM
73
+ parameters:
74
+ weight: 1
75
+ - model: snek+jeiku/PIPPA_128_StableLM
76
+ parameters:
77
+ weight: 1
78
+ dtype: float16
79
+ ```
RPGodzilla-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01014e7d7bed85efbeb1c1777b144ad6020a82fc920e3278890e8abd76db1c77
3
+ size 1317273952
RPGodzilla-Q3_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:309b26155af2a1d609cacf2bee7b8d92e9118e4da70074d80c15fa2571d28b43
3
+ size 1697067872
RPGodzilla-Q4_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e28a56fe7136f56de375573822fdda3bb449bb630513b16a8478dd53b06ced2b
3
+ size 2090777952
RPGodzilla-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26d35ce422a788f09cc2b28a0b1820b41f19d724ca4878c28f768c1b15fa847b
3
+ size 1980083552
RPGodzilla-Q5_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc5e591d86cf64866fb11bfad3b0bf4f76549817ca83b29a9b3e622ad326dea5
3
+ size 2442747232
RPGodzilla-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:413cdc4164ffd3333bb825b80038e6ab29ecf45deb37855ae600f01a9bdebc51
3
+ size 2816714592
RPGodzilla-f16.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b4b80a6fb5af2d5ea162a20f392bf19b9fc0a3107271d97ab460490f896bf9e
3
+ size 6862451456