File size: 2,264 Bytes
e7d9b99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b15d317
81a18fc
 
 
e7d9b99
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
---
base_model:
- chihoonlee10/T3Q-Mistral-Orca-Math-DPO
- senseable/WestLake-7B-v2
- S-miguel/The-Trinity-Coder-7B
- yam-peleg/Experiment26-7B
- InferenceIllusionist/Excalibur-7b-DPO
- Kukedlc/Jupiter-k-7B-slerp
library_name: transformers
tags:
- mergekit
- merge

---
# Jett-w26

![image/webp](https://cdn-uploads.huggingface.co/production/uploads/643eab4f05a395e2b1c727e3/cXC_xRZ2fQX2CSZI-9qJT.webp)


THIS IS THE ABLITERATED VERSION OF [giannisan/Jett-w26](https://huggingface.co/giannisan/Jett-w26) USING [faispy's](https://huggingface.co/failspy) notebook.
It should be uncensored. Prompting may be beneficial.

This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).

## Merge Details
### Merge Method

This model was merged using the [DARE](https://arxiv.org/abs/2311.03099) [TIES](https://arxiv.org/abs/2306.01708) merge method using [yam-peleg/Experiment26-7B](https://huggingface.co/yam-peleg/Experiment26-7B) as a base.

### Models Merged

The following models were included in the merge:
* [chihoonlee10/T3Q-Mistral-Orca-Math-DPO](https://huggingface.co/chihoonlee10/T3Q-Mistral-Orca-Math-DPO)
* [senseable/WestLake-7B-v2](https://huggingface.co/senseable/WestLake-7B-v2)
* [S-miguel/The-Trinity-Coder-7B](https://huggingface.co/S-miguel/The-Trinity-Coder-7B)
* [InferenceIllusionist/Excalibur-7b-DPO](https://huggingface.co/InferenceIllusionist/Excalibur-7b-DPO)
* [Kukedlc/Jupiter-k-7B-slerp](https://huggingface.co/Kukedlc/Jupiter-k-7B-slerp)

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: yam-peleg/Experiment26-7B
    # No parameters necessary for base model
  - model: Kukedlc/Jupiter-k-7B-slerp
    parameters:
      density: 0.58
      weight: 0.25
  - model: S-miguel/The-Trinity-Coder-7B
    parameters:
      density: 0.6
      weight: 0.20
  - model: chihoonlee10/T3Q-Mistral-Orca-Math-DPO
    parameters:
      density: 0.6
      weight: 0.20
  - model: senseable/WestLake-7B-v2
    parameters:
      density: 0.56
      weight: 0.20
  - model: InferenceIllusionist/Excalibur-7b-DPO
    parameters:
      density: 0.58
      weight: 0.15
merge_method: dare_ties
base_model: yam-peleg/Experiment26-7B
dtype: bfloat16
```