abideen commited on
Commit
1d71eac
1 Parent(s): bc10b25

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 +94 -0
  2. config.json +30 -0
  3. mergekit_moe_config.yml +46 -0
  4. model-00001-of-00056.safetensors +3 -0
  5. model-00002-of-00056.safetensors +3 -0
  6. model-00003-of-00056.safetensors +3 -0
  7. model-00004-of-00056.safetensors +3 -0
  8. model-00005-of-00056.safetensors +3 -0
  9. model-00006-of-00056.safetensors +3 -0
  10. model-00007-of-00056.safetensors +3 -0
  11. model-00008-of-00056.safetensors +3 -0
  12. model-00009-of-00056.safetensors +3 -0
  13. model-00010-of-00056.safetensors +3 -0
  14. model-00011-of-00056.safetensors +3 -0
  15. model-00012-of-00056.safetensors +3 -0
  16. model-00013-of-00056.safetensors +3 -0
  17. model-00014-of-00056.safetensors +3 -0
  18. model-00015-of-00056.safetensors +3 -0
  19. model-00016-of-00056.safetensors +3 -0
  20. model-00017-of-00056.safetensors +3 -0
  21. model-00018-of-00056.safetensors +3 -0
  22. model-00019-of-00056.safetensors +3 -0
  23. model-00020-of-00056.safetensors +3 -0
  24. model-00021-of-00056.safetensors +3 -0
  25. model-00022-of-00056.safetensors +3 -0
  26. model-00023-of-00056.safetensors +3 -0
  27. model-00024-of-00056.safetensors +3 -0
  28. model-00025-of-00056.safetensors +3 -0
  29. model-00026-of-00056.safetensors +3 -0
  30. model-00027-of-00056.safetensors +3 -0
  31. model-00028-of-00056.safetensors +3 -0
  32. model-00029-of-00056.safetensors +3 -0
  33. model-00030-of-00056.safetensors +3 -0
  34. model-00031-of-00056.safetensors +3 -0
  35. model-00032-of-00056.safetensors +3 -0
  36. model-00033-of-00056.safetensors +3 -0
  37. model-00034-of-00056.safetensors +3 -0
  38. model-00035-of-00056.safetensors +3 -0
  39. model-00036-of-00056.safetensors +3 -0
  40. model-00037-of-00056.safetensors +3 -0
  41. model-00038-of-00056.safetensors +3 -0
  42. model-00039-of-00056.safetensors +3 -0
  43. model-00040-of-00056.safetensors +3 -0
  44. model-00041-of-00056.safetensors +3 -0
  45. model-00042-of-00056.safetensors +3 -0
  46. model-00043-of-00056.safetensors +3 -0
  47. model-00044-of-00056.safetensors +3 -0
  48. model-00045-of-00056.safetensors +3 -0
  49. model-00046-of-00056.safetensors +3 -0
  50. model-00047-of-00056.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - moe
5
+ - frankenmoe
6
+ - merge
7
+ - mergekit
8
+ - lazymergekit
9
+ - mlabonne/AlphaMonarch-7B
10
+ - Syed-Hasan-8503/Tess-Coder-7B-Mistral-v1.0
11
+ base_model:
12
+ - mlabonne/AlphaMonarch-7B
13
+ - Syed-Hasan-8503/Tess-Coder-7B-Mistral-v1.0
14
+ ---
15
+
16
+ # MonarchCoder-MoE-2x7B
17
+
18
+ MonarchCoder-MoE-2x7B is a Mixure of Experts (MoE) made with the following models using [LazyMergekit](https://colab.research.google.com/drive/1obulZ1ROXHjYLn6PPZJwRR6GzgQogxxb?usp=sharing):
19
+ * [mlabonne/AlphaMonarch-7B](https://huggingface.co/mlabonne/AlphaMonarch-7B)
20
+ * [Syed-Hasan-8503/Tess-Coder-7B-Mistral-v1.0](https://huggingface.co/Syed-Hasan-8503/Tess-Coder-7B-Mistral-v1.0)
21
+
22
+ ## 🧩 Configuration
23
+
24
+ ```yaml
25
+ base_model: paulml/OGNO-7B
26
+ gate_mode: hidden
27
+ dtype: bfloat16
28
+ experts:
29
+ - source_model: mlabonne/AlphaMonarch-7B
30
+ positive_prompts:
31
+ - "Mathematics"
32
+ - "Logical Reasoning"
33
+ - "Intelligent Conversations"
34
+ - "Thoughtful Analysis"
35
+ - "Biology"
36
+ - "Medicine"
37
+ - "Problem-solving Dialogue"
38
+ - "Physics"
39
+ - "Emotional intelligence"
40
+
41
+ negative_prompts:
42
+ - "History"
43
+ - "Philosophy"
44
+ - "Linguistics"
45
+ - "Literature"
46
+ - "Art and Art History"
47
+ - "Music Theory and Composition"
48
+ - "Performing Arts (Theater, Dance)"
49
+
50
+ - source_model: Syed-Hasan-8503/Tess-Coder-7B-Mistral-v1.0
51
+ positive_prompts:
52
+ - "Coding"
53
+ - "Algorithm Design"
54
+ - "Problem Solving"
55
+ - "Software Development"
56
+ - "Computer"
57
+ - "Code Refactoring"
58
+ - "Web development"
59
+ - "Machine learning"
60
+ negative_prompts:
61
+ - "Education"
62
+ - "Law"
63
+ - "Theology and Religious Studies"
64
+ - "Communication Studies"
65
+ - "Business and Management"
66
+ - "Agricultural Sciences"
67
+ - "Nutrition and Food Science"
68
+ - "Sports Science"
69
+
70
+ ```
71
+
72
+ ## 💻 Usage
73
+
74
+ ```python
75
+ !pip install -qU transformers bitsandbytes accelerate
76
+
77
+ from transformers import AutoTokenizer
78
+ import transformers
79
+ import torch
80
+
81
+ model = "abideen/MonarchCoder-MoE-2x7B"
82
+
83
+ tokenizer = AutoTokenizer.from_pretrained(model)
84
+ pipeline = transformers.pipeline(
85
+ "text-generation",
86
+ model=model,
87
+ model_kwargs={"torch_dtype": torch.float16, "load_in_4bit": True},
88
+ )
89
+
90
+ messages = [{"role": "user", "content": "Explain what a Mixture of Experts is in less than 100 words."}]
91
+ prompt = pipeline.tokenizer.apply_chat_template(messages, tokenize=False, add_generation_prompt=True)
92
+ outputs = pipeline(prompt, max_new_tokens=256, do_sample=True, temperature=0.7, top_k=50, top_p=0.95)
93
+ print(outputs[0]["generated_text"])
94
+ ```
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "paulml/OGNO-7B",
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": 2,
20
+ "output_router_logits": false,
21
+ "rms_norm_eps": 1e-05,
22
+ "rope_theta": 10000.0,
23
+ "router_aux_loss_coef": 0.001,
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_moe_config.yml ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ base_model: paulml/OGNO-7B
3
+ gate_mode: hidden
4
+ dtype: bfloat16
5
+ experts:
6
+ - source_model: mlabonne/AlphaMonarch-7B
7
+ positive_prompts:
8
+ - "Mathematics"
9
+ - "Logical Reasoning"
10
+ - "Intelligent Conversations"
11
+ - "Thoughtful Analysis"
12
+ - "Biology"
13
+ - "Medicine"
14
+ - "Problem-solving Dialogue"
15
+ - "Physics"
16
+ - "Emotional intelligence"
17
+
18
+ negative_prompts:
19
+ - "History"
20
+ - "Philosophy"
21
+ - "Linguistics"
22
+ - "Literature"
23
+ - "Art and Art History"
24
+ - "Music Theory and Composition"
25
+ - "Performing Arts (Theater, Dance)"
26
+
27
+ - source_model: Syed-Hasan-8503/Tess-Coder-7B-Mistral-v1.0
28
+ positive_prompts:
29
+ - "Coding"
30
+ - "Algorithm Design"
31
+ - "Problem Solving"
32
+ - "Software Development"
33
+ - "Computer"
34
+ - "Code Refactoring"
35
+ - "Web development"
36
+ - "Machine learning"
37
+ negative_prompts:
38
+ - "Education"
39
+ - "Law"
40
+ - "Theology and Religious Studies"
41
+ - "Communication Studies"
42
+ - "Business and Management"
43
+ - "Agricultural Sciences"
44
+ - "Nutrition and Food Science"
45
+ - "Sports Science"
46
+
model-00001-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8da1d2b2bc8aa70817672b46ea55537f46bf5544ac7ed970304760a1322e7cb
3
+ size 262152416
model-00002-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f801f4fbcb2dbdfddfdb61fb613133660353b025d21ff0f37cacfd01da5a37c0
3
+ size 497291064
model-00003-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01eb998c56646bd1865ad341d394477b4444aeee5f5993cee01d2bac630bc316
3
+ size 469762600
model-00004-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d3cfa68e71b1b864c69d71d5e339548aba3dcf3060de4e8caf31a436ebb5da7
3
+ size 469762600
model-00005-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c518986426a177e4bd789468095147560d7800eca8d5ca405c4aa63c84b9f2d
3
+ size 469762600
model-00006-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20fecbbcf6209a2dc159d87a4f2f1d01a86ef928e7d6c73af805cf89a30a1602
3
+ size 469762600
model-00007-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:582ef70fa99af83c401869b58e11d3e9d1b9a0fb6e373d11c726bd9cc550b309
3
+ size 469762600
model-00008-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:205adcdf5c51728c1c4f32d090cb01629eb60ad02cd91c31405d59d6e3921946
3
+ size 469762600
model-00009-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b47c93092438e880eed2ce992f0bbfb0c294b05ed3898021155a5b522705486b
3
+ size 469762600
model-00010-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db708b1014ebfa7cb879ff8512fad730d70e65765f0af3a14f37f9b88149ae6b
3
+ size 469762600
model-00011-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f73ea6ac7395924ef353b7beae08f80768e4aa18df439c3af8ebac080ee5f76a
3
+ size 469762600
model-00012-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c251b15491845da776a34bee9e319eae6396332bd57e82b9e45b7f94a4f9f490
3
+ size 469762600
model-00013-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5869532c5e6676484d737b3fea708e03e8612b2a0d4f07c4135412cdecf7127
3
+ size 469762600
model-00014-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a27f14f69f571d9652af5625b72988e1b8b711620f546bd319be1280bba7fd14
3
+ size 469762600
model-00015-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04c4278e4e03922f7fe76a742244363de610fef7091ab9da8e0fd72fde63c945
3
+ size 469762600
model-00016-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5053f0c6b17bb51361a6603345e7322452abc0e89f5e15f67bc0b5c7ed05704
3
+ size 469762600
model-00017-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96e8635270e9b7c19d488d05d691d0c36b637f09c0fc6233785367dc9b8ed9fc
3
+ size 469762600
model-00018-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4e48785acfb3f0873a3fd324e883e575e694cac66ddf820c32417f3e1dce4a66
3
+ size 469762600
model-00019-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b0cf5c4066e42b601f11dd26dc651e9ad759a01c36e8b1b9fa327361635bf73
3
+ size 469762600
model-00020-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:014d5f2dfd0e8e339846c0c96047fc94e17d89c36edb8367c40b35333625af9b
3
+ size 469762600
model-00021-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfd6bf5839aed5e99797831dbd8f059a3aa9689c96b41806cea4583fe33f04d2
3
+ size 469762600
model-00022-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5369d795ba6ab16390851f6c092e2063804dc3a8a878ef9ee40d4dcc245c9736
3
+ size 469762600
model-00023-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4e229abad0fcfd55ea81745bc5e03025dd8cba615fc02963e75c491ac1089bb
3
+ size 469762600
model-00024-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b82d24473c8d88c1e91181839c437c052678e20f8aefc5f1c7b8214a05f3fa1
3
+ size 469762600
model-00025-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52093780030f83daa647e17e775aa730313c0e185a6b6d2d0e5f4bee959cb3b4
3
+ size 469762600
model-00026-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ee72853d8a46282f333914358f51ee63ca1150b25076715d7624a5224ec4b2ed
3
+ size 469762600
model-00027-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61d1006199d38903de88ee6b3012ef6719b479950cfc3841fd759bfe77082d7c
3
+ size 469762600
model-00028-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23e753e72de8fb7e7fb725994fbe013311c9e4efed3d5920a161482cdac607d8
3
+ size 469762600
model-00029-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5be24f342c932cff1d51fcfd986a722b745314d694cfb203c6ecc6b17bb84805
3
+ size 469762600
model-00030-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:703be4fc15990edb3208cdd50e8d9060be4a7183fa6ef080ed7d3ed2e2ad887b
3
+ size 469762600
model-00031-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23f440741f672ab6963a20efeefb1d01862cced1d45f61b14aee6aabf9a2540f
3
+ size 469762600
model-00032-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2bb6640f35b9c43cc997bdf504b48b8bbd882ea112b7a15aff04d9c0aa18c7a
3
+ size 469762600
model-00033-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8961c711d957e6010389c3bd6dea9b4d440f519c1795b53856a8d4d1d9e58f72
3
+ size 469762600
model-00034-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a6666e196e4f4751acf35e7b1c394ec7c7cdc9e5ba0c004d9c32b85f3a83463
3
+ size 469762600
model-00035-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f05446c396e70a95929310beddb089f012cfb525a5ee5cb98e48b90c24d0dbbe
3
+ size 469762600
model-00036-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:598c8c766562a1c44e3e9a7cc33ea777ed4cbfe605fafc3622cbadd0de9e918f
3
+ size 469762600
model-00037-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4ae8ec3224c190add15ba065732212b23cb956e32db289ae9c7de067d704cda
3
+ size 469762600
model-00038-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a537a374dfd240a92171f7fd99962062b5cf57c2e2919bf26b7d3f8af1f43268
3
+ size 469762600
model-00039-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b5082efaf6daedcd747a2342ce8a4123dfd4a1e83788485a14d95ab2757118e
3
+ size 469762600
model-00040-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99638d29aef8ff0caa326e57411512066b66e2683215ff3dde9b483bff2d7cef
3
+ size 469762600
model-00041-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:103b5bd4cc4ea72f87ecabb3a6ab1af4c4c6d35182443a6c1ab682efdc1c3d66
3
+ size 469762600
model-00042-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:13aac02119ecb8ae7a12e10daf6fa98d1992e4cccbaf534b2ee163382a786078
3
+ size 469762600
model-00043-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:873d867f2274849b0da0483facab1bd5e423d5cdaa604cdf06d65a38580e011f
3
+ size 469762600
model-00044-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c65bed95f802056239c26d3cfa258c587f3724c344054942e62c8b95e71fb76
3
+ size 469762600
model-00045-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8388cf9a8da0daea6110c22574f4370a50064670c00719a90ba2782c588d0257
3
+ size 469762600
model-00046-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4600479e9fdec1b7e981d6379de0cf8b913a23786bd1185612777dcd9a416202
3
+ size 469762600
model-00047-of-00056.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b7e9a566dde152db7f80b00424ed4442b1cdb77a4ed3e80e36b89b4e8ad0be5c
3
+ size 469762600