rhplus0831 commited on
Commit
a0bd8c7
1 Parent(s): c3e5f0d

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +54 -0
  2. config.json +30 -0
  3. mergekit_config.yml +18 -0
  4. model-00001-of-00048.safetensors +3 -0
  5. model-00002-of-00048.safetensors +3 -0
  6. model-00003-of-00048.safetensors +3 -0
  7. model-00004-of-00048.safetensors +3 -0
  8. model-00005-of-00048.safetensors +3 -0
  9. model-00006-of-00048.safetensors +3 -0
  10. model-00007-of-00048.safetensors +3 -0
  11. model-00008-of-00048.safetensors +3 -0
  12. model-00009-of-00048.safetensors +3 -0
  13. model-00010-of-00048.safetensors +3 -0
  14. model-00011-of-00048.safetensors +3 -0
  15. model-00012-of-00048.safetensors +3 -0
  16. model-00013-of-00048.safetensors +3 -0
  17. model-00014-of-00048.safetensors +3 -0
  18. model-00015-of-00048.safetensors +3 -0
  19. model-00016-of-00048.safetensors +3 -0
  20. model-00017-of-00048.safetensors +3 -0
  21. model-00018-of-00048.safetensors +3 -0
  22. model-00019-of-00048.safetensors +3 -0
  23. model-00020-of-00048.safetensors +3 -0
  24. model-00021-of-00048.safetensors +3 -0
  25. model-00022-of-00048.safetensors +3 -0
  26. model-00023-of-00048.safetensors +3 -0
  27. model-00024-of-00048.safetensors +3 -0
  28. model-00025-of-00048.safetensors +3 -0
  29. model-00026-of-00048.safetensors +3 -0
  30. model-00027-of-00048.safetensors +3 -0
  31. model-00028-of-00048.safetensors +3 -0
  32. model-00029-of-00048.safetensors +3 -0
  33. model-00030-of-00048.safetensors +3 -0
  34. model-00031-of-00048.safetensors +3 -0
  35. model-00032-of-00048.safetensors +3 -0
  36. model-00033-of-00048.safetensors +3 -0
  37. model-00034-of-00048.safetensors +3 -0
  38. model-00035-of-00048.safetensors +3 -0
  39. model-00036-of-00048.safetensors +3 -0
  40. model-00037-of-00048.safetensors +3 -0
  41. model-00038-of-00048.safetensors +3 -0
  42. model-00039-of-00048.safetensors +3 -0
  43. model-00040-of-00048.safetensors +3 -0
  44. model-00041-of-00048.safetensors +3 -0
  45. model-00042-of-00048.safetensors +3 -0
  46. model-00043-of-00048.safetensors +3 -0
  47. model-00044-of-00048.safetensors +3 -0
  48. model-00045-of-00048.safetensors +3 -0
  49. model-00046-of-00048.safetensors +3 -0
  50. model-00047-of-00048.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - ycros/BagelMIsteryTour-v2-8x7B
4
+ - smelborp/MixtralOrochi8x7B
5
+ - cognitivecomputations/dolphin-2.7-mixtral-8x7b
6
+ library_name: transformers
7
+ tags:
8
+ - mergekit
9
+ - merge
10
+
11
+ ---
12
+ # maid-yuzu-v7
13
+
14
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
15
+
16
+ I don't know anything about merges, so this may be a stupid method, but I was curious how the models would be merged if I took this approach.
17
+
18
+ ## Merge Details
19
+ ### Merge Method
20
+
21
+ This model was merged using the SLERP merge method.
22
+
23
+ This model is a model that first merges Model [Orochi](https://huggingface.co/smelborp/MixtralOrochi8x7B) with Model [dolphin](https://huggingface.co/cognitivecomputations/dolphin-2.7-mixtral-8x7b) with a 0.15 SLERP option, and then merges Model [BagelMIsteryTour](https://huggingface.co/ycros/BagelMIsteryTour-v2-8x7B) with a 0.2 SLERP option based on the merged model.
24
+
25
+ ### Models Merged
26
+
27
+ The following models were included in the merge:
28
+ * [ycros/BagelMIsteryTour-v2-8x7B](https://huggingface.co/ycros/BagelMIsteryTour-v2-8x7B)
29
+ * ../maid-yuzu-v7-base
30
+
31
+ ### Configuration
32
+
33
+ The following YAML configuration was used to produce this model:
34
+
35
+ ```yaml
36
+ base_model:
37
+ model:
38
+ path: ../maid-yuzu-v7-base
39
+ dtype: bfloat16
40
+ merge_method: slerp
41
+ parameters:
42
+ t:
43
+ - value: 0.2
44
+ slices:
45
+ - sources:
46
+ - layer_range: [0, 32]
47
+ model:
48
+ model:
49
+ path: ../maid-yuzu-v7-base
50
+ - layer_range: [0, 32]
51
+ model:
52
+ model:
53
+ path: ycros/BagelMIsteryTour-v2-8x7B
54
+ ```
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "../maid-yuzu-v7-base",
3
+ "architectures": [
4
+ "MixtralForCausalLM"
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": "mixtral",
15
+ "num_attention_heads": 32,
16
+ "num_experts_per_tok": 2,
17
+ "num_hidden_layers": 32,
18
+ "num_key_value_heads": 8,
19
+ "num_local_experts": 8,
20
+ "output_router_logits": false,
21
+ "rms_norm_eps": 1e-05,
22
+ "rope_theta": 1000000.0,
23
+ "router_aux_loss_coef": 0.02,
24
+ "sliding_window": null,
25
+ "tie_word_embeddings": false,
26
+ "torch_dtype": "bfloat16",
27
+ "transformers_version": "4.37.2",
28
+ "use_cache": true,
29
+ "vocab_size": 32000
30
+ }
mergekit_config.yml ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base_model:
2
+ model:
3
+ path: ../maid-yuzu-v7-base
4
+ dtype: bfloat16
5
+ merge_method: slerp
6
+ parameters:
7
+ t:
8
+ - value: 0.2
9
+ slices:
10
+ - sources:
11
+ - layer_range: [0, 32]
12
+ model:
13
+ model:
14
+ path: ../maid-yuzu-v7-base
15
+ - layer_range: [0, 32]
16
+ model:
17
+ model:
18
+ path: ycros/BagelMIsteryTour-v2-8x7B
model-00001-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:813e8970446b7d213c7ce8d638845df66706bfac6970f29b2148bd16ccf543d4
3
+ size 1963068160
model-00002-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14982225bfcb30731d8a5996cc2293cd04a79da002039662eba5c2f4d2cd6ef8
3
+ size 1996556608
model-00003-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e2d1f170da5a77cbf71416a21d4eba291ca01a9a78104bfd537cc8fa1035d24
3
+ size 1956727840
model-00004-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26be6b9a90333d8844e89340ca9799c93e08f95c86dd5ae633e3b5bab6ebf564
3
+ size 1996556608
model-00005-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e63a5b3cc9462ab4719ea966b9ac19125eb877a398bdeaa93589f891058dfaf7
3
+ size 1996524632
model-00006-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93af03d70567930d9b22b773760187fa957558425b98c40e1a25403b87ffd153
3
+ size 1929447960
model-00007-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39f5fc8243b91ffbc10bc5db156bdbd771848f0d80557aa9f830217423db07fd
3
+ size 1963019128
model-00008-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:044ed128c286bb19c4f883c4892c1a5cf01772f4758cc5b7231e83a90bf4fd8e
3
+ size 1996507568
model-00009-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:720fa5cd743a7e747c57aa681769026312b0ba4688ae5aede5706980da21ef1a
3
+ size 1963002512
model-00010-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a95879226b168fbeabc912dbc9c463074dcac7a1e89fd13f8aa71f0194eb1d11
3
+ size 1996507568
model-00011-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51fd1f685b6def376b5e26450cd15d353c7b56fedf1c2b6e88059661217185d6
3
+ size 1963002504
model-00012-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d6f3ea0b8e8f9f99a5e64550a25f27fc3a817f99d230c70d8efb24220447914
3
+ size 1996556592
model-00013-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e43b4a4fee51b6b459a0665220b64d120bb53b60a5852b3e5dd9b8e3eca482c
3
+ size 1929481648
model-00014-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9c5d8972db5f857a55289fa068ed43e845d085d6c01a282cdf0b15228f550e0
3
+ size 1996490952
model-00015-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:623a17b438d74d0a12570384f5b0f12962d304715e2cca2133a62cd7fdf1f79f
3
+ size 1963019112
model-00016-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be92f7fe065fc1efcc188e69de182074df34968c1016a08e0e66949801f6cc00
3
+ size 1996507584
model-00017-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8ab0c10a6524c10f33c48fcf8b20e6fe12a95bc58a51fd32f34885eec802a87
3
+ size 1963002528
model-00018-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:369ef2165c465fa35eaba513abb0169299f985132bfbcf42cf1e8ea040ade9f6
3
+ size 1996507584
model-00019-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e823d6f8e805266a773f16cff34663024a9dc9deb8e70b71138d66694edd3e58
3
+ size 1963002528
model-00020-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:037dd6806dcd2f654eec0eac4aa3523ed78f74d617d30ed0905983293b46aa8c
3
+ size 1963019144
model-00021-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e59f744e6e767c4807120c923074a2a81bd1397154d5ecf365c53badb74e142
3
+ size 1963019144
model-00022-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:915accbc2e627e771a28e1e98af0dfb7c5c55c6576ec3bcd50116d57e0a7da06
3
+ size 1963019144
model-00023-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8563cd47cc46eae5527310a1b404d04f00b256a56eae7a18eb7ffd17d4df7660
3
+ size 1996507584
model-00024-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8256faba2472f1e6f07b29da0309553954ccdc89e252f9cfaebadf0f2ecadad
3
+ size 1962936872
model-00025-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b558cfae4f264d68e28991359f8a26e6212cccb0f42b1a18706656e2c40b20f3
3
+ size 1996556624
model-00026-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42b17e21f8d42129959ecfe0bf98fa763040f972803c276c6af131abf98a83e4
3
+ size 1996507576
model-00027-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14b720acf9ee4c56994a9b929a4f80a811bdb747010662711497b9e18fd11120
3
+ size 1963068184
model-00028-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ead52e2bf857b91fce7219234f5fff61a82c5a1b5d593eec3f3ca021f04bfbfa
3
+ size 1962970104
model-00029-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2c6035ad8a067f53eb5935ad7a7d0b0ca05d229c38b2803fba381b23e954be9
3
+ size 1963002528
model-00030-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd167bb90d336a780d5cebb0744b21a25582a09250b2c7fd21e35094b0e36566
3
+ size 1963019144
model-00031-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c12215c615d07e3cc31c8ed56151ebb11e932a6280da1be157d7cedc27a6e28
3
+ size 1963019144
model-00032-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6de82bc33eeed201ab3ac82ca12f7a05ab190d3f7a4dfbc9da0d7e0838039e96
3
+ size 1963019144
model-00033-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cdc1887f805e311eb3e7ed50560c036ee3853f9b391150974f4c5fdf92e3b7b
3
+ size 1996507584
model-00034-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e62ce7de257c0e5fef544fcc9f4099f56510c3b338fdc743970a0577708661f4
3
+ size 1962936872
model-00035-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c826da0b6c0af5076a26e34754229bbd3e1129ae66ce392b60902f202a8a0dd
3
+ size 1996556624
model-00036-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a1fe966ed46c8503ca34d403b358b09e70a2239259b0dd4ea347bbe80e6fb45
3
+ size 1963019144
model-00037-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0321da3b56603b4240de4a10d6ca7cd0633159101db2f6e2446b54395b57182f
3
+ size 1996556624
model-00038-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:64e684298e77c1831b367661cfccbbef04098ffebd37d9475228ffec90e5e730
3
+ size 1929481672
model-00039-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:043a7db835d8e45fb5a14872140dd7e5d4dadc1419b551ef50f0fb8a8cbde069
3
+ size 1996490968
model-00040-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c52a440da74ae65e7ee990327db73b109b05df650a70f198817f2c37b9b24d
3
+ size 1963019144
model-00041-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f620a086ba80d0f5a7585b61777e3744341749995245ab4cec4bbc6302196824
3
+ size 1996507576
model-00042-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc3f6c8baeb7a2f880795b848ba94045208ae3c3a04248aef4a170e5f0809a05
3
+ size 1963002528
model-00043-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ef40fa7c0394019f2bd5e490592bf39217c591e35604cf1ac0510205ad6f803
3
+ size 1996507584
model-00044-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f711cd3b67be3fc27a0bd717113537caf1d5695d42e00ce1a6900bed99945c00
3
+ size 1963002528
model-00045-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:af0c7812a6293f8cce8c2eb0f9a6785a3b0a5cdcdbbfbb7f39b7f8c9ce1e72ea
3
+ size 1996490968
model-00046-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:babb3d2c182af5d4354fa1bce0a2f5ed8a84eb8285164bc5648796ba498b186c
3
+ size 1990306840
model-00047-of-00048.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3adcf4f5e575b97c171cbbd55b77d79f4f4dd4af32e89a30d805aeeaa6de4385
3
+ size 1962953488