Treza12 commited on
Commit
e2147dc
·
verified ·
1 Parent(s): f3d2a8a

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. config.json +34 -0
  2. mergekit_moe_config.yml +43 -0
  3. model-00001-of-00052.safetensors +3 -0
  4. model-00002-of-00052.safetensors +3 -0
  5. model-00003-of-00052.safetensors +3 -0
  6. model-00004-of-00052.safetensors +3 -0
  7. model-00005-of-00052.safetensors +3 -0
  8. model-00006-of-00052.safetensors +3 -0
  9. model-00007-of-00052.safetensors +3 -0
  10. model-00008-of-00052.safetensors +3 -0
  11. model-00009-of-00052.safetensors +3 -0
  12. model-00010-of-00052.safetensors +3 -0
  13. model-00011-of-00052.safetensors +3 -0
  14. model-00012-of-00052.safetensors +3 -0
  15. model-00013-of-00052.safetensors +3 -0
  16. model-00014-of-00052.safetensors +3 -0
  17. model-00015-of-00052.safetensors +3 -0
  18. model-00016-of-00052.safetensors +3 -0
  19. model-00017-of-00052.safetensors +3 -0
  20. model-00018-of-00052.safetensors +3 -0
  21. model-00019-of-00052.safetensors +3 -0
  22. model-00020-of-00052.safetensors +3 -0
  23. model-00021-of-00052.safetensors +3 -0
  24. model-00022-of-00052.safetensors +3 -0
  25. model-00023-of-00052.safetensors +3 -0
  26. model-00024-of-00052.safetensors +3 -0
  27. model-00025-of-00052.safetensors +3 -0
  28. model-00026-of-00052.safetensors +3 -0
  29. model-00027-of-00052.safetensors +3 -0
  30. model-00028-of-00052.safetensors +3 -0
  31. model-00029-of-00052.safetensors +3 -0
  32. model-00030-of-00052.safetensors +3 -0
  33. model-00031-of-00052.safetensors +3 -0
  34. model-00032-of-00052.safetensors +3 -0
  35. model-00033-of-00052.safetensors +3 -0
  36. model-00034-of-00052.safetensors +3 -0
  37. model-00035-of-00052.safetensors +3 -0
  38. model-00036-of-00052.safetensors +3 -0
  39. model-00037-of-00052.safetensors +3 -0
  40. model-00038-of-00052.safetensors +3 -0
  41. model-00039-of-00052.safetensors +3 -0
  42. model-00040-of-00052.safetensors +3 -0
  43. model-00041-of-00052.safetensors +3 -0
  44. model-00042-of-00052.safetensors +3 -0
  45. model-00043-of-00052.safetensors +3 -0
  46. model-00044-of-00052.safetensors +3 -0
  47. model-00045-of-00052.safetensors +3 -0
  48. model-00046-of-00052.safetensors +3 -0
  49. model-00047-of-00052.safetensors +3 -0
  50. model-00048-of-00052.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "cognitivecomputations/WestLake-7B-v2-laser",
3
+ "architectures": [
4
+ "MixtralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 4096,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 14336,
14
+ "max_position_embeddings": 32768,
15
+ "model_type": "mixtral",
16
+ "num_attention_heads": 32,
17
+ "num_experts_per_tok": 2,
18
+ "num_hidden_layers": 32,
19
+ "num_key_value_heads": 8,
20
+ "num_local_experts": 4,
21
+ "output_router_logits": false,
22
+ "pad_token_id": 2,
23
+ "rms_norm_eps": 1e-05,
24
+ "rope_theta": 10000.0,
25
+ "router_aux_loss_coef": 0.001,
26
+ "router_jitter_noise": 0.0,
27
+ "sliding_window": null,
28
+ "tie_word_embeddings": false,
29
+ "torch_dtype": "bfloat16",
30
+ "transformers_version": "4.44.2",
31
+ "unsloth_version": "2024.1",
32
+ "use_cache": true,
33
+ "vocab_size": 32000
34
+ }
mergekit_moe_config.yml ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base_model: cognitivecomputations/WestLake-7B-v2-laser
2
+ gate_mode: hidden
3
+ dtype: bfloat16
4
+ experts:
5
+ - source_model: mlabonne/Daredevil-7B
6
+ positive_prompts:
7
+ - "Answer this question from the ARC (Argument Reasoning Comprehension)."
8
+ - "Use common sense and logical reasoning skills."
9
+ negative_prompts:
10
+ - "nonsense"
11
+ - "irrational"
12
+ - "math"
13
+ - "code"
14
+ - source_model: cognitivecomputations/WestLake-7B-v2-laser
15
+ positive_prompts:
16
+ - "Answer this question from the Winogrande test."
17
+ - "Use advanced knowledge of culture and humanity"
18
+ negative_prompts:
19
+ - "ignorance"
20
+ - "uninformed"
21
+ - "creativity"
22
+ - source_model: mlabonne/Daredevil-7B
23
+ positive_prompts:
24
+ - "Calculate the answer to this math problem"
25
+ - "My mathematical capabilities are strong, allowing me to handle complex mathematical queries"
26
+ - "solve for"
27
+ negative_prompts:
28
+ - "incorrect"
29
+ - "inaccurate"
30
+ - "creativity"
31
+ - source_model: BioMistral/BioMistral-7B
32
+ positive_prompts:
33
+ - "Provide a detailed explanation based on medical literature."
34
+ - "Apply clinical reasoning to answer this healthcare question."
35
+ - "Use biomedical knowledge to solve this problem."
36
+ - "Interpret these clinical findings in the context of patient care."
37
+ - "Leverage your understanding of healthcare systems to advise on policy."
38
+ negative_prompts:
39
+ - "vague"
40
+ - "non-scientific"
41
+ - "unrelated to healthcare"
42
+ - "simplistic understanding"
43
+ - "ignore clinical guidelines"
model-00001-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37e5c11f90b5e166f4dc663e8db606f8403e17cfb66a4b332187750e00eaffaa
3
+ size 933250496
model-00002-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a7fa60d0977a800aebb57c12fba5798fc307b3ac29c478cb98de31e1de25d98
3
+ size 905987672
model-00003-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1156308948a15fb787156a80e52e870a62bd9d09c3680ff8a4da42654df69683
3
+ size 939525160
model-00004-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47848f7b8158f2f48eeabcbb9fe852eb15cad2e80344ba1c2a33b9a8e3a8b17f
3
+ size 905987672
model-00005-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fdf28cf23bc33c21e2758198906f7cc87ab38fcc3b97fe836df8f8fd80f8adf
3
+ size 939525160
model-00006-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:183ce32f36265cc4a30bd1677c440519cc44f6518713782c1fba00e606caba70
3
+ size 905987672
model-00007-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:868c5411d56aaf67751b3550c660be26c82d07a9b9692fe4745e8cdc33d91d57
3
+ size 905987672
model-00008-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40091ab77d9d1dbb397f2aa9a447d014e04a21505ae5967f4779a339f7fb5358
3
+ size 939525160
model-00009-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39c58c0f0f6798762f963ded9e6ff11f912f5f432cce07cb8bc1648f2fb8f18a
3
+ size 905987672
model-00010-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4703e81a82f41a7498e6b07387448922b74cf09f680cf85c3691da1e62be83e5
3
+ size 989865456
model-00011-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07d4466e6db514f89dfe7165797770891662987f08ef0cfdc8c4aed565d52c2b
3
+ size 973088024
model-00012-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83e16c44352c0fc69a60db7a65ed23fa0751870ee260c774de213c105becb5a7
3
+ size 905987672
model-00013-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90d73b3fe4a73f1bcd61c76709c65f368d052b9408a8bd2821f9d6073127a964
3
+ size 939525160
model-00014-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9540857d7a64485cc8bb4a0422f78ca6189ebdb54e5f3daff7bd962ccbcaa948
3
+ size 905987672
model-00015-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b73706adde63b49223dedbfeecdd198b48f8c5a0f581bd8ee998dc51f36e039b
3
+ size 905987672
model-00016-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:931eaf93950a70a5abb7eec71abb1be68c605ef2918e63b0dd48c7073789de6a
3
+ size 939525160
model-00017-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a833cad89a921b5f5ae7ad2c5ee26fe6ffb30393bd8226c452f7f1cec640d41d
3
+ size 905987680
model-00018-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe6c9d3330ff9842dacd8cb1c0cbc6819e0ec1926052f7b77147fbd33034ed01
3
+ size 989865472
model-00019-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5f0e60734ec19138f26ac1c0af212e29c3125a2ce52657893b7b3fed8b1cc5e
3
+ size 973088032
model-00020-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b650d99cf73cc40a4ad1c569c8718b9fb7d370a7176b7a6ae18accc2b2211d74
3
+ size 905987688
model-00021-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6d0ee22b5fe129f8d2ffc6c794c618c13b9da84518572a9aa8cd659908a5c64
3
+ size 939525168
model-00022-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2953dedb57e2cb547b5276279a0a14707f1ccd09a424fe7e8d264383979bc1d
3
+ size 905987688
model-00023-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:652cc20edace6b57ddf27ba10f23ba6189d77c9ceb6ad025023b80ec9fe89669
3
+ size 905987688
model-00024-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6188989457032063c826970448da383a28e723560733d9d58fed4ab96964e7d8
3
+ size 939525168
model-00025-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e744fe207e13731b647c94dbf320d9385dc17107cf3555e35db9a1b3618a5434
3
+ size 905987688
model-00026-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b577cec1200bddb119a329b110af855deb97d71970a3b8aab672de07747c211
3
+ size 989865472
model-00027-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a05779fc999233f9e3dd47657e380ef1ef937be0d19ab4ae548bd2b48eb04088
3
+ size 973088032
model-00028-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:836abd52d0a72c7cfb9932d75356ca957e017db1f915bd2d711a715834551403
3
+ size 905987688
model-00029-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:246ce35a1f12470de6afb03615365120e3fe95c6f6d3981e76b801ee4148e5c4
3
+ size 939525168
model-00030-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3528f2d2ac082db336652f5a2a84b595047e33d6f8e25a28cee3edfe0573f557
3
+ size 905987688
model-00031-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:31087950b6ded1a5280371bb2f9d710af6d5548110c17527ad9ad8346d2458ff
3
+ size 905987688
model-00032-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47ef478c0767d51ddef0ea687e5d7130f2b8b9bd6612affc0daea3c0c317594d
3
+ size 939525168
model-00033-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c490052856c87a6ab99d5b786264e9d526f21adab8054246058a2ec45e7a5c4d
3
+ size 905987688
model-00034-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6face2dc872867f55eb0d189056d76e36269ed6dbde5afa9e1e4bd8122fddc8a
3
+ size 989865472
model-00035-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17b61346a9df46b2061ad9f0548aebd254ac4363e6fcf30c2aad590a2861f72c
3
+ size 973088032
model-00036-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4fd103dccfe6e4398d00fb47832519c486cdf2a9421fe8f7f86098040a0c22aa
3
+ size 905987688
model-00037-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f090b8c7cceebea97237d85ff5b97a8bcb33fa57182f0e3f56e0e14ace3c00b4
3
+ size 939525168
model-00038-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:777c3e9438cc4151aa781a3f34f78a0d1d962cd60e50b8d42bc52fa7aaba5345
3
+ size 905987688
model-00039-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a32218d676a787322efdddaa35572aa26ff532afee8546f0ad78487808e430e
3
+ size 905987688
model-00040-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f6711376100a6282717b9f5db165690d84332c2d31a6bf90d239b181fbdd5dd
3
+ size 939525168
model-00041-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80000daadcb35e6ed17930054276ff969d8a5f2b1ad12a595653589c1547019a
3
+ size 905987688
model-00042-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f7e7e63ea486894605bba90dc618d73b4062f44fee275230f8fbd849db0174d
3
+ size 989865472
model-00043-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0388103466d669e8a02644e51c111784a8d0235b7b146884292ae79653b564c3
3
+ size 973088032
model-00044-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:852b26fc833ce6f83429da55194e4ad8ff5d44f1766aaa30864097acb6d37711
3
+ size 905987688
model-00045-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79b0991fc85111532b9b84241f196222476de4f0c168ff5cd85e556f2d84e111
3
+ size 939525168
model-00046-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3547cb51efb8cb2251949827e706092457f812f1d4492ac212f59b76e9490579
3
+ size 905987688
model-00047-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55195c0cc968354f2358dd7789d07564547f9fe136874e173073317197bc17cf
3
+ size 905987688
model-00048-of-00052.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:842368e1b3790b640c78fa79cd37b740eac90730038e3c1dd43f35a7a6c8166b
3
+ size 939525168