ABX-AI commited on
Commit
402efb4
·
verified ·
1 Parent(s): d7f56d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -8
README.md CHANGED
@@ -4,13 +4,23 @@ library_name: transformers
4
  tags:
5
  - mergekit
6
  - merge
7
-
 
8
  ---
9
- # output-model-directory
10
 
11
- This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
 
 
 
 
 
 
 
12
 
13
  ## Merge Details
 
 
 
14
  ### Merge Method
15
 
16
  This model was merged using the passthrough merge method.
@@ -18,8 +28,8 @@ This model was merged using the passthrough merge method.
18
  ### Models Merged
19
 
20
  The following models were included in the merge:
21
- * ./MODELS/Starfinite-Laymospice-v2-7B
22
- * ./MODELS/Cerebral-Infinity-7B
23
 
24
  ### Configuration
25
 
@@ -28,12 +38,12 @@ The following YAML configuration was used to produce this model:
28
  ```yaml
29
  slices:
30
  - sources:
31
- - model: ./MODELS/Cerebral-Infinity-7B
32
  layer_range: [0, 20]
33
  - sources:
34
- - model: ./MODELS/Starfinite-Laymospice-v2-7B
35
  layer_range: [12, 32]
36
  merge_method: passthrough
37
  dtype: float16
38
 
39
- ```
 
4
  tags:
5
  - mergekit
6
  - merge
7
+ - mistral
8
+ - not-for-all-audiences
9
  ---
 
10
 
11
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/65d936ad52eca001fdcd3245/J0snW3yfLadLuMYERL6X5.png)
12
+
13
+ # Quantum-Citrus-9B
14
+
15
+ This merge is another attempt at making and intelligent, refined and unaligned model.
16
+ It includes previous merges of Starling, Cerebrum, LemonadeRP, InfinityRP, and deep down has a base of layla v0.1, as I am not that happy with the result form using v0.2.
17
+
18
+ The model is intended for fictional storytelling and roleplaying and may not be intended for all audences.
19
 
20
  ## Merge Details
21
+
22
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
23
+
24
  ### Merge Method
25
 
26
  This model was merged using the passthrough merge method.
 
28
  ### Models Merged
29
 
30
  The following models were included in the merge:
31
+ * ABX-AI/Starfinite-Laymospice-v2-7B
32
+ * ABX-AI/Cerebral-Infinity-7B
33
 
34
  ### Configuration
35
 
 
38
  ```yaml
39
  slices:
40
  - sources:
41
+ - model: ABX-AI/Cerebral-Infinity-7B
42
  layer_range: [0, 20]
43
  - sources:
44
+ - model: ABX-AI/Starfinite-Laymospice-v2-7B
45
  layer_range: [12, 32]
46
  merge_method: passthrough
47
  dtype: float16
48
 
49
+ ```