35 lines
658 B
YAML
35 lines
658 B
YAML
|
|
|
|
# Author: Dr. Novaciano
|
|
# Objective: Uncensored TEST RP 3.2 AI Model
|
|
# PROJECT: Pervert-SciFi-Maid-3.2-1B
|
|
|
|
dtype: float32
|
|
out_dtype: bfloat16
|
|
merge_method: arcee_fusion
|
|
base_model: NovaCorp/Pervert-RP-Maid-3.2-1B
|
|
|
|
models:
|
|
- model: NovaCorp/Pervert-RP-Maid-3.2-1B
|
|
parameters:
|
|
weight:
|
|
- filter: attention
|
|
value: 1.2
|
|
- filter: mlp
|
|
value: 1.3
|
|
- value: 1
|
|
|
|
- model: theprint/Llama3.2-1B-FantasySciFi
|
|
parameters:
|
|
weight:
|
|
- filter: lm_head
|
|
value: 0.2
|
|
- filter: attention
|
|
value: 0.5
|
|
- value: 0.4
|
|
|
|
tie_word_embeddings: true
|
|
tie_output_embeddings: true
|
|
|
|
|