Upload folder using huggingface_hub
Browse files- README.md +37 -0
- config.json +31 -0
- mergekit_config.yml +8 -0
- model-00001-of-00009.safetensors +3 -0
- model-00002-of-00009.safetensors +3 -0
- model-00003-of-00009.safetensors +3 -0
- model-00004-of-00009.safetensors +3 -0
- model-00005-of-00009.safetensors +3 -0
- model-00006-of-00009.safetensors +3 -0
- model-00007-of-00009.safetensors +3 -0
- model-00008-of-00009.safetensors +3 -0
- model-00009-of-00009.safetensors +3 -0
- model.safetensors.index.json +1 -0
- special_tokens_map.json +41 -0
- tokenizer.json +0 -0
- tokenizer_config.json +0 -0
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- prithivMLmods/Taurus-Opus-7B
|
| 4 |
+
library_name: transformers
|
| 5 |
+
tags:
|
| 6 |
+
- mergekit
|
| 7 |
+
- merge
|
| 8 |
+
|
| 9 |
+
---
|
| 10 |
+
# merge
|
| 11 |
+
|
| 12 |
+
This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
|
| 13 |
+
|
| 14 |
+
## Merge Details
|
| 15 |
+
### Merge Method
|
| 16 |
+
|
| 17 |
+
This model was merged using the passthrough merge method.
|
| 18 |
+
|
| 19 |
+
### Models Merged
|
| 20 |
+
|
| 21 |
+
The following models were included in the merge:
|
| 22 |
+
* [prithivMLmods/Taurus-Opus-7B](https://huggingface.co/prithivMLmods/Taurus-Opus-7B)
|
| 23 |
+
|
| 24 |
+
### Configuration
|
| 25 |
+
|
| 26 |
+
The following YAML configuration was used to produce this model:
|
| 27 |
+
|
| 28 |
+
```yaml
|
| 29 |
+
slices:
|
| 30 |
+
- sources:
|
| 31 |
+
- model: prithivMLmods/Taurus-Opus-7B
|
| 32 |
+
layer_range: [0, 14]
|
| 33 |
+
- model: prithivMLmods/Taurus-Opus-7B
|
| 34 |
+
layer_range: [14, 28]
|
| 35 |
+
merge_method: passthrough
|
| 36 |
+
dtype: bfloat16
|
| 37 |
+
```
|
config.json
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "prithivMLmods/Taurus-Opus-7B",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LlamaForCausalLM"
|
| 5 |
+
],
|
| 6 |
+
"attention_bias": false,
|
| 7 |
+
"attention_dropout": 0.0,
|
| 8 |
+
"bos_token_id": 11,
|
| 9 |
+
"eos_token_id": 11,
|
| 10 |
+
"head_dim": 256,
|
| 11 |
+
"hidden_act": "silu",
|
| 12 |
+
"hidden_size": 3072,
|
| 13 |
+
"initializer_range": 0.02,
|
| 14 |
+
"intermediate_size": 23040,
|
| 15 |
+
"max_position_embeddings": 32768,
|
| 16 |
+
"mlp_bias": false,
|
| 17 |
+
"model_type": "llama",
|
| 18 |
+
"num_attention_heads": 12,
|
| 19 |
+
"num_hidden_layers": 14,
|
| 20 |
+
"num_key_value_heads": 4,
|
| 21 |
+
"pad_token_id": 2023,
|
| 22 |
+
"pretraining_tp": 1,
|
| 23 |
+
"rms_norm_eps": 1e-06,
|
| 24 |
+
"rope_scaling": null,
|
| 25 |
+
"rope_theta": 1000042,
|
| 26 |
+
"tie_word_embeddings": false,
|
| 27 |
+
"torch_dtype": "bfloat16",
|
| 28 |
+
"transformers_version": "4.46.3",
|
| 29 |
+
"use_cache": true,
|
| 30 |
+
"vocab_size": 131072
|
| 31 |
+
}
|
mergekit_config.yml
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
slices:
|
| 2 |
+
- sources:
|
| 3 |
+
- model: prithivMLmods/Taurus-Opus-7B
|
| 4 |
+
layer_range: [0, 14]
|
| 5 |
+
- model: prithivMLmods/Taurus-Opus-7B
|
| 6 |
+
layer_range: [14, 28]
|
| 7 |
+
merge_method: passthrough
|
| 8 |
+
dtype: bfloat16
|
model-00001-of-00009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fca8471326533cfbda87136624d0fbfb66c32b75b0bc3f09641cffaaed91a787
|
| 3 |
+
size 805306496
|
model-00002-of-00009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c1bdabfde62d0f37ae6467c6fe6db53f685949b6777ae73bfb595f34dcccd2cf
|
| 3 |
+
size 946870632
|
model-00003-of-00009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ce7268fc734694edb569d264eb00046ed5aea8ea8b99bd379cfaefd7acafdcea
|
| 3 |
+
size 950036512
|
model-00004-of-00009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0a8e7c50214c88e8f54aa59432472e4fdac459c5ba6f0f44418c994107800922
|
| 3 |
+
size 950036512
|
model-00005-of-00009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2c3877b5807b30058cb9d7690f84661bce65e5f5a49ba0614b79a17e62e104ae
|
| 3 |
+
size 950036512
|
model-00006-of-00009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:85ee0422e1b66a84f67fb3097c72bc68d0accf539e1278284d6d94a3311f785b
|
| 3 |
+
size 950036512
|
model-00007-of-00009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bebf3c5ddce837c196f2aaeb059e989739e384414dd31cf2be0b47ec8e61fc1a
|
| 3 |
+
size 950036504
|
model-00008-of-00009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ab1daef2b38f69982437a9a65040722785baa5f0c1a8db285b9d032c84f5c57
|
| 3 |
+
size 950036536
|
model-00009-of-00009.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9c7e9a5142154c83a590ce923e3a61bbe892a4b9d51aef2ea03609b65159e2e2
|
| 3 |
+
size 808478640
|
model.safetensors.index.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"metadata": {"mergekit_version": "0.0.5.1", "total_size": 8260859904}, "weight_map": {"lm_head.weight": "model-00001-of-00009.safetensors", "model.embed_tokens.weight": "model-00002-of-00009.safetensors", "model.layers.0.input_layernorm.weight": "model-00002-of-00009.safetensors", "model.layers.0.mlp.down_proj.weight": "model-00002-of-00009.safetensors", "model.layers.0.mlp.gate_proj.weight": "model-00003-of-00009.safetensors", "model.layers.0.mlp.up_proj.weight": "model-00003-of-00009.safetensors", "model.layers.0.post_attention_layernorm.weight": "model-00003-of-00009.safetensors", "model.layers.0.self_attn.k_proj.weight": "model-00003-of-00009.safetensors", "model.layers.0.self_attn.o_proj.weight": "model-00003-of-00009.safetensors", "model.layers.0.self_attn.q_proj.weight": "model-00003-of-00009.safetensors", "model.layers.0.self_attn.v_proj.weight": "model-00003-of-00009.safetensors", "model.layers.1.input_layernorm.weight": "model-00003-of-00009.safetensors", "model.layers.1.mlp.down_proj.weight": "model-00003-of-00009.safetensors", "model.layers.1.mlp.gate_proj.weight": "model-00003-of-00009.safetensors", "model.layers.1.mlp.up_proj.weight": "model-00003-of-00009.safetensors", "model.layers.1.post_attention_layernorm.weight": "model-00003-of-00009.safetensors", "model.layers.1.self_attn.k_proj.weight": "model-00003-of-00009.safetensors", "model.layers.1.self_attn.o_proj.weight": "model-00003-of-00009.safetensors", "model.layers.1.self_attn.q_proj.weight": "model-00003-of-00009.safetensors", "model.layers.1.self_attn.v_proj.weight": "model-00003-of-00009.safetensors", "model.layers.2.input_layernorm.weight": "model-00003-of-00009.safetensors", "model.layers.2.mlp.down_proj.weight": "model-00003-of-00009.safetensors", "model.layers.2.mlp.gate_proj.weight": "model-00004-of-00009.safetensors", "model.layers.2.mlp.up_proj.weight": "model-00004-of-00009.safetensors", "model.layers.2.post_attention_layernorm.weight": "model-00004-of-00009.safetensors", "model.layers.2.self_attn.k_proj.weight": "model-00004-of-00009.safetensors", "model.layers.2.self_attn.o_proj.weight": "model-00004-of-00009.safetensors", "model.layers.2.self_attn.q_proj.weight": "model-00004-of-00009.safetensors", "model.layers.2.self_attn.v_proj.weight": "model-00004-of-00009.safetensors", "model.layers.3.input_layernorm.weight": "model-00004-of-00009.safetensors", "model.layers.3.mlp.down_proj.weight": "model-00004-of-00009.safetensors", "model.layers.3.mlp.gate_proj.weight": "model-00004-of-00009.safetensors", "model.layers.3.mlp.up_proj.weight": "model-00004-of-00009.safetensors", "model.layers.3.post_attention_layernorm.weight": "model-00004-of-00009.safetensors", "model.layers.3.self_attn.k_proj.weight": "model-00004-of-00009.safetensors", "model.layers.3.self_attn.o_proj.weight": "model-00004-of-00009.safetensors", "model.layers.3.self_attn.q_proj.weight": "model-00004-of-00009.safetensors", "model.layers.3.self_attn.v_proj.weight": "model-00004-of-00009.safetensors", "model.layers.4.input_layernorm.weight": "model-00004-of-00009.safetensors", "model.layers.4.mlp.down_proj.weight": "model-00004-of-00009.safetensors", "model.layers.4.mlp.gate_proj.weight": "model-00005-of-00009.safetensors", "model.layers.4.mlp.up_proj.weight": "model-00005-of-00009.safetensors", "model.layers.4.post_attention_layernorm.weight": "model-00005-of-00009.safetensors", "model.layers.4.self_attn.k_proj.weight": "model-00005-of-00009.safetensors", "model.layers.4.self_attn.o_proj.weight": "model-00005-of-00009.safetensors", "model.layers.4.self_attn.q_proj.weight": "model-00005-of-00009.safetensors", "model.layers.4.self_attn.v_proj.weight": "model-00005-of-00009.safetensors", "model.layers.5.input_layernorm.weight": "model-00005-of-00009.safetensors", "model.layers.5.mlp.down_proj.weight": "model-00005-of-00009.safetensors", "model.layers.5.mlp.gate_proj.weight": "model-00005-of-00009.safetensors", "model.layers.5.mlp.up_proj.weight": "model-00005-of-00009.safetensors", "model.layers.5.post_attention_layernorm.weight": "model-00005-of-00009.safetensors", "model.layers.5.self_attn.k_proj.weight": "model-00005-of-00009.safetensors", "model.layers.5.self_attn.o_proj.weight": "model-00005-of-00009.safetensors", "model.layers.5.self_attn.q_proj.weight": "model-00005-of-00009.safetensors", "model.layers.5.self_attn.v_proj.weight": "model-00005-of-00009.safetensors", "model.layers.6.input_layernorm.weight": "model-00005-of-00009.safetensors", "model.layers.6.mlp.down_proj.weight": "model-00005-of-00009.safetensors", "model.layers.6.mlp.gate_proj.weight": "model-00006-of-00009.safetensors", "model.layers.6.mlp.up_proj.weight": "model-00006-of-00009.safetensors", "model.layers.6.post_attention_layernorm.weight": "model-00006-of-00009.safetensors", "model.layers.6.self_attn.k_proj.weight": "model-00006-of-00009.safetensors", "model.layers.6.self_attn.o_proj.weight": "model-00006-of-00009.safetensors", "model.layers.6.self_attn.q_proj.weight": "model-00006-of-00009.safetensors", "model.layers.6.self_attn.v_proj.weight": "model-00006-of-00009.safetensors", "model.layers.7.input_layernorm.weight": "model-00006-of-00009.safetensors", "model.layers.7.mlp.down_proj.weight": "model-00006-of-00009.safetensors", "model.layers.7.mlp.gate_proj.weight": "model-00006-of-00009.safetensors", "model.layers.7.mlp.up_proj.weight": "model-00006-of-00009.safetensors", "model.layers.7.post_attention_layernorm.weight": "model-00006-of-00009.safetensors", "model.layers.7.self_attn.k_proj.weight": "model-00006-of-00009.safetensors", "model.layers.7.self_attn.o_proj.weight": "model-00006-of-00009.safetensors", "model.layers.7.self_attn.q_proj.weight": "model-00006-of-00009.safetensors", "model.layers.7.self_attn.v_proj.weight": "model-00006-of-00009.safetensors", "model.layers.8.input_layernorm.weight": "model-00006-of-00009.safetensors", "model.layers.8.mlp.down_proj.weight": "model-00006-of-00009.safetensors", "model.layers.8.mlp.gate_proj.weight": "model-00007-of-00009.safetensors", "model.layers.8.mlp.up_proj.weight": "model-00007-of-00009.safetensors", "model.layers.8.post_attention_layernorm.weight": "model-00007-of-00009.safetensors", "model.layers.8.self_attn.k_proj.weight": "model-00007-of-00009.safetensors", "model.layers.8.self_attn.o_proj.weight": "model-00007-of-00009.safetensors", "model.layers.8.self_attn.q_proj.weight": "model-00007-of-00009.safetensors", "model.layers.8.self_attn.v_proj.weight": "model-00007-of-00009.safetensors", "model.layers.9.input_layernorm.weight": "model-00007-of-00009.safetensors", "model.layers.9.mlp.down_proj.weight": "model-00007-of-00009.safetensors", "model.layers.9.mlp.gate_proj.weight": "model-00007-of-00009.safetensors", "model.layers.9.mlp.up_proj.weight": "model-00007-of-00009.safetensors", "model.layers.9.post_attention_layernorm.weight": "model-00007-of-00009.safetensors", "model.layers.9.self_attn.k_proj.weight": "model-00007-of-00009.safetensors", "model.layers.9.self_attn.o_proj.weight": "model-00007-of-00009.safetensors", "model.layers.9.self_attn.q_proj.weight": "model-00007-of-00009.safetensors", "model.layers.9.self_attn.v_proj.weight": "model-00007-of-00009.safetensors", "model.layers.10.input_layernorm.weight": "model-00007-of-00009.safetensors", "model.layers.10.mlp.down_proj.weight": "model-00007-of-00009.safetensors", "model.layers.10.mlp.gate_proj.weight": "model-00008-of-00009.safetensors", "model.layers.10.mlp.up_proj.weight": "model-00008-of-00009.safetensors", "model.layers.10.post_attention_layernorm.weight": "model-00008-of-00009.safetensors", "model.layers.10.self_attn.k_proj.weight": "model-00008-of-00009.safetensors", "model.layers.10.self_attn.o_proj.weight": "model-00008-of-00009.safetensors", "model.layers.10.self_attn.q_proj.weight": "model-00008-of-00009.safetensors", "model.layers.10.self_attn.v_proj.weight": "model-00008-of-00009.safetensors", "model.layers.11.input_layernorm.weight": "model-00008-of-00009.safetensors", "model.layers.11.mlp.down_proj.weight": "model-00008-of-00009.safetensors", "model.layers.11.mlp.gate_proj.weight": "model-00008-of-00009.safetensors", "model.layers.11.mlp.up_proj.weight": "model-00008-of-00009.safetensors", "model.layers.11.post_attention_layernorm.weight": "model-00008-of-00009.safetensors", "model.layers.11.self_attn.k_proj.weight": "model-00008-of-00009.safetensors", "model.layers.11.self_attn.o_proj.weight": "model-00008-of-00009.safetensors", "model.layers.11.self_attn.q_proj.weight": "model-00008-of-00009.safetensors", "model.layers.11.self_attn.v_proj.weight": "model-00008-of-00009.safetensors", "model.layers.12.input_layernorm.weight": "model-00008-of-00009.safetensors", "model.layers.12.mlp.down_proj.weight": "model-00008-of-00009.safetensors", "model.layers.12.mlp.gate_proj.weight": "model-00009-of-00009.safetensors", "model.layers.12.mlp.up_proj.weight": "model-00009-of-00009.safetensors", "model.layers.12.post_attention_layernorm.weight": "model-00009-of-00009.safetensors", "model.layers.12.self_attn.k_proj.weight": "model-00009-of-00009.safetensors", "model.layers.12.self_attn.o_proj.weight": "model-00009-of-00009.safetensors", "model.layers.12.self_attn.q_proj.weight": "model-00009-of-00009.safetensors", "model.layers.12.self_attn.v_proj.weight": "model-00009-of-00009.safetensors", "model.layers.13.input_layernorm.weight": "model-00009-of-00009.safetensors", "model.layers.13.mlp.down_proj.weight": "model-00009-of-00009.safetensors", "model.layers.13.mlp.gate_proj.weight": "model-00009-of-00009.safetensors", "model.layers.13.mlp.up_proj.weight": "model-00009-of-00009.safetensors", "model.layers.13.post_attention_layernorm.weight": "model-00009-of-00009.safetensors", "model.layers.13.self_attn.k_proj.weight": "model-00009-of-00009.safetensors", "model.layers.13.self_attn.o_proj.weight": "model-00009-of-00009.safetensors", "model.layers.13.self_attn.q_proj.weight": "model-00009-of-00009.safetensors", "model.layers.13.self_attn.v_proj.weight": "model-00009-of-00009.safetensors", "model.norm.weight": "model-00009-of-00009.safetensors"}}
|
special_tokens_map.json
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"additional_special_tokens": [
|
| 3 |
+
">>TITLE<<",
|
| 4 |
+
">>ABSTRACT<<",
|
| 5 |
+
">>INTRODUCTION<<",
|
| 6 |
+
">>SUMMARY<<",
|
| 7 |
+
">>COMMENT<<",
|
| 8 |
+
">>ANSWER<<",
|
| 9 |
+
">>QUESTION<<",
|
| 10 |
+
">>DOMAIN<<",
|
| 11 |
+
">>EMAIL_ADDRESS<<",
|
| 12 |
+
">>IP_ADDRESS<<",
|
| 13 |
+
"<|startoftext|>",
|
| 14 |
+
">>IP_ADDRESS_0<<",
|
| 15 |
+
">>IP_ADDRESS_1<<",
|
| 16 |
+
">>IP_ADDRESS_2<<",
|
| 17 |
+
">>IP_ADDRESS_3<<",
|
| 18 |
+
">>IP_ADDRESS_4<<",
|
| 19 |
+
">>IP_ADDRESS_5<<",
|
| 20 |
+
">>IP_ADDRESS_6<<",
|
| 21 |
+
">>IP_ADDRESS_7<<",
|
| 22 |
+
">>IP_ADDRESS_8<<",
|
| 23 |
+
">>IP_ADDRESS_9<<",
|
| 24 |
+
">>PASSWORD<<",
|
| 25 |
+
">>KEY<<"
|
| 26 |
+
],
|
| 27 |
+
"eos_token": {
|
| 28 |
+
"content": "<|endoftext|>",
|
| 29 |
+
"lstrip": false,
|
| 30 |
+
"normalized": false,
|
| 31 |
+
"rstrip": false,
|
| 32 |
+
"single_word": false
|
| 33 |
+
},
|
| 34 |
+
"pad_token": {
|
| 35 |
+
"content": "<|pad|>",
|
| 36 |
+
"lstrip": false,
|
| 37 |
+
"normalized": false,
|
| 38 |
+
"rstrip": false,
|
| 39 |
+
"single_word": false
|
| 40 |
+
}
|
| 41 |
+
}
|
tokenizer.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
tokenizer_config.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|