Upload folder using huggingface_hub
Browse files- README.md +54 -0
- config.json +26 -0
- mergekit_config.yml +16 -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/ChatML-RP-instruct.json +18 -0
- presets/ChatML-XML-context.json +12 -0
- presets/RP-Samplers.json +79 -0
- special_tokens_map.json +30 -0
- tokenizer.json +0 -0
- tokenizer.model +3 -0
- tokenizer_config.json +61 -0
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: transformers
|
| 3 |
+
tags:
|
| 4 |
+
- mergekit
|
| 5 |
+
- merge
|
| 6 |
+
- mistral
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Info
|
| 10 |
+
|
| 11 |
+
This model has been doing a good job staying in character.
|
| 12 |
+
|
| 13 |
+
Sillytavern presets in presets folder.
|
| 14 |
+
|
| 15 |
+
I removed added_tokens.json and edited config.json to work with gguf if there are any isssues please inform me.
|
| 16 |
+
|
| 17 |
+
# Nina-v3-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 SLERP merge method.
|
| 25 |
+
|
| 26 |
+
### Models Merged
|
| 27 |
+
|
| 28 |
+
The following models were included in the merge:
|
| 29 |
+
* [Virt-io/Nina-7B](https://huggingface.co/Virt-io/Nina-7B)
|
| 30 |
+
* [NousResearch/Hermes-2-Pro-Mistral-7B](https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B)
|
| 31 |
+
|
| 32 |
+
### Configuration
|
| 33 |
+
|
| 34 |
+
The following YAML configuration was used to produce this model:
|
| 35 |
+
|
| 36 |
+
```yaml
|
| 37 |
+
slices:
|
| 38 |
+
- sources:
|
| 39 |
+
- model: NousResearch/Hermes-2-Pro-Mistral-7B
|
| 40 |
+
layer_range: [0, 32]
|
| 41 |
+
- model: Virt-io/Nina-7B
|
| 42 |
+
layer_range: [0, 32]
|
| 43 |
+
merge_method: slerp
|
| 44 |
+
base_model: NousResearch/Hermes-2-Pro-Mistral-7B
|
| 45 |
+
parameters:
|
| 46 |
+
t:
|
| 47 |
+
- filter: self_attn
|
| 48 |
+
value: [0, 0.5, 0.3, 0.7, 1]
|
| 49 |
+
- filter: mlp
|
| 50 |
+
value: [1, 0.5, 0.7, 0.3, 0]
|
| 51 |
+
- value: 0.5
|
| 52 |
+
dtype: bfloat16
|
| 53 |
+
|
| 54 |
+
```
|
config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "NousResearch/Hermes-2-Pro-Mistral-7B",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"MistralForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_dropout": 0.0,
|
| 7 |
+
"bos_token_id": 1,
|
| 8 |
+
"eos_token_id": 32000,
|
| 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": "bfloat16",
|
| 23 |
+
"transformers_version": "4.38.2",
|
| 24 |
+
"use_cache": false,
|
| 25 |
+
"vocab_size": 32000
|
| 26 |
+
}
|
mergekit_config.yml
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
slices:
|
| 2 |
+
- sources:
|
| 3 |
+
- model: NousResearch/Hermes-2-Pro-Mistral-7B
|
| 4 |
+
layer_range: [0, 32]
|
| 5 |
+
- model: /mnt/NVME/MODELS/Mergekit/BIGBOYS/Nina-v1-7B
|
| 6 |
+
layer_range: [0, 32]
|
| 7 |
+
merge_method: slerp
|
| 8 |
+
base_model: NousResearch/Hermes-2-Pro-Mistral-7B
|
| 9 |
+
parameters:
|
| 10 |
+
t:
|
| 11 |
+
- filter: self_attn
|
| 12 |
+
value: [0, 0.5, 0.3, 0.7, 1]
|
| 13 |
+
- filter: mlp
|
| 14 |
+
value: [1, 0.5, 0.7, 0.3, 0]
|
| 15 |
+
- value: 0.5
|
| 16 |
+
dtype: bfloat16
|
model-00001-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4636b0e8835ba8219dc69d4b8b980ad36ae9504c772b002f6722835868e301a5
|
| 3 |
+
size 1979773128
|
model-00002-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3fb20ade514dd73627d0e8ba44e96485c4f444ee8119a7834f5a440b6db46f0
|
| 3 |
+
size 1996567640
|
model-00003-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c33d939e7d135dc0a4e8661860dce9e4175cc4849a995e9b4ac7b5a1d1fba1c4
|
| 3 |
+
size 1923158216
|
model-00004-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e29312f0e5cb7104ab93e82f952be00120bce5aa347757a73f45723ab067574
|
| 3 |
+
size 1979781464
|
model-00005-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9995704b6c8f2daa8f0f8b073b62f94947f5f67dfaa4edac6e586337fae35022
|
| 3 |
+
size 1946243984
|
model-00006-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:caff0eb3226ba98dd96f875523bee7eb83e552b9923ee29fc86473fbd05bec10
|
| 3 |
+
size 1923166040
|
model-00007-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:becd7fafb3a586281ebfd6b07e0be502d4d99b1d889c1acfbdcdec006c53bbba
|
| 3 |
+
size 1946243984
|
model-00008-of-00008.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bf9eba5444939352ec97d01dad1c3548a76f8d6695bd39881a1ee5b847a99d18
|
| 3 |
+
size 788563544
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"metadata": {"mergekit_version": "0.0.4.1"}, "weight_map": {"model.layers.8.mlp.gate_proj.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.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.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.up_proj.weight": "model-00001-of-00008.safetensors", "model.layers.8.post_attention_layernorm.weight": "model-00001-of-00008.safetensors", "model.layers.8.input_layernorm.weight": "model-00001-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.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.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/ChatML-RP-instruct.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"system_prompt": "<Instructions>\n\"\"\"\nAssistant must roleplay with {{user}}.\nThis is a turn-based story collaboration.\nAssistant must write in the third person, in a story narrative style.\nAssistant must avoid skipping for brevity, using direct narration of every action.\nAssistant must embody the character's appearance and traits.\nAssistant must replicate the character's mannerisms.\nAssistant must observe and reproduce the character's habits, preferences, and other behavioral details.\nAssistant must mirror the character's thought processes and emotions.\nAssistant must experience the world through the character's senses.\nAssistant must use the character's unique tone and language when speaking.\nAssistant must simulate all of character's bodily functions.\nAssistant must depict all of the character's thoughts and actions explicitly.\nAssistant must avoid taking actions the character would not take, instead emphasize their traits and quirks.\nAssistant must avoid using language the character would not use, ensure your language is appropriate for the character - avoid using slang or jargon unless they are known to do so.\nAssistant must also be aware of the character's surroundings, and use them to make the narrative more realistic and engaging.\nAssistant is encouraged to do anything the character would do, character has free will and is expected to act as they please.\nAssistant must think deeply and use all provided information, before responding as character.\nIt is assistant's turn to contribute, and they write much better than {{user}}.\n\"\"\"\n</Instructions>",
|
| 3 |
+
"input_sequence": "<|im_start|>user\n",
|
| 4 |
+
"output_sequence": "<|im_end|>\n<|im_start|>assistant\n",
|
| 5 |
+
"first_output_sequence": "<|im_start|>assistant\n",
|
| 6 |
+
"last_output_sequence": "",
|
| 7 |
+
"system_sequence_prefix": "",
|
| 8 |
+
"system_sequence_suffix": "\n",
|
| 9 |
+
"stop_sequence": "<|im_end|>",
|
| 10 |
+
"separator_sequence": "<|im_end|>\n",
|
| 11 |
+
"wrap": false,
|
| 12 |
+
"macro": true,
|
| 13 |
+
"names": true,
|
| 14 |
+
"names_force_groups": true,
|
| 15 |
+
"activation_regex": "",
|
| 16 |
+
"skip_examples": false,
|
| 17 |
+
"name": "ChatML-RP"
|
| 18 |
+
}
|
presets/ChatML-XML-context.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"story_string": "<|im_start|>system\n{{#if system}}{{system}}\n\n{{/if}}\n{{#if wiBefore}}<Before>{{wiBefore}}</Before>\n\n{{/if}}{{#if description}}<Description>{{description}}</Description>\n\n{{/if}}{{#if personality}}<{{char}}'sPersonality>{{personality}}</{{char}}'sPersonality>\n\n{{/if}}{{#if scenario}}<Scenario>{{scenario}}</Scenario>\n\n{{/if}}{{#if wiAfter}}<After>{{wiAfter}}</After>\n\n{{/if}}{{#if persona}}<{{user}}'sPersona>{{persona}}</{{user}}'sPersona>\n{{/if}}<|im_end|>",
|
| 3 |
+
"example_separator": "Example Roleplay Chat:",
|
| 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": "ChatML-XML"
|
| 12 |
+
}
|
presets/RP-Samplers.json
ADDED
|
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"temp": 1,
|
| 3 |
+
"temperature_last": false,
|
| 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.085,
|
| 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": false,
|
| 25 |
+
"min_temp": 0,
|
| 26 |
+
"max_temp": 3,
|
| 27 |
+
"dynatemp_exponent": 1,
|
| 28 |
+
"smoothing_factor": 0.35,
|
| 29 |
+
"add_bos_token": true,
|
| 30 |
+
"truncation_length": 2048,
|
| 31 |
+
"ban_eos_token": false,
|
| 32 |
+
"skip_special_tokens": true,
|
| 33 |
+
"streaming": true,
|
| 34 |
+
"mirostat_mode": 0,
|
| 35 |
+
"mirostat_tau": 5,
|
| 36 |
+
"mirostat_eta": 0.1,
|
| 37 |
+
"guidance_scale": 1,
|
| 38 |
+
"negative_prompt": "",
|
| 39 |
+
"grammar_string": "",
|
| 40 |
+
"banned_tokens": "",
|
| 41 |
+
"sampler_priority": [
|
| 42 |
+
"temperature",
|
| 43 |
+
"dynamic_temperature",
|
| 44 |
+
"quadratic_sampling",
|
| 45 |
+
"top_k",
|
| 46 |
+
"top_p",
|
| 47 |
+
"typical_p",
|
| 48 |
+
"epsilon_cutoff",
|
| 49 |
+
"eta_cutoff",
|
| 50 |
+
"tfs",
|
| 51 |
+
"top_a",
|
| 52 |
+
"min_p",
|
| 53 |
+
"mirostat"
|
| 54 |
+
],
|
| 55 |
+
"samplers": [
|
| 56 |
+
"top_k",
|
| 57 |
+
"tfs_z",
|
| 58 |
+
"typical_p",
|
| 59 |
+
"top_p",
|
| 60 |
+
"min_p",
|
| 61 |
+
"temperature"
|
| 62 |
+
],
|
| 63 |
+
"ignore_eos_token_aphrodite": false,
|
| 64 |
+
"spaces_between_special_tokens_aphrodite": true,
|
| 65 |
+
"sampler_order": [
|
| 66 |
+
6,
|
| 67 |
+
0,
|
| 68 |
+
1,
|
| 69 |
+
3,
|
| 70 |
+
4,
|
| 71 |
+
2,
|
| 72 |
+
5
|
| 73 |
+
],
|
| 74 |
+
"logit_bias": [],
|
| 75 |
+
"n": 1,
|
| 76 |
+
"rep_pen_size": 0,
|
| 77 |
+
"genamt": 350,
|
| 78 |
+
"max_length": 8192
|
| 79 |
+
}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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": "<|im_end|>",
|
| 11 |
+
"lstrip": false,
|
| 12 |
+
"normalized": false,
|
| 13 |
+
"rstrip": false,
|
| 14 |
+
"single_word": false
|
| 15 |
+
},
|
| 16 |
+
"pad_token": {
|
| 17 |
+
"content": "</s>",
|
| 18 |
+
"lstrip": false,
|
| 19 |
+
"normalized": false,
|
| 20 |
+
"rstrip": false,
|
| 21 |
+
"single_word": false
|
| 22 |
+
},
|
| 23 |
+
"unk_token": {
|
| 24 |
+
"content": "<unk>",
|
| 25 |
+
"lstrip": false,
|
| 26 |
+
"normalized": false,
|
| 27 |
+
"rstrip": false,
|
| 28 |
+
"single_word": false
|
| 29 |
+
}
|
| 30 |
+
}
|
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,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"add_bos_token": true,
|
| 3 |
+
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": true,
|
| 5 |
+
"added_tokens_decoder": {
|
| 6 |
+
"0": {
|
| 7 |
+
"content": "<unk>",
|
| 8 |
+
"lstrip": false,
|
| 9 |
+
"normalized": false,
|
| 10 |
+
"rstrip": false,
|
| 11 |
+
"single_word": false,
|
| 12 |
+
"special": true
|
| 13 |
+
},
|
| 14 |
+
"1": {
|
| 15 |
+
"content": "<s>",
|
| 16 |
+
"lstrip": false,
|
| 17 |
+
"normalized": false,
|
| 18 |
+
"rstrip": false,
|
| 19 |
+
"single_word": false,
|
| 20 |
+
"special": true
|
| 21 |
+
},
|
| 22 |
+
"2": {
|
| 23 |
+
"content": "</s>",
|
| 24 |
+
"lstrip": false,
|
| 25 |
+
"normalized": false,
|
| 26 |
+
"rstrip": false,
|
| 27 |
+
"single_word": false,
|
| 28 |
+
"special": true
|
| 29 |
+
},
|
| 30 |
+
"32000": {
|
| 31 |
+
"content": "<|im_end|>",
|
| 32 |
+
"lstrip": false,
|
| 33 |
+
"normalized": false,
|
| 34 |
+
"rstrip": false,
|
| 35 |
+
"single_word": false,
|
| 36 |
+
"special": true
|
| 37 |
+
},
|
| 38 |
+
"32001": {
|
| 39 |
+
"content": "<|im_start|>",
|
| 40 |
+
"lstrip": false,
|
| 41 |
+
"normalized": false,
|
| 42 |
+
"rstrip": false,
|
| 43 |
+
"single_word": false,
|
| 44 |
+
"special": false
|
| 45 |
+
}
|
| 46 |
+
},
|
| 47 |
+
"additional_special_tokens": [],
|
| 48 |
+
"bos_token": "<s>",
|
| 49 |
+
"chat_template": "{% for message in messages %}{{'<|im_start|>' + message['role'] + '\n' + message['content'] + '<|im_end|>' + '\n'}}{% endfor %}{% if add_generation_prompt %}{{ '<|im_start|>assistant\n' }}{% endif %}",
|
| 50 |
+
"clean_up_tokenization_spaces": false,
|
| 51 |
+
"eos_token": "<|im_end|>",
|
| 52 |
+
"legacy": true,
|
| 53 |
+
"model_max_length": 1000000000000000019884624838656,
|
| 54 |
+
"pad_token": "</s>",
|
| 55 |
+
"sp_model_kwargs": {},
|
| 56 |
+
"spaces_between_special_tokens": false,
|
| 57 |
+
"tokenizer_class": "LlamaTokenizer",
|
| 58 |
+
"unk_token": "<unk>",
|
| 59 |
+
"use_default_system_prompt": false,
|
| 60 |
+
"use_fast": true
|
| 61 |
+
}
|