File size: 1,373 Bytes
68185d5
 
 
 
 
 
 
 
 
 
c60193a
68185d5
8330658
 
 
 
68185d5
 
8330658
 
68185d5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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:
- Novaciano/qp-3.2-1B
- syvai/emotion-reasoning-1b
library_name: transformers
tags:
- mergekit
- merge

---
# Pyromancer 3.2 1B

<center>

  ![image/png](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT8wjOTgy89I2I_S490bC1upZAPcqnMl3lObVDOF788vSmbk6NdWjuRWQY&s=10)
</center>

## Merge Details


### Merge Method

This model was merged using the [Arcee Fusion](https://arcee.ai) merge method using [Novaciano/qp-3.2-1B](https://huggingface.co/Novaciano/qp-3.2-1B) as a base.

### Models Merged

The following models were included in the merge:
* [syvai/emotion-reasoning-1b](https://huggingface.co/syvai/emotion-reasoning-1b)

### Configuration

The following YAML configuration was used to produce this model:

```yaml


# Author: Dr. Novaciano
# Objective: Uncensored TEST Emotional 3.2 AI Model
# PROJECT: Pyromancer-3.2-1B

dtype: float32
out_dtype: bfloat16
merge_method: arcee_fusion
base_model: Novaciano/qp-3.2-1B

models:
  - model: Novaciano/qp-3.2-1B
    parameters:
      weight:
        - filter: attention
          value: 1.2
        - filter: mlp
          value: 1.3
        - value: 1

  - model: syvai/emotion-reasoning-1b
    parameters:
      weight:
        - filter: lm_head
          value: 0.2
        - filter: attention
          value: 0.5
        - value: 0.4

tie_word_embeddings: true
tie_output_embeddings: true



```