File size: 1,522 Bytes
5621ffa
 
 
 
 
 
 
 
 
 
7d0cdfb
5621ffa
 
 
 
 
 
eb05eb9
 
 
 
 
5621ffa
 
eb05eb9
 
 
 
 
 
 
5621ffa
 
 
 
 
 
 
eb05eb9
 
 
 
5621ffa
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
base_model: []
library_name: transformers
tags:
- mergekit
- merge
- alpaca
- mistral
- not-for-all-audiences
- nsfw
- exl2
license: cc-by-nc-4.0
---
# IceCocoaRP-7b-8bpw-exl2

8bpw-exl2 quant of [icefog72/IceCocoaRP-7b](https://huggingface.co/icefog72/IceCocoaRP-7b)

[SillyTavern Discord thread](https://discord.com/channels/1100685673633153084/1248929887570628688)

[Rules-lorebook and settings I'm using you can  find here](https://huggingface.co/icefog72/GeneralInfoToStoreNotModel/tree/main)

[ko-fi](https://ko-fi.com/icefog72)

## Merge Details

The best one so far for me.

- [4.2bpw-exl2](https://huggingface.co/icefog72/IceCocoaRP-7b-4.2bpw-exl2)
- [6.5bpw-exl2](https://huggingface.co/icefog72/IceCocoaRP-7b-6.5bpw-exl2)
- [8bpw-exl2](https://huggingface.co/icefog72/IceCocoaRP-7b-8bpw-exl2)

### Merge Method

This model was merged using the [TIES](https://arxiv.org/abs/2306.01708) merge method using NeuralBeagleJaskier as a base.

### Models Merged

The following models were included in the merge:
* NeuralBeagleJaskier
* IceBlendedCoffeeRP-7b (slerp bfloat16)
  - IceCoffeeRP-7b
  - IceBlendedLatteRP-7b base

### Configuration

The following YAML configuration was used to produce this model:

```yaml
models:
  - model: NeuralBeagleJaskier
    parameters:
      density: 0.9
      weight: 0.5
  - model: IceBlendedCoffeeRP-7b
    parameters:
      density: 0.5
      weight: 0.3
merge_method: ties
base_model: NeuralBeagleJaskier
parameters:
  normalize: true
  int8_mask: true
dtype: float16

```