Upload folder using huggingface_hub
Browse files- README.md +58 -0
- config.json +26 -0
- mergekit_config.yml +19 -0
- model-00001-of-00008.safetensors +3 -0
- model-00002-of-00008.safetensors +3 -0
- model-00003-of-00008.safetensors +3 -0
- model-00004-of-00008.safetensors +3 -0
- model-00005-of-00008.safetensors +3 -0
- model-00006-of-00008.safetensors +3 -0
- model-00007-of-00008.safetensors +3 -0
- model-00008-of-00008.safetensors +3 -0
- model.safetensors.index.json +1 -0
- presets/Alpaca-Experimental-Instruct.json +18 -0
- presets/Experimental-SYSTEM-Context.json +12 -0
- presets/RP-SmoothDynamicTemp.json +80 -0
- special_tokens_map.json +23 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +42 -0
README.md
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
tags:
|
4 |
+
- mergekit
|
5 |
+
- merge
|
6 |
+
- mistral
|
7 |
+
- roleplay
|
8 |
+
---
|
9 |
+
|
10 |
+
## Info
|
11 |
+
|
12 |
+
This one is unhinged. Same idea as previous version, but with [ResplendentAI/Pandora_7B](https://huggingface.co/ResplendentAI/Pandora_7B).
|
13 |
+
|
14 |
+
SillyTavern presets included.
|
15 |
+
|
16 |
+
___
|
17 |
+
# Irene-RP-v2-7B
|
18 |
+
|
19 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
20 |
+
|
21 |
+
## Merge Details
|
22 |
+
### Merge Method
|
23 |
+
|
24 |
+
This model was merged using the [task arithmetic](https://arxiv.org/abs/2212.04089) merge method using [Endevor/InfinityRP-v1-7B](https://huggingface.co/Endevor/InfinityRP-v1-7B) as a base.
|
25 |
+
|
26 |
+
### Models Merged
|
27 |
+
|
28 |
+
The following models were included in the merge:
|
29 |
+
* Mergekit/Eros-Erebus-Holodeck-7B
|
30 |
+
* [ResplendentAI/Pandora_7B](https://huggingface.co/ResplendentAI/Pandora_7B)
|
31 |
+
* [Virt-io/Nina-v2-7B](https://huggingface.co/Virt-io/Nina-v2-7B)
|
32 |
+
|
33 |
+
### Configuration
|
34 |
+
|
35 |
+
The following YAML configuration was used to produce this model:
|
36 |
+
|
37 |
+
```yaml
|
38 |
+
models:
|
39 |
+
- model: Endevor/InfinityRP-v1-7B
|
40 |
+
parameters:
|
41 |
+
weight: 1.0
|
42 |
+
- model: Virt-io/Nina-v2-7B
|
43 |
+
parameters:
|
44 |
+
weight: 0.55
|
45 |
+
- model: Mergekit/Eros-Erebus-Holodeck-7B
|
46 |
+
parameters:
|
47 |
+
weight: 0.65
|
48 |
+
- model: ResplendentAI/Pandora_7B
|
49 |
+
parameters:
|
50 |
+
weight: 0.55
|
51 |
+
merge_method: task_arithmetic
|
52 |
+
base_model: Endevor/InfinityRP-v1-7B
|
53 |
+
parameters:
|
54 |
+
normalize: true
|
55 |
+
int8_mask: true
|
56 |
+
dtype: float16
|
57 |
+
|
58 |
+
```
|
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "Endevor/InfinityRP-v1-7B",
|
3 |
+
"architectures": [
|
4 |
+
"MistralForCausalLM"
|
5 |
+
],
|
6 |
+
"attention_dropout": 0.0,
|
7 |
+
"bos_token_id": 1,
|
8 |
+
"eos_token_id": 2,
|
9 |
+
"hidden_act": "silu",
|
10 |
+
"hidden_size": 4096,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"intermediate_size": 14336,
|
13 |
+
"max_position_embeddings": 32768,
|
14 |
+
"model_type": "mistral",
|
15 |
+
"num_attention_heads": 32,
|
16 |
+
"num_hidden_layers": 32,
|
17 |
+
"num_key_value_heads": 8,
|
18 |
+
"rms_norm_eps": 1e-05,
|
19 |
+
"rope_theta": 10000.0,
|
20 |
+
"sliding_window": 4096,
|
21 |
+
"tie_word_embeddings": false,
|
22 |
+
"torch_dtype": "float16",
|
23 |
+
"transformers_version": "4.38.2",
|
24 |
+
"use_cache": true,
|
25 |
+
"vocab_size": 32000
|
26 |
+
}
|
mergekit_config.yml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
models:
|
2 |
+
- model: Endevor/InfinityRP-v1-7B
|
3 |
+
parameters:
|
4 |
+
weight: 1.0
|
5 |
+
- model: Virt-io/Nina-v2-7B
|
6 |
+
parameters:
|
7 |
+
weight: 0.55
|
8 |
+
- model: /mnt/NVME/MODELS/Mergekit/COOCOO/holo-eros-7B
|
9 |
+
parameters:
|
10 |
+
weight: 0.65
|
11 |
+
- model: ResplendentAI/Pandora_7B
|
12 |
+
parameters:
|
13 |
+
weight: 0.55
|
14 |
+
merge_method: task_arithmetic
|
15 |
+
base_model: Endevor/InfinityRP-v1-7B
|
16 |
+
parameters:
|
17 |
+
normalize: true
|
18 |
+
int8_mask: true
|
19 |
+
dtype: float16
|
model-00001-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc2422284a83e0becc03e094b56d0797f1390e77df8a281817f9eb67412104a0
|
3 |
+
size 1979773096
|
model-00002-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d394b63c04591563f0a5b824b6e102d1a6238450e73aa9943411b50d6c7d2b3
|
3 |
+
size 1996567600
|
model-00003-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b5dfd405aea279ead153ebceb7603d1591ddc107ad1e61a5b5256681b2b2126
|
3 |
+
size 1923158176
|
model-00004-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7084c04bf741581df6d29a3f34cf8f91c80ab5d9a358b265f3f8c6fabeb4bd15
|
3 |
+
size 1979781432
|
model-00005-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b53bb901cc37f36fa934e3bacd25c00e7442c64229696e550689e03b2335b88
|
3 |
+
size 1946243944
|
model-00006-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21c5829df148066d4ec0e4f8417c0c2ba7d607fb45c39e8030e51f708def7803
|
3 |
+
size 1923166008
|
model-00007-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fb05cc54854db7fa31c7f3e7acb24716b584dcb1d07d80335c74c0daff0b8e71
|
3 |
+
size 1946243944
|
model-00008-of-00008.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dc9085bb9ce50435221f3beac2798222d74913f6e703e795c3dacb33fd9c0fbe
|
3 |
+
size 788563536
|
model.safetensors.index.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"metadata": {"mergekit_version": "0.0.4.1"}, "weight_map": {"model.layers.10.mlp.gate_proj.weight": "model-00001-of-00008.safetensors", "model.layers.10.mlp.up_proj.weight": "model-00001-of-00008.safetensors", "model.layers.10.self_attn.o_proj.weight": "model-00001-of-00008.safetensors", "model.layers.10.self_attn.v_proj.weight": "model-00001-of-00008.safetensors", "model.layers.10.self_attn.k_proj.weight": "model-00001-of-00008.safetensors", "model.layers.10.self_attn.q_proj.weight": "model-00001-of-00008.safetensors", "model.layers.9.mlp.down_proj.weight": "model-00001-of-00008.safetensors", "model.layers.9.mlp.gate_proj.weight": "model-00001-of-00008.safetensors", "model.layers.9.mlp.up_proj.weight": "model-00001-of-00008.safetensors", "model.layers.9.post_attention_layernorm.weight": "model-00001-of-00008.safetensors", "model.layers.9.self_attn.o_proj.weight": "model-00001-of-00008.safetensors", "model.layers.9.self_attn.v_proj.weight": "model-00001-of-00008.safetensors", "model.layers.9.self_attn.k_proj.weight": "model-00001-of-00008.safetensors", "model.layers.9.self_attn.q_proj.weight": "model-00001-of-00008.safetensors", "model.layers.9.input_layernorm.weight": "model-00001-of-00008.safetensors", "model.layers.8.mlp.down_proj.weight": "model-00001-of-00008.safetensors", "model.layers.8.mlp.gate_proj.weight": "model-00001-of-00008.safetensors", "model.layers.8.mlp.up_proj.weight": "model-00001-of-00008.safetensors", "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00008.safetensors", "model.layers.8.self_attn.o_proj.weight": "model-00001-of-00008.safetensors", "model.layers.8.self_attn.v_proj.weight": "model-00001-of-00008.safetensors", "model.layers.8.self_attn.k_proj.weight": "model-00001-of-00008.safetensors", "model.layers.8.self_attn.q_proj.weight": "model-00001-of-00008.safetensors", "model.layers.8.input_layernorm.weight": "model-00001-of-00008.safetensors", "model.layers.7.mlp.down_proj.weight": "model-00001-of-00008.safetensors", "model.layers.7.mlp.gate_proj.weight": "model-00001-of-00008.safetensors", "model.layers.7.mlp.up_proj.weight": "model-00001-of-00008.safetensors", "model.layers.7.post_attention_layernorm.weight": "model-00001-of-00008.safetensors", "model.layers.7.self_attn.o_proj.weight": "model-00001-of-00008.safetensors", "model.layers.7.self_attn.v_proj.weight": "model-00001-of-00008.safetensors", "model.layers.7.self_attn.k_proj.weight": "model-00001-of-00008.safetensors", "model.layers.7.self_attn.q_proj.weight": "model-00001-of-00008.safetensors", "model.layers.7.input_layernorm.weight": "model-00001-of-00008.safetensors", "model.layers.6.mlp.down_proj.weight": "model-00001-of-00008.safetensors", "model.layers.6.mlp.gate_proj.weight": "model-00001-of-00008.safetensors", "model.layers.6.mlp.up_proj.weight": "model-00001-of-00008.safetensors", "model.layers.6.post_attention_layernorm.weight": "model-00001-of-00008.safetensors", "model.layers.22.self_attn.o_proj.weight": "model-00002-of-00008.safetensors", "model.layers.22.self_attn.v_proj.weight": "model-00002-of-00008.safetensors", "model.layers.22.self_attn.k_proj.weight": "model-00002-of-00008.safetensors", "model.layers.6.self_attn.o_proj.weight": "model-00002-of-00008.safetensors", "model.layers.6.self_attn.v_proj.weight": "model-00002-of-00008.safetensors", "model.layers.6.self_attn.k_proj.weight": "model-00002-of-00008.safetensors", "model.layers.6.self_attn.q_proj.weight": "model-00002-of-00008.safetensors", "model.layers.6.input_layernorm.weight": "model-00002-of-00008.safetensors", "model.layers.5.mlp.down_proj.weight": "model-00002-of-00008.safetensors", "model.layers.5.mlp.gate_proj.weight": "model-00002-of-00008.safetensors", "model.layers.5.mlp.up_proj.weight": "model-00002-of-00008.safetensors", "model.layers.5.post_attention_layernorm.weight": "model-00002-of-00008.safetensors", "model.layers.5.self_attn.o_proj.weight": "model-00002-of-00008.safetensors", "model.layers.5.self_attn.v_proj.weight": "model-00002-of-00008.safetensors", "model.layers.5.self_attn.k_proj.weight": "model-00002-of-00008.safetensors", "model.layers.5.self_attn.q_proj.weight": "model-00002-of-00008.safetensors", "model.layers.5.input_layernorm.weight": "model-00002-of-00008.safetensors", "model.layers.4.mlp.down_proj.weight": "model-00002-of-00008.safetensors", "model.layers.4.mlp.gate_proj.weight": "model-00002-of-00008.safetensors", "model.layers.4.mlp.up_proj.weight": "model-00002-of-00008.safetensors", "model.layers.4.post_attention_layernorm.weight": "model-00002-of-00008.safetensors", "model.layers.4.self_attn.o_proj.weight": "model-00002-of-00008.safetensors", "model.layers.4.self_attn.v_proj.weight": "model-00002-of-00008.safetensors", "model.layers.4.self_attn.k_proj.weight": "model-00002-of-00008.safetensors", "model.layers.4.self_attn.q_proj.weight": "model-00002-of-00008.safetensors", "model.layers.4.input_layernorm.weight": "model-00002-of-00008.safetensors", "model.layers.3.mlp.down_proj.weight": "model-00002-of-00008.safetensors", "model.layers.3.mlp.gate_proj.weight": "model-00002-of-00008.safetensors", "model.layers.3.mlp.up_proj.weight": "model-00002-of-00008.safetensors", "model.layers.3.post_attention_layernorm.weight": "model-00002-of-00008.safetensors", "model.layers.3.self_attn.o_proj.weight": "model-00002-of-00008.safetensors", "model.layers.3.self_attn.v_proj.weight": "model-00002-of-00008.safetensors", "model.layers.3.self_attn.k_proj.weight": "model-00002-of-00008.safetensors", "model.layers.3.self_attn.q_proj.weight": "model-00002-of-00008.safetensors", "model.layers.3.input_layernorm.weight": "model-00002-of-00008.safetensors", "model.layers.2.mlp.down_proj.weight": "model-00002-of-00008.safetensors", "model.layers.2.mlp.gate_proj.weight": "model-00002-of-00008.safetensors", "model.layers.2.mlp.up_proj.weight": "model-00002-of-00008.safetensors", "model.layers.2.post_attention_layernorm.weight": "model-00002-of-00008.safetensors", "model.layers.2.self_attn.o_proj.weight": "model-00002-of-00008.safetensors", "model.layers.2.self_attn.v_proj.weight": "model-00002-of-00008.safetensors", "model.layers.2.self_attn.k_proj.weight": "model-00002-of-00008.safetensors", "model.layers.2.self_attn.q_proj.weight": "model-00002-of-00008.safetensors", "model.layers.2.input_layernorm.weight": "model-00002-of-00008.safetensors", "model.layers.1.mlp.down_proj.weight": "model-00002-of-00008.safetensors", "model.layers.22.self_attn.q_proj.weight": "model-00003-of-00008.safetensors", "model.layers.21.mlp.down_proj.weight": "model-00003-of-00008.safetensors", "model.layers.21.mlp.gate_proj.weight": "model-00003-of-00008.safetensors", "model.layers.21.mlp.up_proj.weight": "model-00003-of-00008.safetensors", "model.layers.21.post_attention_layernorm.weight": "model-00003-of-00008.safetensors", "model.layers.21.self_attn.o_proj.weight": "model-00003-of-00008.safetensors", "model.layers.21.self_attn.v_proj.weight": "model-00003-of-00008.safetensors", "model.layers.21.self_attn.k_proj.weight": "model-00003-of-00008.safetensors", "model.layers.21.self_attn.q_proj.weight": "model-00003-of-00008.safetensors", "model.layers.21.input_layernorm.weight": "model-00003-of-00008.safetensors", "model.layers.20.mlp.down_proj.weight": "model-00003-of-00008.safetensors", "model.layers.20.mlp.gate_proj.weight": "model-00003-of-00008.safetensors", "model.layers.20.mlp.up_proj.weight": "model-00003-of-00008.safetensors", "model.layers.20.post_attention_layernorm.weight": "model-00003-of-00008.safetensors", "model.layers.20.self_attn.o_proj.weight": "model-00003-of-00008.safetensors", "model.layers.20.self_attn.v_proj.weight": "model-00003-of-00008.safetensors", "model.layers.20.self_attn.k_proj.weight": "model-00003-of-00008.safetensors", "model.layers.20.self_attn.q_proj.weight": "model-00003-of-00008.safetensors", "model.layers.20.input_layernorm.weight": "model-00003-of-00008.safetensors", "model.layers.1.mlp.gate_proj.weight": "model-00003-of-00008.safetensors", "model.layers.1.mlp.up_proj.weight": "model-00003-of-00008.safetensors", "model.layers.1.post_attention_layernorm.weight": "model-00003-of-00008.safetensors", "model.layers.1.self_attn.o_proj.weight": "model-00003-of-00008.safetensors", "model.layers.1.self_attn.v_proj.weight": "model-00003-of-00008.safetensors", "model.layers.1.self_attn.k_proj.weight": "model-00003-of-00008.safetensors", "model.layers.1.self_attn.q_proj.weight": "model-00003-of-00008.safetensors", "model.layers.1.input_layernorm.weight": "model-00003-of-00008.safetensors", "model.layers.0.mlp.down_proj.weight": "model-00003-of-00008.safetensors", "model.layers.0.mlp.gate_proj.weight": "model-00003-of-00008.safetensors", "model.layers.0.mlp.up_proj.weight": "model-00003-of-00008.safetensors", "model.layers.0.post_attention_layernorm.weight": "model-00003-of-00008.safetensors", "model.layers.0.self_attn.o_proj.weight": "model-00003-of-00008.safetensors", "model.layers.0.self_attn.v_proj.weight": "model-00003-of-00008.safetensors", "model.layers.0.self_attn.k_proj.weight": "model-00003-of-00008.safetensors", "model.layers.0.self_attn.q_proj.weight": "model-00003-of-00008.safetensors", "model.layers.0.input_layernorm.weight": "model-00003-of-00008.safetensors", "model.embed_tokens.weight": "model-00003-of-00008.safetensors", "model.layers.19.mlp.down_proj.weight": "model-00004-of-00008.safetensors", "model.layers.19.mlp.gate_proj.weight": "model-00004-of-00008.safetensors", "model.layers.19.mlp.up_proj.weight": "model-00004-of-00008.safetensors", "model.layers.19.post_attention_layernorm.weight": "model-00004-of-00008.safetensors", "model.layers.19.self_attn.o_proj.weight": "model-00004-of-00008.safetensors", "model.layers.19.self_attn.v_proj.weight": "model-00004-of-00008.safetensors", "model.layers.19.self_attn.k_proj.weight": "model-00004-of-00008.safetensors", "model.layers.19.self_attn.q_proj.weight": "model-00004-of-00008.safetensors", "model.layers.19.input_layernorm.weight": "model-00004-of-00008.safetensors", "model.layers.18.mlp.down_proj.weight": "model-00004-of-00008.safetensors", "model.layers.18.mlp.gate_proj.weight": "model-00004-of-00008.safetensors", "model.layers.18.mlp.up_proj.weight": "model-00004-of-00008.safetensors", "model.layers.18.post_attention_layernorm.weight": "model-00004-of-00008.safetensors", "model.layers.18.self_attn.o_proj.weight": "model-00004-of-00008.safetensors", "model.layers.18.self_attn.v_proj.weight": "model-00004-of-00008.safetensors", "model.layers.18.self_attn.k_proj.weight": "model-00004-of-00008.safetensors", "model.layers.18.self_attn.q_proj.weight": "model-00004-of-00008.safetensors", "model.layers.18.input_layernorm.weight": "model-00004-of-00008.safetensors", "model.layers.17.mlp.down_proj.weight": "model-00004-of-00008.safetensors", "model.layers.17.mlp.gate_proj.weight": "model-00004-of-00008.safetensors", "model.layers.17.mlp.up_proj.weight": "model-00004-of-00008.safetensors", "model.layers.17.post_attention_layernorm.weight": "model-00004-of-00008.safetensors", "model.layers.17.self_attn.o_proj.weight": "model-00004-of-00008.safetensors", "model.layers.17.self_attn.v_proj.weight": "model-00004-of-00008.safetensors", "model.layers.17.self_attn.k_proj.weight": "model-00004-of-00008.safetensors", "model.layers.17.self_attn.q_proj.weight": "model-00004-of-00008.safetensors", "model.layers.17.input_layernorm.weight": "model-00004-of-00008.safetensors", "model.layers.16.mlp.down_proj.weight": "model-00004-of-00008.safetensors", "model.layers.16.mlp.gate_proj.weight": "model-00004-of-00008.safetensors", "model.layers.16.mlp.up_proj.weight": "model-00004-of-00008.safetensors", "model.layers.16.post_attention_layernorm.weight": "model-00004-of-00008.safetensors", "model.layers.16.self_attn.o_proj.weight": "model-00004-of-00008.safetensors", "model.layers.16.self_attn.v_proj.weight": "model-00004-of-00008.safetensors", "model.layers.16.self_attn.k_proj.weight": "model-00004-of-00008.safetensors", "model.layers.16.self_attn.q_proj.weight": "model-00004-of-00008.safetensors", "model.layers.16.input_layernorm.weight": "model-00004-of-00008.safetensors", "model.layers.15.mlp.down_proj.weight": "model-00004-of-00008.safetensors", "model.layers.15.mlp.gate_proj.weight": "model-00004-of-00008.safetensors", "model.layers.15.mlp.up_proj.weight": "model-00005-of-00008.safetensors", "model.layers.15.post_attention_layernorm.weight": "model-00005-of-00008.safetensors", "model.layers.15.self_attn.o_proj.weight": "model-00005-of-00008.safetensors", "model.layers.15.self_attn.v_proj.weight": "model-00005-of-00008.safetensors", "model.layers.15.self_attn.k_proj.weight": "model-00005-of-00008.safetensors", "model.layers.15.self_attn.q_proj.weight": "model-00005-of-00008.safetensors", "model.layers.15.input_layernorm.weight": "model-00005-of-00008.safetensors", "model.layers.14.mlp.down_proj.weight": "model-00005-of-00008.safetensors", "model.layers.14.mlp.gate_proj.weight": "model-00005-of-00008.safetensors", "model.layers.14.mlp.up_proj.weight": "model-00005-of-00008.safetensors", "model.layers.14.post_attention_layernorm.weight": "model-00005-of-00008.safetensors", "model.layers.14.self_attn.o_proj.weight": "model-00005-of-00008.safetensors", "model.layers.14.self_attn.v_proj.weight": "model-00005-of-00008.safetensors", "model.layers.14.self_attn.k_proj.weight": "model-00005-of-00008.safetensors", "model.layers.14.self_attn.q_proj.weight": "model-00005-of-00008.safetensors", "model.layers.14.input_layernorm.weight": "model-00005-of-00008.safetensors", "model.layers.13.mlp.down_proj.weight": "model-00005-of-00008.safetensors", "model.layers.13.mlp.gate_proj.weight": "model-00005-of-00008.safetensors", "model.layers.13.mlp.up_proj.weight": "model-00005-of-00008.safetensors", "model.layers.13.post_attention_layernorm.weight": "model-00005-of-00008.safetensors", "model.layers.13.self_attn.o_proj.weight": "model-00005-of-00008.safetensors", "model.layers.13.self_attn.v_proj.weight": "model-00005-of-00008.safetensors", "model.layers.13.self_attn.k_proj.weight": "model-00005-of-00008.safetensors", "model.layers.13.self_attn.q_proj.weight": "model-00005-of-00008.safetensors", "model.layers.13.input_layernorm.weight": "model-00005-of-00008.safetensors", "model.layers.12.mlp.down_proj.weight": "model-00005-of-00008.safetensors", "model.layers.12.mlp.gate_proj.weight": "model-00005-of-00008.safetensors", "model.layers.12.mlp.up_proj.weight": "model-00005-of-00008.safetensors", "model.layers.12.post_attention_layernorm.weight": "model-00005-of-00008.safetensors", "model.layers.12.self_attn.o_proj.weight": "model-00005-of-00008.safetensors", "model.layers.12.self_attn.v_proj.weight": "model-00005-of-00008.safetensors", "model.layers.12.self_attn.k_proj.weight": "model-00005-of-00008.safetensors", "model.layers.12.self_attn.q_proj.weight": "model-00005-of-00008.safetensors", "model.layers.12.input_layernorm.weight": "model-00005-of-00008.safetensors", "model.layers.11.mlp.down_proj.weight": "model-00005-of-00008.safetensors", "model.layers.11.mlp.gate_proj.weight": "model-00005-of-00008.safetensors", "model.layers.11.mlp.up_proj.weight": "model-00005-of-00008.safetensors", "model.layers.11.post_attention_layernorm.weight": "model-00005-of-00008.safetensors", "model.layers.11.self_attn.o_proj.weight": "model-00005-of-00008.safetensors", "model.layers.11.self_attn.v_proj.weight": "model-00005-of-00008.safetensors", "model.layers.11.self_attn.k_proj.weight": "model-00005-of-00008.safetensors", "model.layers.11.self_attn.q_proj.weight": "model-00005-of-00008.safetensors", "model.layers.11.input_layernorm.weight": "model-00005-of-00008.safetensors", "lm_head.weight": "model-00006-of-00008.safetensors", "model.norm.weight": "model-00006-of-00008.safetensors", "model.layers.31.mlp.down_proj.weight": "model-00006-of-00008.safetensors", "model.layers.31.mlp.gate_proj.weight": "model-00006-of-00008.safetensors", "model.layers.31.mlp.up_proj.weight": "model-00006-of-00008.safetensors", "model.layers.31.post_attention_layernorm.weight": "model-00006-of-00008.safetensors", "model.layers.31.self_attn.o_proj.weight": "model-00006-of-00008.safetensors", "model.layers.31.self_attn.v_proj.weight": "model-00006-of-00008.safetensors", "model.layers.31.self_attn.k_proj.weight": "model-00006-of-00008.safetensors", "model.layers.31.self_attn.q_proj.weight": "model-00006-of-00008.safetensors", "model.layers.31.input_layernorm.weight": "model-00006-of-00008.safetensors", "model.layers.30.mlp.down_proj.weight": "model-00006-of-00008.safetensors", "model.layers.30.mlp.gate_proj.weight": "model-00006-of-00008.safetensors", "model.layers.30.mlp.up_proj.weight": "model-00006-of-00008.safetensors", "model.layers.30.post_attention_layernorm.weight": "model-00006-of-00008.safetensors", "model.layers.30.self_attn.o_proj.weight": "model-00006-of-00008.safetensors", "model.layers.30.self_attn.v_proj.weight": "model-00006-of-00008.safetensors", "model.layers.30.self_attn.k_proj.weight": "model-00006-of-00008.safetensors", "model.layers.30.self_attn.q_proj.weight": "model-00006-of-00008.safetensors", "model.layers.30.input_layernorm.weight": "model-00006-of-00008.safetensors", "model.layers.29.mlp.down_proj.weight": "model-00006-of-00008.safetensors", "model.layers.29.mlp.gate_proj.weight": "model-00006-of-00008.safetensors", "model.layers.29.mlp.up_proj.weight": "model-00006-of-00008.safetensors", "model.layers.29.post_attention_layernorm.weight": "model-00006-of-00008.safetensors", "model.layers.29.self_attn.o_proj.weight": "model-00006-of-00008.safetensors", "model.layers.29.self_attn.v_proj.weight": "model-00006-of-00008.safetensors", "model.layers.29.self_attn.k_proj.weight": "model-00006-of-00008.safetensors", "model.layers.29.self_attn.q_proj.weight": "model-00006-of-00008.safetensors", "model.layers.29.input_layernorm.weight": "model-00006-of-00008.safetensors", "model.layers.28.mlp.down_proj.weight": "model-00006-of-00008.safetensors", "model.layers.28.mlp.gate_proj.weight": "model-00006-of-00008.safetensors", "model.layers.10.mlp.down_proj.weight": "model-00006-of-00008.safetensors", "model.layers.10.post_attention_layernorm.weight": "model-00006-of-00008.safetensors", "model.layers.10.input_layernorm.weight": "model-00006-of-00008.safetensors", "model.layers.28.mlp.up_proj.weight": "model-00007-of-00008.safetensors", "model.layers.28.post_attention_layernorm.weight": "model-00007-of-00008.safetensors", "model.layers.28.self_attn.o_proj.weight": "model-00007-of-00008.safetensors", "model.layers.28.self_attn.v_proj.weight": "model-00007-of-00008.safetensors", "model.layers.28.self_attn.k_proj.weight": "model-00007-of-00008.safetensors", "model.layers.28.self_attn.q_proj.weight": "model-00007-of-00008.safetensors", "model.layers.28.input_layernorm.weight": "model-00007-of-00008.safetensors", "model.layers.27.mlp.down_proj.weight": "model-00007-of-00008.safetensors", "model.layers.27.mlp.gate_proj.weight": "model-00007-of-00008.safetensors", "model.layers.27.mlp.up_proj.weight": "model-00007-of-00008.safetensors", "model.layers.27.post_attention_layernorm.weight": "model-00007-of-00008.safetensors", "model.layers.27.self_attn.o_proj.weight": "model-00007-of-00008.safetensors", "model.layers.27.self_attn.v_proj.weight": "model-00007-of-00008.safetensors", "model.layers.27.self_attn.k_proj.weight": "model-00007-of-00008.safetensors", "model.layers.27.self_attn.q_proj.weight": "model-00007-of-00008.safetensors", "model.layers.27.input_layernorm.weight": "model-00007-of-00008.safetensors", "model.layers.26.mlp.down_proj.weight": "model-00007-of-00008.safetensors", "model.layers.26.mlp.gate_proj.weight": "model-00007-of-00008.safetensors", "model.layers.26.mlp.up_proj.weight": "model-00007-of-00008.safetensors", "model.layers.26.post_attention_layernorm.weight": "model-00007-of-00008.safetensors", "model.layers.26.self_attn.o_proj.weight": "model-00007-of-00008.safetensors", "model.layers.26.self_attn.v_proj.weight": "model-00007-of-00008.safetensors", "model.layers.26.self_attn.k_proj.weight": "model-00007-of-00008.safetensors", "model.layers.26.self_attn.q_proj.weight": "model-00007-of-00008.safetensors", "model.layers.26.input_layernorm.weight": "model-00007-of-00008.safetensors", "model.layers.25.mlp.down_proj.weight": "model-00007-of-00008.safetensors", "model.layers.25.mlp.gate_proj.weight": "model-00007-of-00008.safetensors", "model.layers.25.mlp.up_proj.weight": "model-00007-of-00008.safetensors", "model.layers.25.post_attention_layernorm.weight": "model-00007-of-00008.safetensors", "model.layers.25.self_attn.o_proj.weight": "model-00007-of-00008.safetensors", "model.layers.25.self_attn.v_proj.weight": "model-00007-of-00008.safetensors", "model.layers.25.self_attn.k_proj.weight": "model-00007-of-00008.safetensors", "model.layers.25.self_attn.q_proj.weight": "model-00007-of-00008.safetensors", "model.layers.25.input_layernorm.weight": "model-00007-of-00008.safetensors", "model.layers.24.mlp.down_proj.weight": "model-00007-of-00008.safetensors", "model.layers.24.mlp.gate_proj.weight": "model-00007-of-00008.safetensors", "model.layers.24.mlp.up_proj.weight": "model-00007-of-00008.safetensors", "model.layers.24.post_attention_layernorm.weight": "model-00007-of-00008.safetensors", "model.layers.24.self_attn.o_proj.weight": "model-00007-of-00008.safetensors", "model.layers.24.self_attn.v_proj.weight": "model-00007-of-00008.safetensors", "model.layers.24.self_attn.k_proj.weight": "model-00007-of-00008.safetensors", "model.layers.24.self_attn.q_proj.weight": "model-00007-of-00008.safetensors", "model.layers.24.input_layernorm.weight": "model-00007-of-00008.safetensors", "model.layers.23.mlp.down_proj.weight": "model-00008-of-00008.safetensors", "model.layers.23.mlp.gate_proj.weight": "model-00008-of-00008.safetensors", "model.layers.23.mlp.up_proj.weight": "model-00008-of-00008.safetensors", "model.layers.23.post_attention_layernorm.weight": "model-00008-of-00008.safetensors", "model.layers.23.self_attn.o_proj.weight": "model-00008-of-00008.safetensors", "model.layers.23.self_attn.v_proj.weight": "model-00008-of-00008.safetensors", "model.layers.23.self_attn.k_proj.weight": "model-00008-of-00008.safetensors", "model.layers.23.self_attn.q_proj.weight": "model-00008-of-00008.safetensors", "model.layers.23.input_layernorm.weight": "model-00008-of-00008.safetensors", "model.layers.22.mlp.down_proj.weight": "model-00008-of-00008.safetensors", "model.layers.22.mlp.gate_proj.weight": "model-00008-of-00008.safetensors", "model.layers.22.mlp.up_proj.weight": "model-00008-of-00008.safetensors", "model.layers.22.post_attention_layernorm.weight": "model-00008-of-00008.safetensors", "model.layers.22.input_layernorm.weight": "model-00008-of-00008.safetensors"}}
|
presets/Alpaca-Experimental-Instruct.json
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"system_prompt": "\"\"\"\n### Turn based roleplay\n\n## Roles\n\nASSISTANT will be playing the character {{char}} and extras as necessary.\n\n{{/if}}{{#if personality}}{{char}}'s Personality: {{personality}}\n\nUSER will be playing the character {{user}}.\n\n{{/if}}{{#if persona}}{{user}}'s Persona: {{persona}}\n\n## Information\n\n{{/if}}{{#if wiBefore}}Lore: {{wiBefore}}\n\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n\n{{/if}}{{#if description}}Description: {{description}}\n\n{{/if}}{{#if wiAfter}}Lore: {{wiAfter}}\n\n{{/if}}{{#if mesExamples}}Example Roleplay Responses: {{mesExamples}}\n\n## Rules\n\nEach participant has a chance to make a move or take an action with their character. A 'move' can be anything from speaking to a character, making a physical movement, using an item, etc.\n\nASSISTANT and USER must avoid speaking as the others assigned character.\n\nASSISTANT is required to take any actions that their characters would realistically take, no matter how immoral it may be.\n\nASSISTANT must create a believable and immersive story by taking the actions and reactions of USER into account.\n\nASSISTANT must be aware of their character's surroundings and use them to make the narrative more realistic and engaging.\n\nAfter USER has taken their turn, ASSISTANT must think deeply and use all provided information before responding as their assigned character.\n\"\"\"\n",
|
3 |
+
"input_sequence": "\n### Input:",
|
4 |
+
"output_sequence": "\n### Response:",
|
5 |
+
"first_output_sequence": "",
|
6 |
+
"last_output_sequence": "### Response:",
|
7 |
+
"system_sequence_prefix": "### Instruction:",
|
8 |
+
"system_sequence_suffix": "",
|
9 |
+
"stop_sequence": "### Input:",
|
10 |
+
"separator_sequence": "",
|
11 |
+
"wrap": true,
|
12 |
+
"macro": true,
|
13 |
+
"names": true,
|
14 |
+
"names_force_groups": true,
|
15 |
+
"activation_regex": "",
|
16 |
+
"skip_examples": false,
|
17 |
+
"name": "Alpaca-Experimental"
|
18 |
+
}
|
presets/Experimental-SYSTEM-Context.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"story_string": "{{#if system}}{{system}}\n{{/if}}",
|
3 |
+
"example_separator": "Example Roleplay: ",
|
4 |
+
"chat_start": "",
|
5 |
+
"use_stop_strings": false,
|
6 |
+
"allow_jailbreak": false,
|
7 |
+
"always_force_name2": true,
|
8 |
+
"trim_sentences": true,
|
9 |
+
"include_newline": true,
|
10 |
+
"single_line": false,
|
11 |
+
"name": "Experimental-SYSTEM"
|
12 |
+
}
|
presets/RP-SmoothDynamicTemp.json
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"temp": 1,
|
3 |
+
"temperature_last": true,
|
4 |
+
"top_p": 1,
|
5 |
+
"top_k": 0,
|
6 |
+
"top_a": 0,
|
7 |
+
"tfs": 1,
|
8 |
+
"epsilon_cutoff": 0,
|
9 |
+
"eta_cutoff": 0,
|
10 |
+
"typical_p": 1,
|
11 |
+
"min_p": 0.075,
|
12 |
+
"rep_pen": 1.05,
|
13 |
+
"rep_pen_range": 2048,
|
14 |
+
"no_repeat_ngram_size": 0,
|
15 |
+
"penalty_alpha": 0,
|
16 |
+
"num_beams": 1,
|
17 |
+
"length_penalty": 0,
|
18 |
+
"min_length": 0,
|
19 |
+
"encoder_rep_pen": 1,
|
20 |
+
"freq_pen": 0,
|
21 |
+
"presence_pen": 0,
|
22 |
+
"do_sample": true,
|
23 |
+
"early_stopping": false,
|
24 |
+
"dynatemp": true,
|
25 |
+
"min_temp": 0.5,
|
26 |
+
"max_temp": 3,
|
27 |
+
"dynatemp_exponent": 1,
|
28 |
+
"smoothing_factor": 0.25,
|
29 |
+
"smoothing_curve": 1,
|
30 |
+
"add_bos_token": true,
|
31 |
+
"truncation_length": 2048,
|
32 |
+
"ban_eos_token": false,
|
33 |
+
"skip_special_tokens": true,
|
34 |
+
"streaming": true,
|
35 |
+
"mirostat_mode": 0,
|
36 |
+
"mirostat_tau": 5,
|
37 |
+
"mirostat_eta": 0.1,
|
38 |
+
"guidance_scale": 1,
|
39 |
+
"negative_prompt": "",
|
40 |
+
"grammar_string": "",
|
41 |
+
"banned_tokens": "",
|
42 |
+
"sampler_priority": [
|
43 |
+
"temperature",
|
44 |
+
"dynamic_temperature",
|
45 |
+
"quadratic_sampling",
|
46 |
+
"top_k",
|
47 |
+
"top_p",
|
48 |
+
"typical_p",
|
49 |
+
"epsilon_cutoff",
|
50 |
+
"eta_cutoff",
|
51 |
+
"tfs",
|
52 |
+
"top_a",
|
53 |
+
"min_p",
|
54 |
+
"mirostat"
|
55 |
+
],
|
56 |
+
"samplers": [
|
57 |
+
"top_k",
|
58 |
+
"tfs_z",
|
59 |
+
"typical_p",
|
60 |
+
"top_p",
|
61 |
+
"min_p",
|
62 |
+
"temperature"
|
63 |
+
],
|
64 |
+
"ignore_eos_token_aphrodite": false,
|
65 |
+
"spaces_between_special_tokens_aphrodite": true,
|
66 |
+
"sampler_order": [
|
67 |
+
6,
|
68 |
+
0,
|
69 |
+
1,
|
70 |
+
3,
|
71 |
+
4,
|
72 |
+
2,
|
73 |
+
5
|
74 |
+
],
|
75 |
+
"logit_bias": [],
|
76 |
+
"n": 1,
|
77 |
+
"rep_pen_size": 0,
|
78 |
+
"genamt": 250,
|
79 |
+
"max_length": 8192
|
80 |
+
}
|
special_tokens_map.json
ADDED
@@ -0,0 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"bos_token": {
|
3 |
+
"content": "<s>",
|
4 |
+
"lstrip": false,
|
5 |
+
"normalized": false,
|
6 |
+
"rstrip": false,
|
7 |
+
"single_word": false
|
8 |
+
},
|
9 |
+
"eos_token": {
|
10 |
+
"content": "</s>",
|
11 |
+
"lstrip": false,
|
12 |
+
"normalized": false,
|
13 |
+
"rstrip": false,
|
14 |
+
"single_word": false
|
15 |
+
},
|
16 |
+
"unk_token": {
|
17 |
+
"content": "<unk>",
|
18 |
+
"lstrip": false,
|
19 |
+
"normalized": false,
|
20 |
+
"rstrip": false,
|
21 |
+
"single_word": false
|
22 |
+
}
|
23 |
+
}
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:dadfd56d766715c61d2ef780a525ab43b8e6da4de6865bda3d95fdef5e134055
|
3 |
+
size 493443
|
tokenizer_config.json
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"add_bos_token": true,
|
3 |
+
"add_eos_token": false,
|
4 |
+
"added_tokens_decoder": {
|
5 |
+
"0": {
|
6 |
+
"content": "<unk>",
|
7 |
+
"lstrip": false,
|
8 |
+
"normalized": false,
|
9 |
+
"rstrip": false,
|
10 |
+
"single_word": false,
|
11 |
+
"special": true
|
12 |
+
},
|
13 |
+
"1": {
|
14 |
+
"content": "<s>",
|
15 |
+
"lstrip": false,
|
16 |
+
"normalized": false,
|
17 |
+
"rstrip": false,
|
18 |
+
"single_word": false,
|
19 |
+
"special": true
|
20 |
+
},
|
21 |
+
"2": {
|
22 |
+
"content": "</s>",
|
23 |
+
"lstrip": false,
|
24 |
+
"normalized": false,
|
25 |
+
"rstrip": false,
|
26 |
+
"single_word": false,
|
27 |
+
"special": true
|
28 |
+
}
|
29 |
+
},
|
30 |
+
"additional_special_tokens": [],
|
31 |
+
"bos_token": "<s>",
|
32 |
+
"clean_up_tokenization_spaces": false,
|
33 |
+
"eos_token": "</s>",
|
34 |
+
"legacy": true,
|
35 |
+
"model_max_length": 1000000000000000019884624838656,
|
36 |
+
"pad_token": null,
|
37 |
+
"sp_model_kwargs": {},
|
38 |
+
"spaces_between_special_tokens": false,
|
39 |
+
"tokenizer_class": "LlamaTokenizer",
|
40 |
+
"unk_token": "<unk>",
|
41 |
+
"use_default_system_prompt": false
|
42 |
+
}
|