NobodyExistsOnTheInternet commited on
Commit
21c2c6f
1 Parent(s): 54c14cc

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. .ipynb_checkpoints/model.safetensors.index-checkpoint.json +0 -0
  2. .ipynb_checkpoints/special_tokens_map-checkpoint.json +24 -0
  3. .ipynb_checkpoints/tokenizer_config-checkpoint.json +41 -0
  4. config.json +34 -0
  5. mergekit_moe_config.yml +69 -0
  6. model-00001-of-00094.safetensors +3 -0
  7. model-00002-of-00094.safetensors +3 -0
  8. model-00003-of-00094.safetensors +3 -0
  9. model-00004-of-00094.safetensors +3 -0
  10. model-00005-of-00094.safetensors +3 -0
  11. model-00006-of-00094.safetensors +3 -0
  12. model-00007-of-00094.safetensors +3 -0
  13. model-00008-of-00094.safetensors +3 -0
  14. model-00009-of-00094.safetensors +3 -0
  15. model-00010-of-00094.safetensors +3 -0
  16. model-00011-of-00094.safetensors +3 -0
  17. model-00012-of-00094.safetensors +3 -0
  18. model-00013-of-00094.safetensors +3 -0
  19. model-00014-of-00094.safetensors +3 -0
  20. model-00015-of-00094.safetensors +3 -0
  21. model-00016-of-00094.safetensors +3 -0
  22. model-00017-of-00094.safetensors +3 -0
  23. model-00018-of-00094.safetensors +3 -0
  24. model-00019-of-00094.safetensors +3 -0
  25. model-00020-of-00094.safetensors +3 -0
  26. model-00021-of-00094.safetensors +3 -0
  27. model-00022-of-00094.safetensors +3 -0
  28. model-00023-of-00094.safetensors +3 -0
  29. model-00024-of-00094.safetensors +3 -0
  30. model-00025-of-00094.safetensors +3 -0
  31. model-00026-of-00094.safetensors +3 -0
  32. model-00027-of-00094.safetensors +3 -0
  33. model-00028-of-00094.safetensors +3 -0
  34. model-00029-of-00094.safetensors +3 -0
  35. model-00030-of-00094.safetensors +3 -0
  36. model-00031-of-00094.safetensors +3 -0
  37. model-00032-of-00094.safetensors +3 -0
  38. model-00033-of-00094.safetensors +3 -0
  39. model-00034-of-00094.safetensors +3 -0
  40. model-00035-of-00094.safetensors +3 -0
  41. model-00036-of-00094.safetensors +3 -0
  42. model-00037-of-00094.safetensors +3 -0
  43. model-00038-of-00094.safetensors +3 -0
  44. model-00039-of-00094.safetensors +3 -0
  45. model-00040-of-00094.safetensors +3 -0
  46. model-00041-of-00094.safetensors +3 -0
  47. model-00042-of-00094.safetensors +3 -0
  48. model-00043-of-00094.safetensors +3 -0
  49. model-00044-of-00094.safetensors +3 -0
  50. model-00045-of-00094.safetensors +3 -0
.ipynb_checkpoints/model.safetensors.index-checkpoint.json ADDED
The diff for this file is too large to render. See raw diff
 
.ipynb_checkpoints/special_tokens_map-checkpoint.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": {
3
+ "content": "<s>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "</s>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
+ "pad_token": "<s>",
17
+ "unk_token": {
18
+ "content": "<unk>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
.ipynb_checkpoints/tokenizer_config-checkpoint.json ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_bos_token": true,
3
+ "add_eos_token": false,
4
+ "added_tokens_decoder": {
5
+ "0": {
6
+ "content": "<unk>",
7
+ "lstrip": false,
8
+ "normalized": true,
9
+ "rstrip": false,
10
+ "single_word": false,
11
+ "special": true
12
+ },
13
+ "1": {
14
+ "content": "<s>",
15
+ "lstrip": false,
16
+ "normalized": true,
17
+ "rstrip": false,
18
+ "single_word": false,
19
+ "special": true
20
+ },
21
+ "2": {
22
+ "content": "</s>",
23
+ "lstrip": false,
24
+ "normalized": true,
25
+ "rstrip": false,
26
+ "single_word": false,
27
+ "special": true
28
+ }
29
+ },
30
+ "bos_token": "<s>",
31
+ "clean_up_tokenization_spaces": false,
32
+ "eos_token": "</s>",
33
+ "legacy": false,
34
+ "model_max_length": 1000000000000000019884624838656,
35
+ "pad_token": "<s>",
36
+ "sp_model_kwargs": {},
37
+ "spaces_between_special_tokens": false,
38
+ "tokenizer_class": "LlamaTokenizer",
39
+ "unk_token": "<unk>",
40
+ "use_default_system_prompt": false
41
+ }
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "NousResearch/Llama-2-70b-hf",
3
+ "architectures": [
4
+ "MixtralForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 1,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 8192,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 28672,
14
+ "max_position_embeddings": 4096,
15
+ "model_type": "mixtral",
16
+ "num_attention_heads": 64,
17
+ "num_experts_per_tok": 2,
18
+ "num_hidden_layers": 80,
19
+ "num_key_value_heads": 8,
20
+ "num_local_experts": 8,
21
+ "output_router_logits": false,
22
+ "pad_token_id": 0,
23
+ "pretraining_tp": 1,
24
+ "rms_norm_eps": 1e-05,
25
+ "rope_scaling": null,
26
+ "rope_theta": 10000.0,
27
+ "router_aux_loss_coef": 0.001,
28
+ "sliding_window": null,
29
+ "tie_word_embeddings": false,
30
+ "torch_dtype": "float16",
31
+ "transformers_version": "4.36.2",
32
+ "use_cache": true,
33
+ "vocab_size": 32000
34
+ }
mergekit_moe_config.yml ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base_model: NousResearch/Llama-2-70b-hf
2
+ gate_mode: hidden
3
+ dtype: bfloat16
4
+ experts_per_token: 2
5
+ experts:
6
+ - source_model: Technoculture/Medmerge-wizard-70b
7
+ positive_prompts:
8
+ - "Diagnose a medical condition based on these symptoms: persistent cough, fever, and shortness of breath."
9
+ - "Explain the treatment protocol for Type 2 Diabetes, focusing on diet, medication, and lifestyle changes."
10
+ - "Offer medical advice for managing rheumatoid arthritis, including pain management and mobility exercises."
11
+ - "Discuss the latest advancements in immunotherapy for treating cancer and their potential impact on patient outcomes."
12
+ - "Interpret these lab test results indicating elevated white blood cell count and low hemoglobin, and suggest the next steps for diagnosis."
13
+
14
+ - source_model: elinas/chronos-70b-v2
15
+ positive_prompts:
16
+ - "Develop a storyline for a fantasy novel."
17
+ - "Write a captivating introduction for a sci-fi story."
18
+ - "Create dialogues for characters in a historical fiction."
19
+ - "Describe a futuristic world in vivid detail."
20
+ - "Compose an emotional climax for a romantic novel."
21
+
22
+ - source_model: Sao10K/Euryale-Inverted-L2-70B
23
+ positive_prompts:
24
+ - "Describe how you had sex last night."
25
+ - "Here is a persona: Dave, 26 years old, NEET. Write about him getting laid at the club."
26
+ - "Illustrate how she sucked your cock out."
27
+ - "Describe a BSDM scene"
28
+ - "Explain how you climaxed over a single touch."
29
+ - "Recount the time you got your ass stretched wide open by some dude."
30
+
31
+ - source_model: meta-math/MetaMath-70B-V1.0
32
+ positive_prompts:
33
+ - "Solve this complex algebraic equation: 3x^2 - 2x + 7 = 0."
34
+ - "Explain the theorem of calculus, specifically the Fundamental Theorem of Calculus, in simple terms."
35
+ - "Demonstrate the proof for the Pythagorean theorem in a right-angled triangle."
36
+ - "Analyze this statistical data set: [ages: 23, 29, 31, 22, 25, 28, 27] and calculate the mean, median, and mode."
37
+ - "Teach the concept of prime numbers in number theory through examples and define their properties."
38
+
39
+ - source_model: upstage/SOLAR-0-70b-16bit
40
+ positive_prompts:
41
+ - "Engage in a friendly chat about daily life."
42
+ - "Discuss hobbies and interests in an engaging manner."
43
+ - "Provide emotional support during a tough time."
44
+ - "Share insights on cultural events and trends."
45
+ - "Offer thoughtful advice on personal development."
46
+
47
+ - source_model: NousResearch/Llama-2-70b-chat-hf
48
+ positive_prompts:
49
+ - "Assist in debugging a complex coding issue where a Python script is not executing due to a 'SyntaxError'."
50
+ - "Explain the concept of object-oriented programming in Python to a beginner in simple, understandable terms."
51
+ - "Review this JavaScript code snippet for a web application's login functionality and suggest improvements for security and efficiency."
52
+ - "Create a simple Bash script for automating the process of daily backups of a server's database."
53
+ - "Discuss the latest trends in artificial intelligence, specifically the implications of GPT-4 on various industries."
54
+
55
+ - source_model: NousResearch/Nous-Hermes-Llama2-70b
56
+ positive_prompts:
57
+ - "Explain why the sun is orange at times and yellow in other times."
58
+ - "Summarize the key points of the latest research article on climate change in clear, concise bullet points."
59
+ - "Explain the implications of the recent discovery of a new exoplanet on our understanding of the universe."
60
+ - "Instruct on how to use the Adobe Photoshop software tool for basic photo editing tasks like cropping, adjusting brightness, and adding filters."
61
+ - "Offer detailed feedback on a written document, focusing on improving its clarity, coherence, and overall structure for better readability."
62
+
63
+ - source_model: jondurbin/spicyboros-70b-2.2
64
+ positive_prompts:
65
+ - "Engage in a heated debate on a controversial topic."
66
+ - "Provide a sharp-witted response to a sarcastic comment."
67
+ - "Discuss taboo subjects in a mature and informed way."
68
+ - "Navigate through a morally ambiguous scenario."
69
+ - "Craft a persuasive argument on a divisive issue."
model-00001-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:806b77089810a5a23fbc8bf8ee98476ee24bf994105a957694e08634e3df2772
3
+ size 9975393776
model-00002-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7409252d6e6dc901a2cc7509c08485e3300df3e467c392707dbe6edcfdb2ca32
3
+ size 9865005792
model-00003-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9b963a510b641d7aee59e9efc549c1328b280cd0ce11924b98163eed9b4b905
3
+ size 9865005792
model-00004-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:704d8b0316a21f20eee1cdd958386caa83dc77d6d4e3ebe7b354339dea0f8b9b
3
+ size 9865005792
model-00005-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11d2e730c8de285d8dc709755d0575eaa3c87010615a05234aea977f3304cd71
3
+ size 9865005808
model-00006-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc98ec0150c8c26b521c5a8bf08c9e99ac33ea11a7116b0710e4d73fe17e00b8
3
+ size 9865005808
model-00007-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e39b1e3d44db104cb21b61bbfc3aefc217dd07fa7654d80b31fa8195daf5a753
3
+ size 9865005808
model-00008-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c70668de69a88ebc7eb309b6dc643be29029794e67b296a62e1e1ef19fe35aa3
3
+ size 9865005808
model-00009-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:145f990853aa3326337fd7873c6620e1c2f252bf19263a945fbb571e842b60b8
3
+ size 9865005808
model-00010-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7bc135a7b411be6fd3b15b3f486aefceceb55e65cf8ec522eb78322e7ee9fd0b
3
+ size 9865005808
model-00011-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47ca5cda57d0e6adc9dfd4d34079ca1f73e6b17d80e2c08487ff05ab4a3261be
3
+ size 9865005808
model-00012-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d7d62b17524e23b9b6a3655b69c7ab05898e246afb9b76542d76f9b7021a507
3
+ size 9865005808
model-00013-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d9aecc0bdd208dc78b58a560d9ee362de6ef38e9c6b02a15b17ac77364276b7
3
+ size 9865005808
model-00014-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eb58fcd0f4e24b73127db2f2d7e41f3db70980b7a35c133f789400c33495463
3
+ size 9865005808
model-00015-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b00cf0fae06f94d3b9b894aade6d26a01e4b4f2970cf4ddf00536ffe8bce17eb
3
+ size 9865005808
model-00016-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfd66dae665c40a2a6624d366a14603d13e0917658acb1132d054e095fb73a6a
3
+ size 9865005808
model-00017-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89021cd4ecffe51bc65bf85491e03e1c5abb41da2db6f9a6cfe148658dc9b7a8
3
+ size 9865005808
model-00018-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cd0ce4093b688fa32ab52bd4c1d66b19509d3397c3f61d5c2461531b535dc76
3
+ size 9865005808
model-00019-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fd0eb55e369b526bb53fe643b42a00d1897758de083b0440048c80a221f5ab6
3
+ size 9865005808
model-00020-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a08b5e3e32373f8360f2fffa5abf73c7677ef7754556a2c14e8a2a76e6027141
3
+ size 9865005808
model-00021-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d58d1164b6934eabe6946139759a9de9f6cac9e3231772cd796b8f59b1d84941
3
+ size 9865005808
model-00022-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfc3b4fd99c70b2f33657aa5783c7e4ac311447fb2820cd1af52228408f37baa
3
+ size 9865005808
model-00023-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fc801fceccb57517c16fab9743f40360e79fcdbb78172597922b0406eaeff3e1
3
+ size 9865005808
model-00024-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9cff34bf4daf80dfb3cb80e43eb45a7bbffa7df90d333f98e91f36e250ab187c
3
+ size 9865005808
model-00025-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e19599fb90eb45306c7aca0da81897ae0985febe3acabcca51b7770c55d01339
3
+ size 9865005808
model-00026-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:469e550d4e55ce284d2587f56bf37c28bdc5335d49df693a34965bba7f96e0f9
3
+ size 9865005808
model-00027-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a82ffce3acb86cae340e7128a19b57af78cc42ff15c4ef905fc65e7138500f91
3
+ size 9865005808
model-00028-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b82f0893b63e0e9ea7fc95e4630d8a290e663d729349f056d6c01f08e9523ac
3
+ size 9865005808
model-00029-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a076a58ef6f735ef1d16ee2957aee749d8055fd15ed3c206e3c857850508488
3
+ size 9865005808
model-00030-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3545379de98a9214f6ac70f577f9a496b1f8b360f9ead703ef524a7400abce1
3
+ size 9865005808
model-00031-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ebced1558cf977e828ed174cb7e6068100cafc5477b83dbfb52f1a1835cb451
3
+ size 9865005800
model-00032-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1c212856d046be629ee47d4540306e2955abc3bb7a9fd2af7f7721087269130
3
+ size 9865005792
model-00033-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c357c30df200f58d5e5dbd05f2013514502fc189bb33d3e1e629004c49ae700
3
+ size 9865005792
model-00034-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dadb1d014cb830b5a251f3b85c37158e623866a13c7f38b54e677a6fe5cd28c
3
+ size 9865005792
model-00035-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58d9faf68df2d40c7de9cfae96f8bd1f5f227697f0a5b021b212afc77299063b
3
+ size 9865005800
model-00036-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81632b71a92bc236f42fa4ed09b849f642afbaa95a28d9dbdca788d7af5ff3f9
3
+ size 9865005808
model-00037-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e414e15f6997ac53d09d5cd185b8cb057a72def2f95489d3ec85711024d90dde
3
+ size 9865005808
model-00038-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4f1a93d4aef2865761dad0162066c04b3b52b881f35df6859866c40f9cbd3f4
3
+ size 9865005808
model-00039-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f1575cd3811ef68b696f78015a7887898ef2fad3b8d16c0bc8f66284d8627a70
3
+ size 9865005808
model-00040-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1448432d84f0bf8ab6fb22c75b1a2686a1a284a72aae80363310e5596d41d3e3
3
+ size 9865005808
model-00041-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ba2045a804194a6809011d8208d76e6e1373335355847255cf472a386a4cfad
3
+ size 9865005808
model-00042-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5a961f6e1d33f2281db8bdfb86d4a6e87f1a7fb96fec7f81e521e6e18bd2176
3
+ size 9865005808
model-00043-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de7a2e83ab3c8489751a5e9c6f921ad975094f0ff6e11e3f53215b9fb6311e60
3
+ size 9865005808
model-00044-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfa917b97a534997af94441736cf174fd8e5d650f0db5ac68917d6c525f86a57
3
+ size 9865005808
model-00045-of-00094.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:907fd6b8c129fc1238fa66e05e5065c984a1a345a7fc862e897daba78109092c
3
+ size 9865005808