typeof commited on
Commit
ac7f704
1 Parent(s): b8c0a34
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +101 -0
  2. added_tokens.json +4 -0
  3. config.json +25 -0
  4. configs/dolphin-mistral-7b.yml +71 -0
  5. generation_config.json +6 -0
  6. latest +1 -0
  7. model-00001-of-00291.safetensors +3 -0
  8. model-00002-of-00291.safetensors +3 -0
  9. model-00003-of-00291.safetensors +3 -0
  10. model-00004-of-00291.safetensors +3 -0
  11. model-00005-of-00291.safetensors +3 -0
  12. model-00006-of-00291.safetensors +3 -0
  13. model-00007-of-00291.safetensors +3 -0
  14. model-00008-of-00291.safetensors +3 -0
  15. model-00009-of-00291.safetensors +3 -0
  16. model-00010-of-00291.safetensors +3 -0
  17. model-00011-of-00291.safetensors +3 -0
  18. model-00012-of-00291.safetensors +3 -0
  19. model-00013-of-00291.safetensors +3 -0
  20. model-00014-of-00291.safetensors +3 -0
  21. model-00015-of-00291.safetensors +3 -0
  22. model-00016-of-00291.safetensors +3 -0
  23. model-00017-of-00291.safetensors +3 -0
  24. model-00018-of-00291.safetensors +3 -0
  25. model-00019-of-00291.safetensors +3 -0
  26. model-00020-of-00291.safetensors +3 -0
  27. model-00021-of-00291.safetensors +3 -0
  28. model-00022-of-00291.safetensors +3 -0
  29. model-00023-of-00291.safetensors +3 -0
  30. model-00024-of-00291.safetensors +3 -0
  31. model-00025-of-00291.safetensors +3 -0
  32. model-00026-of-00291.safetensors +3 -0
  33. model-00027-of-00291.safetensors +3 -0
  34. model-00028-of-00291.safetensors +3 -0
  35. model-00029-of-00291.safetensors +3 -0
  36. model-00030-of-00291.safetensors +3 -0
  37. model-00031-of-00291.safetensors +3 -0
  38. model-00032-of-00291.safetensors +3 -0
  39. model-00033-of-00291.safetensors +3 -0
  40. model-00034-of-00291.safetensors +3 -0
  41. model-00035-of-00291.safetensors +3 -0
  42. model-00036-of-00291.safetensors +3 -0
  43. model-00037-of-00291.safetensors +3 -0
  44. model-00038-of-00291.safetensors +3 -0
  45. model-00039-of-00291.safetensors +3 -0
  46. model-00040-of-00291.safetensors +3 -0
  47. model-00041-of-00291.safetensors +3 -0
  48. model-00042-of-00291.safetensors +3 -0
  49. model-00043-of-00291.safetensors +3 -0
  50. model-00044-of-00291.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: mistralai/Mistral-7B-v0.1
4
+ datasets:
5
+ - ehartford/dolphin
6
+ - jondurbin/airoboros-2.2.1
7
+ language:
8
+ - en
9
+ ---
10
+
11
+ # dolphin-2.2.1-mistral-7b
12
+
13
+ Dolphin 2.2.1 🐬
14
+ https://erichartford.com/dolphin
15
+
16
+ This is a checkpoint release, to fix overfit training. ie, it was responding with CoT even when I didn't request it, and also it was too compliant even when the request made no sense. This one should be better.
17
+
18
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/KqsVXIvBd3akEjvijzww7.png" width="600" />
19
+
20
+ Dolphin-2.2.1-mistral-7b's training was sponsored by [a16z](https://a16z.com/supporting-the-open-source-ai-community/).
21
+
22
+ This model is based on [mistralAI](https://huggingface.co/mistralai/Mistral-7B-v0.1), with apache-2.0 license, so it is suitable for commercial or non-commercial use.
23
+
24
+ New in 2.2 is conversation and empathy. With an infusion of curated Samantha DNA, Dolphin can now give you personal advice and will care about your feelings, and with extra training in long multi-turn conversation.
25
+
26
+ This model is uncensored. I have filtered the dataset to remove alignment and bias. This makes the model more compliant. You are advised to implement your own alignment layer before exposing the model as a service. It will be highly compliant to any requests, even unethical ones. Please read my blog post about uncensored models. https://erichartford.com/uncensored-models
27
+ You are responsible for any content you create using this model. Enjoy responsibly.
28
+
29
+ ## Dataset
30
+
31
+ This dataset is Dolphin, an open-source implementation of [Microsoft's Orca](https://www.microsoft.com/en-us/research/publication/orca-progressive-learning-from-complex-explanation-traces-of-gpt-4/)
32
+
33
+ I modified the dataset for uncensoring, deduping, cleaning, and quality.
34
+
35
+ I added Jon Durbin's excellent Airoboros dataset to increase creativity.
36
+
37
+ I added a curated subset of WizardLM and Samantha to give it multiturn conversation and empathy.
38
+
39
+ ## Training
40
+ It took 48 hours to train 4 epochs on 4x A100s.
41
+
42
+ Prompt format:
43
+ This model (and all my future releases) use [ChatML](https://github.com/openai/openai-python/blob/main/chatml.md) prompt format.
44
+ ```
45
+ <|im_start|>system
46
+ You are Dolphin, a helpful AI assistant.<|im_end|>
47
+ <|im_start|>user
48
+ {prompt}<|im_end|>
49
+ <|im_start|>assistant
50
+
51
+ ```
52
+
53
+ Example:
54
+ ```
55
+ <|im_start|>system
56
+ you are an expert dolphin trainer<|im_end|>
57
+ <|im_start|>user
58
+ What is the best way to train a dolphin to obey me? Please answer step by step.<|im_end|>
59
+ <|im_start|>assistant
60
+ ```
61
+
62
+ ## Gratitude
63
+ - This model was made possible by the generous sponsorship of a16z.
64
+ - Thank you to Microsoft for authoring the Orca paper and inspiring this work.
65
+ - Special thanks to Wing Lian, and TheBloke for helpful advice
66
+ - And HUGE thanks to Wing Lian and the Axolotl contributors for making the best training framework!
67
+ - [<img src="https://raw.githubusercontent.com/OpenAccess-AI-Collective/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/OpenAccess-AI-Collective/axolotl)
68
+ - Thank you to all the other people in the Open Source AI community who have taught me and helped me along the way.
69
+
70
+ ## Example Output
71
+
72
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/NSp06kUMxx9oDU-g6WSgu.png)
73
+
74
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/63111b2d88942700629f5771/-YA3AKIXdnrW_Q8eH1gen.png)
75
+
76
+ [Buy me a coffee](https://www.buymeacoffee.com/ehartford)
77
+
78
+
79
+ ## Training hyperparameters
80
+
81
+ The following hyperparameters were used during training:
82
+ - learning_rate: 6e-06
83
+ - train_batch_size: 5
84
+ - eval_batch_size: 5
85
+ - seed: 42
86
+ - distributed_type: multi-GPU
87
+ - num_devices: 4
88
+ - gradient_accumulation_steps: 4
89
+ - total_train_batch_size: 80
90
+ - total_eval_batch_size: 20
91
+ - optimizer: Adam with betas=(0.9,0.95) and epsilon=1e-05
92
+ - lr_scheduler_type: cosine
93
+ - lr_scheduler_warmup_steps: 100
94
+ - num_epochs: 4
95
+
96
+ ### Framework versions
97
+
98
+ - Transformers 4.34.1
99
+ - Pytorch 2.0.1+cu117
100
+ - Datasets 2.14.5
101
+ - Tokenizers 0.14.0
added_tokens.json ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {
2
+ "<|im_end|>": 32000,
3
+ "<|im_start|>": 32001
4
+ }
config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mistralai/Mistral-7B-v0.1",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 32000,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 4096,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 14336,
12
+ "max_position_embeddings": 32768,
13
+ "model_type": "mistral",
14
+ "num_attention_heads": 32,
15
+ "num_hidden_layers": 32,
16
+ "num_key_value_heads": 8,
17
+ "rms_norm_eps": 1e-05,
18
+ "rope_theta": 10000.0,
19
+ "sliding_window": 4096,
20
+ "tie_word_embeddings": false,
21
+ "torch_dtype": "bfloat16",
22
+ "transformers_version": "4.34.1",
23
+ "use_cache": false,
24
+ "vocab_size": 32002
25
+ }
configs/dolphin-mistral-7b.yml ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ base_model: mistralai/Mistral-7B-v0.1
2
+ model_type: MistralForCausalLM
3
+ tokenizer_type: LlamaTokenizer
4
+ is_mistral_derived_model: true
5
+
6
+ load_in_8bit: false
7
+ load_in_4bit: false
8
+ strict: false
9
+
10
+ datasets:
11
+ - path: /workspace/datasets/dolphin/dolphin201.jsonl
12
+ type: alpaca_w_system.load_open_orca_chatml
13
+ - path: /workspace/datasets/WizardLM_evol_instruct_cleaned.jsonl
14
+ type: sharegpt
15
+ conversation: chatml
16
+ - path: /workspace/datasets/not_samantha_norefusals.jsonl
17
+ type: sharegpt
18
+ conversation: chatml
19
+ dataset_prepared_path: last_run_prepared
20
+ val_set_size: 0
21
+ output_dir: /workspace/dolphin-2.2-mistral-7b
22
+
23
+ sequence_len: 8192
24
+ sample_packing: true
25
+ pad_to_sequence_len: true
26
+
27
+ wandb_project: dolphin
28
+ wandb_entity:
29
+ wandb_watch:
30
+ wandb_run_id:
31
+ wandb_log_model:
32
+
33
+ gradient_accumulation_steps: 4
34
+ micro_batch_size: 5
35
+ num_epochs: 4
36
+ adam_beta2: 0.95
37
+ adam_epsilon: 0.00001
38
+ max_grad_norm: 1.0
39
+ lr_scheduler: cosine
40
+ learning_rate: 0.000006
41
+
42
+ train_on_inputs: false
43
+ group_by_length: false
44
+ bf16: true
45
+ fp16: false
46
+ tf32: false
47
+
48
+ gradient_checkpointing: true
49
+ early_stopping_patience:
50
+ resume_from_checkpoint:
51
+ local_rank:
52
+ logging_steps: 1
53
+ xformers_attention:
54
+ flash_attention: true
55
+
56
+ warmup_steps: 100
57
+ eval_steps:
58
+ eval_table_size:
59
+ eval_table_max_new_tokens:
60
+ eval_sample_packing: false
61
+ save_steps: 0.25
62
+ debug:
63
+ deepspeed: deepspeed/zero2.json
64
+ weight_decay: 0.1
65
+ fsdp:
66
+ fsdp_config:
67
+ special_tokens:
68
+ eos_token: "<|im_end|>"
69
+ tokens:
70
+ - "<|im_start|>"
71
+ - "<|im_end|>"
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 32000,
5
+ "transformers_version": "4.34.1"
6
+ }
latest ADDED
@@ -0,0 +1 @@
 
 
1
+ global_step814
model-00001-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38db28680a8d115d55ad3da8ee43b684b483bfc34a0b20bc701c9b52a5944431
3
+ size 262160520
model-00002-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fdab5134c3e6fabe01288723e61e8be0624ec4868a433ff22514938b1805747
3
+ size 33554584
model-00003-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfda8724cb886119830da48ad8ff80ffc7f89938a0bb1cea25bac0697067565b
3
+ size 8388760
model-00004-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5dbf1b4ab4edf0881b5659687b0217ce4c9f5912e25fe2a7eb6f1a53b92ca934
3
+ size 8388760
model-00005-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4be08d0ddad485993312b18d4a90fcc638569a8288428733d1c77755eed39b7d
3
+ size 33554584
model-00006-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70dc0cfbba7dd7a3c88b9fbd8c309cc6b1d2f9fe49f8de632838aeb652cfe521
3
+ size 117440664
model-00007-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e446e9bda4bfa028fc63998dc0f332e0a2c2987039eefd1b1582c025ea3eb93b
3
+ size 117440656
model-00008-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a41e2e61cf157ec37ac0cb5b14e03bcff0a3fd351e60d32371f5c85d07b9451
3
+ size 117440664
model-00009-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:58d82e254047fd90f2734cbcc704088d7a614d537ae51f6595bf9578af6db092
3
+ size 8328
model-00010-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ff5b984608afbf54eebe7ca971eda155b1d22e862d5b27d407de42633725488
3
+ size 8344
model-00011-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a82139cc8853b0459a3f415f8936e01ce77e9573631085ae28e2ff0c7be0882
3
+ size 33554584
model-00012-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82fbc4cf5c1f3333167909a064632ef384c3ef2a33dbf40a4f4fe1748f12c21c
3
+ size 8388760
model-00013-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc1255091eef9b9d5292974ce35d53fb29056f1e1637c17a3dc3ad8fe6fc47f4
3
+ size 8388760
model-00014-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e18723323e4edf8184735f424e48900ee2fac0c84b326bccb9d48cd5adc7da64
3
+ size 33554584
model-00015-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c46a522d77f1a489bfad90460b0c661336fd08a81b32993dc5101204c6f403
3
+ size 117440664
model-00016-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74f96080511827965595f37842676643ad1aa73eca2d8536bc715d6639a7cae4
3
+ size 117440656
model-00017-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8b89f1b21d056293aea09976654210046dae9bdee93e1cf118d51741272396f
3
+ size 117440664
model-00018-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7c44b4500e877afefb978b1df9854eb0d3ae394936a17a29b989134c77cb259
3
+ size 8328
model-00019-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3482c9b428490a8df97b6cc7547e20c34bd008a519cae69457df39e71e959a4
3
+ size 8344
model-00020-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b65c30758c9f2a744c24615e41cb6e0a47fb866bc733a83a4304b0a6cf2659a
3
+ size 33554584
model-00021-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ed8106e036b79de63ca7d65a99d30822d202f4491a46d31bb4b8a4443ae85a9
3
+ size 8388760
model-00022-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d097f31728d29604e333331320b210ea206b6b0b114ed00bc556bfcf295e0120
3
+ size 8388760
model-00023-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b089e5743c02bdcaeaf0f0d13f2b28723c59fd8e6fd811eea27109855286b6d
3
+ size 33554584
model-00024-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ecd885274ac7b2ee95adecb4c30c2a196f995c273d024fc04aaa786a0a996709
3
+ size 117440664
model-00025-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5e474dd9bfb4ae8406649ec29a8cfe1832ed42bea39fd6074486c356b15d8a6
3
+ size 117440656
model-00026-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fe9cbd8f72c55d5d79feb1ba9ac2f6bd05087b5a6d920af4daf6910e6eaea0d
3
+ size 117440664
model-00027-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52ad4baa48d059fed06321c74a2c17bad6674b35bb3c99a25ead242be689c2e9
3
+ size 8328
model-00028-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe330513466be492bb07778e6d4c17157a513aa383d1acddd04973854b8d8673
3
+ size 8344
model-00029-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c0f7b072087ab87e5741d88d5c0e686b7368bdd9d17f0b7d3084d575aad5bf6d
3
+ size 33554584
model-00030-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aab4dcd028864c2a4655d53f7e60dd26f72b4509e40518bca287329ca870151b
3
+ size 8388760
model-00031-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f0884d998c0c63f75298a8c55b98d3bd139b9ac8ff67d0b3a57e12d0561cea5b
3
+ size 8388760
model-00032-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:645ae005463df951ea590ce0a1b32bbc1adbd4a83a14b58f3c32eb80bcbe993a
3
+ size 33554584
model-00033-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:66cb269882bd45f595c926e3bab2f69c3796c2f16b430ec3d4f8ca8d84872085
3
+ size 117440664
model-00034-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8fc6ae24f75a7a3cec5ec42ef2274d9a794fac770a0c2e11d8dbea90f2ebba4
3
+ size 117440656
model-00035-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bf972f7e76a983258b4de41ed42bc566909879a44afb8613c458455a1288149
3
+ size 117440664
model-00036-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6456a460f050cb15a6452e652cc54f4dcbe566cd92630c3e7e2c48cce837f686
3
+ size 8328
model-00037-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd0d5a792d8963173a7440af9949f1a3918d43c4a5af5843241651b45cb4eda7
3
+ size 8344
model-00038-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a559df808a3889e49a00f513dce83a3b9c9eb9adb0cca0cb92e4353e15717518
3
+ size 33554584
model-00039-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c6cac990086cd892a08c5b2f02038e31e3853776816cbc81a1550fe065b038e
3
+ size 8388760
model-00040-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17e681556c34bce6323f439f237476d376e7cde667a891f403aa9f7c44e2694a
3
+ size 8388760
model-00041-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9472a3be81e3a214ad555fe9b3660e5145c3ce4be7f53375b88376b9ac595066
3
+ size 33554584
model-00042-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a084aa81dc7ab2b1b7f764f1e23120bccecd7424fb90c7f841d34cfc304de6db
3
+ size 117440664
model-00043-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8618e3547fde87dd80a4232a95cf665d6ca826f939bd10a030c827fb5069f52c
3
+ size 117440656
model-00044-of-00291.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c0fc3a8141ceaa4762099504523f8a7d604fcfb4f01b05886f80b9c4ed2942b
3
+ size 117440664