Upload model weights

#1
by BigHuggyD - opened
This view is limited to 50 files because it contains too many changes.  See the raw diff here.
Files changed (50) hide show
  1. .ipynb_checkpoints/README-checkpoint.md +49 -0
  2. .ipynb_checkpoints/mergekit_config-checkpoint.yml +10 -0
  3. README.md +49 -0
  4. config.json +31 -0
  5. mergekit_config.yml +10 -0
  6. model-00001-of-00059.safetensors +3 -0
  7. model-00002-of-00059.safetensors +3 -0
  8. model-00003-of-00059.safetensors +3 -0
  9. model-00004-of-00059.safetensors +3 -0
  10. model-00005-of-00059.safetensors +3 -0
  11. model-00006-of-00059.safetensors +3 -0
  12. model-00007-of-00059.safetensors +3 -0
  13. model-00008-of-00059.safetensors +3 -0
  14. model-00009-of-00059.safetensors +3 -0
  15. model-00010-of-00059.safetensors +3 -0
  16. model-00011-of-00059.safetensors +3 -0
  17. model-00012-of-00059.safetensors +3 -0
  18. model-00013-of-00059.safetensors +3 -0
  19. model-00014-of-00059.safetensors +3 -0
  20. model-00015-of-00059.safetensors +3 -0
  21. model-00016-of-00059.safetensors +3 -0
  22. model-00017-of-00059.safetensors +3 -0
  23. model-00018-of-00059.safetensors +3 -0
  24. model-00019-of-00059.safetensors +3 -0
  25. model-00020-of-00059.safetensors +3 -0
  26. model-00021-of-00059.safetensors +3 -0
  27. model-00022-of-00059.safetensors +3 -0
  28. model-00023-of-00059.safetensors +3 -0
  29. model-00024-of-00059.safetensors +3 -0
  30. model-00025-of-00059.safetensors +3 -0
  31. model-00026-of-00059.safetensors +3 -0
  32. model-00027-of-00059.safetensors +3 -0
  33. model-00028-of-00059.safetensors +3 -0
  34. model-00029-of-00059.safetensors +3 -0
  35. model-00030-of-00059.safetensors +3 -0
  36. model-00031-of-00059.safetensors +3 -0
  37. model-00032-of-00059.safetensors +3 -0
  38. model-00033-of-00059.safetensors +3 -0
  39. model-00034-of-00059.safetensors +3 -0
  40. model-00035-of-00059.safetensors +3 -0
  41. model-00036-of-00059.safetensors +3 -0
  42. model-00037-of-00059.safetensors +3 -0
  43. model-00038-of-00059.safetensors +3 -0
  44. model-00039-of-00059.safetensors +3 -0
  45. model-00040-of-00059.safetensors +3 -0
  46. model-00041-of-00059.safetensors +3 -0
  47. model-00042-of-00059.safetensors +3 -0
  48. model-00043-of-00059.safetensors +3 -0
  49. model-00044-of-00059.safetensors +3 -0
  50. model-00045-of-00059.safetensors +3 -0
.ipynb_checkpoints/README-checkpoint.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - alpindale/WizardLM-2-8x22B
4
+ - lightblue/Karasu-Mixtral-8x22B-v0.1
5
+ - openbmb/Eurux-8x22b-nca
6
+ - cognitivecomputations/dolphin-2.9.2-mixtral-8x22b
7
+ - migtissera/Tess-2.0-Mixtral-8x22B
8
+ - fireworks-ai/mixtral-8x22b-instruct-oh
9
+ library_name: transformers
10
+ tags:
11
+ - mergekit
12
+ - merge
13
+
14
+ ---
15
+ # Untitled Model (1)
16
+
17
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
18
+
19
+ ## Merge Details
20
+ ### Merge Method
21
+
22
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [alpindale/WizardLM-2-8x22B](https://huggingface.co/alpindale/WizardLM-2-8x22B) as a base.
23
+
24
+ ### Models Merged
25
+
26
+ The following models were included in the merge:
27
+ * [lightblue/Karasu-Mixtral-8x22B-v0.1](https://huggingface.co/lightblue/Karasu-Mixtral-8x22B-v0.1)
28
+ * [openbmb/Eurux-8x22b-nca](https://huggingface.co/openbmb/Eurux-8x22b-nca)
29
+ * [cognitivecomputations/dolphin-2.9.2-mixtral-8x22b](https://huggingface.co/cognitivecomputations/dolphin-2.9.2-mixtral-8x22b)
30
+ * [migtissera/Tess-2.0-Mixtral-8x22B](https://huggingface.co/migtissera/Tess-2.0-Mixtral-8x22B)
31
+ * [fireworks-ai/mixtral-8x22b-instruct-oh](https://huggingface.co/fireworks-ai/mixtral-8x22b-instruct-oh)
32
+
33
+ ### Configuration
34
+
35
+ The following YAML configuration was used to produce this model:
36
+
37
+ ```yaml
38
+ models:
39
+ - model: alpindale/WizardLM-2-8x22B
40
+ - model: lightblue/Karasu-Mixtral-8x22B-v0.1
41
+ - model: fireworks-ai/mixtral-8x22b-instruct-oh
42
+ - model: cognitivecomputations/dolphin-2.9.2-mixtral-8x22b
43
+ - model: openbmb/Eurux-8x22b-nca
44
+ - model: migtissera/Tess-2.0-Mixtral-8x22B
45
+ base_model: alpindale/WizardLM-2-8x22B
46
+ merge_method: model_stock
47
+ dtype: bfloat16
48
+
49
+ ```
.ipynb_checkpoints/mergekit_config-checkpoint.yml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ models:
2
+ - model: alpindale/WizardLM-2-8x22B
3
+ - model: lightblue/Karasu-Mixtral-8x22B-v0.1
4
+ - model: fireworks-ai/mixtral-8x22b-instruct-oh
5
+ - model: cognitivecomputations/dolphin-2.9.2-mixtral-8x22b
6
+ - model: openbmb/Eurux-8x22b-nca
7
+ - model: migtissera/Tess-2.0-Mixtral-8x22B
8
+ base_model: alpindale/WizardLM-2-8x22B
9
+ merge_method: model_stock
10
+ dtype: bfloat16
README.md ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - alpindale/WizardLM-2-8x22B
4
+ - lightblue/Karasu-Mixtral-8x22B-v0.1
5
+ - openbmb/Eurux-8x22b-nca
6
+ - cognitivecomputations/dolphin-2.9.2-mixtral-8x22b
7
+ - migtissera/Tess-2.0-Mixtral-8x22B
8
+ - fireworks-ai/mixtral-8x22b-instruct-oh
9
+ library_name: transformers
10
+ tags:
11
+ - mergekit
12
+ - merge
13
+
14
+ ---
15
+ # Untitled Model (1)
16
+
17
+ This is a merge of pre-trained language models created using [mergekit](https://github.com/cg123/mergekit).
18
+
19
+ ## Merge Details
20
+ ### Merge Method
21
+
22
+ This model was merged using the [Model Stock](https://arxiv.org/abs/2403.19522) merge method using [alpindale/WizardLM-2-8x22B](https://huggingface.co/alpindale/WizardLM-2-8x22B) as a base.
23
+
24
+ ### Models Merged
25
+
26
+ The following models were included in the merge:
27
+ * [lightblue/Karasu-Mixtral-8x22B-v0.1](https://huggingface.co/lightblue/Karasu-Mixtral-8x22B-v0.1)
28
+ * [openbmb/Eurux-8x22b-nca](https://huggingface.co/openbmb/Eurux-8x22b-nca)
29
+ * [cognitivecomputations/dolphin-2.9.2-mixtral-8x22b](https://huggingface.co/cognitivecomputations/dolphin-2.9.2-mixtral-8x22b)
30
+ * [migtissera/Tess-2.0-Mixtral-8x22B](https://huggingface.co/migtissera/Tess-2.0-Mixtral-8x22B)
31
+ * [fireworks-ai/mixtral-8x22b-instruct-oh](https://huggingface.co/fireworks-ai/mixtral-8x22b-instruct-oh)
32
+
33
+ ### Configuration
34
+
35
+ The following YAML configuration was used to produce this model:
36
+
37
+ ```yaml
38
+ models:
39
+ - model: alpindale/WizardLM-2-8x22B
40
+ - model: lightblue/Karasu-Mixtral-8x22B-v0.1
41
+ - model: fireworks-ai/mixtral-8x22b-instruct-oh
42
+ - model: cognitivecomputations/dolphin-2.9.2-mixtral-8x22b
43
+ - model: openbmb/Eurux-8x22b-nca
44
+ - model: migtissera/Tess-2.0-Mixtral-8x22B
45
+ base_model: alpindale/WizardLM-2-8x22B
46
+ merge_method: model_stock
47
+ dtype: bfloat16
48
+
49
+ ```
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "alpindale/WizardLM-2-8x22B",
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": 6144,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 16384,
13
+ "max_position_embeddings": 65536,
14
+ "model_type": "mixtral",
15
+ "num_attention_heads": 48,
16
+ "num_experts_per_tok": 2,
17
+ "num_hidden_layers": 56,
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,
23
+ "router_aux_loss_coef": 0.001,
24
+ "router_jitter_noise": 0.0,
25
+ "sliding_window": null,
26
+ "tie_word_embeddings": false,
27
+ "torch_dtype": "bfloat16",
28
+ "transformers_version": "4.41.2",
29
+ "use_cache": false,
30
+ "vocab_size": 32000
31
+ }
mergekit_config.yml ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ models:
2
+ - model: alpindale/WizardLM-2-8x22B
3
+ - model: lightblue/Karasu-Mixtral-8x22B-v0.1
4
+ - model: fireworks-ai/mixtral-8x22b-instruct-oh
5
+ - model: cognitivecomputations/dolphin-2.9.2-mixtral-8x22b
6
+ - model: openbmb/Eurux-8x22b-nca
7
+ - model: migtissera/Tess-2.0-Mixtral-8x22B
8
+ base_model: alpindale/WizardLM-2-8x22B
9
+ merge_method: model_stock
10
+ dtype: bfloat16
model-00001-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48e26038dc9682b5312369b79f0b4ea60368886d50d6f253d35c0a09cce57450
3
+ size 4812966688
model-00002-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:283e6337d4ad7e5525ed467a41a421be2d31f1ab0974f2a9f85f191f11f8f980
3
+ size 4806799104
model-00003-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0605138ece5833f3d3123559ca0ef87d6c38887b03c44bd223a9b18ca3097352
3
+ size 4806799136
model-00004-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6bdbfcfe98f5a32300e140a1993134706ac6e1be235f79c0c838975270ead530
3
+ size 4806799152
model-00005-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26c41b09c9d9b82b61f9780aaa8d972579b77cd40125f065b6929afbebff1953
3
+ size 4806799152
model-00006-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ec11cdea5f95e3980f43c59b49b1c96fa9b6d7c92a2a4f082de63f0ed35ca84
3
+ size 4806799152
model-00007-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b5c318f4db1db2ee245180e7e3b624c6978a57ec808dbc6bbe355763d93569c
3
+ size 4806799152
model-00008-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec376cd62120c8a8d3d4003c1d44e3d0038e6371475c347894d7a5d0bf9c52ed
3
+ size 4806799152
model-00009-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0180a4af63bdd6746eeede12d3345dacc0ac7dbe431d43a2a492c087b63019cc
3
+ size 4806799152
model-00010-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54b4c7877c5acbfd3a1ffd394811b262287b5a0e0d0e59ac015600f8903029b2
3
+ size 4806799152
model-00011-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bb029b74f9e26306aaea3550398c73f32ffc46459b20484471e6c03b5586124
3
+ size 4806799152
model-00012-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04e28cc4fcfc11df1290fea568b55e5f4f2b0c7cfced509d6cb877aec1d91b49
3
+ size 4806799152
model-00013-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8668721bf940c05c03d495db285b41aa6e1580e092cb434e3e8a7593f94d15d
3
+ size 4806799144
model-00014-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:19f681b13ad4367e6de53104a29ac463b59bcaba6dbb1694b16e900ab10c460d
3
+ size 4806799128
model-00015-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:efb4bdffd9148eeea65c14149d1dd6f9a3a4415ed6d684fdb91b4c46f0ab89d1
3
+ size 4806799152
model-00016-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ed8621438e26a9227d32fe0c15966dd4a621c242eac66b4cc5d7511191c6c76
3
+ size 4806799152
model-00017-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e6789e2654e682aed7c21e9dd6bc56db30e5b6750391d504ce1e101fc0143a7
3
+ size 4806799152
model-00018-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b6137f80800373ba2c3baba69f4d34fd1d8fb6edb5cac4585d42f23dfe227ef
3
+ size 4806799152
model-00019-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd4d1146f1b7784e2df8369eb0f603c0c9d78f20f73041f35c2cb992a03cb912
3
+ size 4806799152
model-00020-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfd548404e876528ec0d149b57ac250c836daff454b213bbf38538f7c9c55507
3
+ size 4806799152
model-00021-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:853f62036d2a6a1d9c38b43bd85807679344ec67a565779aab580172d75fedba
3
+ size 4806799152
model-00022-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd5ce99d4683925058e7d96230ef21e00b9b7209e71b8d97e05b9674b71d0e12
3
+ size 4995542848
model-00023-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:45203567c009d48bd6a1bb34d4891c40ddace7cd34678e053ce549fb604f4334
3
+ size 4932628280
model-00024-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cc2c18776226ce6fabd5659fef8b3d3260839e342ae11f3cf10213f7404ed52
3
+ size 4932628280
model-00025-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1613bc498995784db758701bdd48d87a91707195731cc97e72ed6389d5504b34
3
+ size 4995542808
model-00026-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:099591dd512c66e7974e957948ddbbf11207d8c2181b4069b0a9c0ae8b04cd22
3
+ size 4806675904
model-00027-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dedfaf948d6bc150886594cbd093ee22886e063a6e7c7915796a0b9f6997a7d
3
+ size 4806799136
model-00028-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6049aa574398a6fd06d12c6459b95679c67f9ed4f498001f38f0cf0d63f07dd3
3
+ size 4806799136
model-00029-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:731f67b27725a1f574094772a14d5f34295f71d2cb7896d6eadcf08392eb257c
3
+ size 4806799136
model-00030-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c0145e6244e6c5e694680e05e9067cd8d1d312f9997a45efb137b2a3bbffa68
3
+ size 4806799136
model-00031-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccf7d11bb3cb784e7b609b680be35e51c36da0e5c9ec671501b8b436cbff6b43
3
+ size 4806799152
model-00032-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61e175c687cbc2f29759705a370874dbb0d104ab107cd7bb4d87af8d60935715
3
+ size 4806799152
model-00033-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30671544dab817e9061241591b9f45644566fa5d8adb339bcb104000ea553488
3
+ size 4806799152
model-00034-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3cab91070f754f1d8b6274cc7dd9cb81233b8e6243eae4c473ecce26e434ac7
3
+ size 4806799152
model-00035-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d141fc989cf7c5991a27ddef21e6e44a4c1e69d067ee75e51dea946468a74278
3
+ size 4806799152
model-00036-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfada5f8e8c1f5272bad838f1199479b8907f9c3ceffca255a619e4b05b018c4
3
+ size 4806799136
model-00037-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20c42d7a616613018f4adda694a053feb1db1aa23aa9cf1eedb89bbb4add7c60
3
+ size 4806799136
model-00038-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2e5e233a08d60411eb3ea9f0bcf03271d350c298f08091959bae93ac1725fbf
3
+ size 4806799152
model-00039-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92a0196cfd6bc681b283d849e3e64d3494e915781141a148df947808698f1ce0
3
+ size 4806799152
model-00040-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3672b4b559903a9712c0dc88b97f5670b919793523e4561e03e1dec4f6f14da9
3
+ size 4806799152
model-00041-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90b82de8c0d12fe7e7efe50c576245065e3789e400b9f1fc19e5cc7fa5793457
3
+ size 4806799152
model-00042-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53cbf6e808363f065f5132d34974739099170d272c794779b5cd37d6332d1eb3
3
+ size 4806799152
model-00043-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b03462ee3a2cb1e312e2dfa24ef209cf47209e5d005e1d12276058e0cacb2c36
3
+ size 4806799152
model-00044-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb18498f5900ac8ec776860c76a11453757f6f1b0136fa0a7f4cedf0ec53796c
3
+ size 4806799152
model-00045-of-00059.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1adc3167ed9ab97506fc53832c037a67793ed188be0668cf8cf99d7858f009ad
3
+ size 4806799152