nicoboss commited on
Commit
efe2a5c
1 Parent(s): 4e0138b

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 +143 -0
  2. config.json +35 -0
  3. generation_config.json +12 -0
  4. model-00001-of-00191.safetensors +3 -0
  5. model-00002-of-00191.safetensors +3 -0
  6. model-00003-of-00191.safetensors +3 -0
  7. model-00004-of-00191.safetensors +3 -0
  8. model-00005-of-00191.safetensors +3 -0
  9. model-00006-of-00191.safetensors +3 -0
  10. model-00007-of-00191.safetensors +3 -0
  11. model-00008-of-00191.safetensors +3 -0
  12. model-00009-of-00191.safetensors +3 -0
  13. model-00010-of-00191.safetensors +3 -0
  14. model-00011-of-00191.safetensors +3 -0
  15. model-00012-of-00191.safetensors +3 -0
  16. model-00013-of-00191.safetensors +3 -0
  17. model-00014-of-00191.safetensors +3 -0
  18. model-00015-of-00191.safetensors +3 -0
  19. model-00016-of-00191.safetensors +3 -0
  20. model-00017-of-00191.safetensors +3 -0
  21. model-00018-of-00191.safetensors +3 -0
  22. model-00019-of-00191.safetensors +3 -0
  23. model-00020-of-00191.safetensors +3 -0
  24. model-00021-of-00191.safetensors +3 -0
  25. model-00022-of-00191.safetensors +3 -0
  26. model-00023-of-00191.safetensors +3 -0
  27. model-00024-of-00191.safetensors +3 -0
  28. model-00025-of-00191.safetensors +3 -0
  29. model-00026-of-00191.safetensors +3 -0
  30. model-00027-of-00191.safetensors +3 -0
  31. model-00028-of-00191.safetensors +3 -0
  32. model-00029-of-00191.safetensors +3 -0
  33. model-00030-of-00191.safetensors +3 -0
  34. model-00031-of-00191.safetensors +3 -0
  35. model-00032-of-00191.safetensors +3 -0
  36. model-00033-of-00191.safetensors +3 -0
  37. model-00034-of-00191.safetensors +3 -0
  38. model-00035-of-00191.safetensors +3 -0
  39. model-00036-of-00191.safetensors +3 -0
  40. model-00037-of-00191.safetensors +3 -0
  41. model-00038-of-00191.safetensors +3 -0
  42. model-00039-of-00191.safetensors +3 -0
  43. model-00040-of-00191.safetensors +3 -0
  44. model-00041-of-00191.safetensors +3 -0
  45. model-00042-of-00191.safetensors +3 -0
  46. model-00043-of-00191.safetensors +3 -0
  47. model-00044-of-00191.safetensors +3 -0
  48. model-00045-of-00191.safetensors +3 -0
  49. model-00046-of-00191.safetensors +3 -0
  50. model-00047-of-00191.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: meta-llama/Meta-Llama-3.1-405B-Instruct
3
+ library_name: peft
4
+ tags:
5
+ - generated_from_trainer
6
+ model-index:
7
+ - name: Meta-Llama-3.1-405B-Instruct-Uncensored
8
+ results: []
9
+ ---
10
+
11
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
12
+ should probably proofread and complete it, then remove this comment. -->
13
+
14
+ [<img src="https://raw.githubusercontent.com/axolotl-ai-cloud/axolotl/main/image/axolotl-badge-web.png" alt="Built with Axolotl" width="200" height="32"/>](https://github.com/axolotl-ai-cloud/axolotl)
15
+ <details><summary>See axolotl config</summary>
16
+
17
+ axolotl version: `0.4.1`
18
+ ```yaml
19
+ base_model: /root/Meta-Llama-3.1-405B-Instruct
20
+ tokenizer_type: AutoTokenizer
21
+
22
+ load_in_4bit: true
23
+ strict: false
24
+
25
+ datasets:
26
+ - path: Guilherme34/uncensor
27
+ type: chat_template
28
+ chat_template: llama3
29
+ field_messages: messages
30
+ message_field_role: role
31
+ message_field_content: content
32
+ roles:
33
+ system:
34
+ - system
35
+ user:
36
+ - user
37
+ assistant:
38
+ - assistant
39
+ dataset_prepared_path: last_run_prepared
40
+ val_set_size: 0.0
41
+ output_dir: ./outputs/out/Meta-Llama-3.1-405B-Instruct-Uncensored
42
+ save_safetensors: true
43
+
44
+ adapter: qlora
45
+
46
+ sequence_len: 2048
47
+ sample_packing: true
48
+ pad_to_sequence_len: true
49
+
50
+ lora_r: 16
51
+ lora_alpha: 16
52
+ lora_dropout: 0.05
53
+ lora_target_modules:
54
+ lora_target_linear: true
55
+
56
+ gradient_accumulation_steps: 4
57
+ micro_batch_size: 1
58
+ num_epochs: 3
59
+ optimizer: adamw_torch
60
+ lr_scheduler: cosine
61
+ learning_rate: 0.00001
62
+
63
+ train_on_inputs: false
64
+ group_by_length: false
65
+ bf16: true
66
+ tf32: true
67
+
68
+ gradient_checkpointing: true
69
+ gradient_checkpointing_kwargs:
70
+ use_reentrant: true
71
+ logging_steps: 1
72
+ flash_attention: true
73
+
74
+ warmup_steps: 10
75
+ evals_per_epoch: 5
76
+ saves_per_epoch: 5
77
+ weight_decay: 0.0
78
+ fsdp:
79
+ - full_shard
80
+ - auto_wrap
81
+ fsdp_config:
82
+ fsdp_limit_all_gathers: true
83
+ fsdp_sync_module_states: true
84
+ fsdp_offload_params: true
85
+ fsdp_use_orig_params: false
86
+ fsdp_cpu_ram_efficient_loading: true
87
+ fsdp_auto_wrap_policy: TRANSFORMER_BASED_WRAP
88
+ fsdp_transformer_layer_cls_to_wrap: LlamaDecoderLayer
89
+ fsdp_state_dict_type: FULL_STATE_DICT
90
+ fsdp_sharding_strategy: FULL_SHARD
91
+ special_tokens:
92
+ pad_token: <|finetune_right_pad_id|>
93
+
94
+ ```
95
+
96
+ </details><br>
97
+
98
+ # outputs/out/Meta-Llama-3.1-405B-Instruct-Uncensored
99
+
100
+ This model was trained from scratch on the None dataset.
101
+
102
+ ## Model description
103
+
104
+ More information needed
105
+
106
+ ## Intended uses & limitations
107
+
108
+ More information needed
109
+
110
+ ## Training and evaluation data
111
+
112
+ More information needed
113
+
114
+ ## Training procedure
115
+
116
+ ### Training hyperparameters
117
+
118
+ The following hyperparameters were used during training:
119
+ - learning_rate: 1e-05
120
+ - train_batch_size: 1
121
+ - eval_batch_size: 1
122
+ - seed: 42
123
+ - distributed_type: multi-GPU
124
+ - num_devices: 4
125
+ - gradient_accumulation_steps: 4
126
+ - total_train_batch_size: 16
127
+ - total_eval_batch_size: 4
128
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
129
+ - lr_scheduler_type: cosine
130
+ - lr_scheduler_warmup_steps: 10
131
+ - num_epochs: 3
132
+
133
+ ### Training results
134
+
135
+
136
+
137
+ ### Framework versions
138
+
139
+ - PEFT 0.12.0
140
+ - Transformers 4.44.2
141
+ - Pytorch 2.3.1+cu121
142
+ - Datasets 2.20.0
143
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/root/Meta-Llama-3.1-405B-Instruct",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 128000,
9
+ "eos_token_id": 128009,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 16384,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 53248,
14
+ "max_position_embeddings": 131072,
15
+ "mlp_bias": false,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 128,
18
+ "num_hidden_layers": 126,
19
+ "num_key_value_heads": 8,
20
+ "pretraining_tp": 1,
21
+ "rms_norm_eps": 1e-05,
22
+ "rope_scaling": {
23
+ "factor": 8.0,
24
+ "high_freq_factor": 4.0,
25
+ "low_freq_factor": 1.0,
26
+ "original_max_position_embeddings": 8192,
27
+ "rope_type": "llama3"
28
+ },
29
+ "rope_theta": 500000.0,
30
+ "tie_word_embeddings": false,
31
+ "torch_dtype": "bfloat16",
32
+ "transformers_version": "4.44.2",
33
+ "use_cache": false,
34
+ "vocab_size": 128256
35
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 128000,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 128001,
6
+ 128008,
7
+ 128009
8
+ ],
9
+ "temperature": 0.6,
10
+ "top_p": 0.9,
11
+ "transformers_version": "4.44.2"
12
+ }
model-00001-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:281dce1abb2423bdc8f674916ac6c9d3a0f85ffac80a74766764a19c8a3b9935
3
+ size 4806672880
model-00002-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76b6088eef31e5b46bb4e0df99add1873b548ecac35d9a511ee584a92911dc3d
3
+ size 4026532224
model-00003-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5267e79b3684adb1d1699c82a151dcd9f69b0ca3ca76743950884cf2277a3250
3
+ size 4630578112
model-00004-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dbec90bd90a39afec9e9d314106b996801c74dc153cd299f551e0f523fa5cd7d
3
+ size 4630578112
model-00005-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:063c52d18715542c5fa001f1fde45674bf1bbfe829b642053111399a087b3bfa
3
+ size 3489661192
model-00006-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbe729dfd0a237a011cce23221e5fdf012c488ed0fdec3d80e603a7d225d4f6c
3
+ size 4630578112
model-00007-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84b02239fe399e95f0e485994432c51418942e45f94d2f4d2f9797073bfe0279
3
+ size 4630578112
model-00008-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2463dfe9c369440539863c0d1d5c3706a05c7d90b195d527839cab2b5b88440
3
+ size 3489661192
model-00009-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:733412a505d3867892af8d536aacc9b83460556b2d526c4c54bacb38eb35b1c5
3
+ size 4630578112
model-00010-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:159b4ff4a73c6e6d18807b6a0367a06f6a302fc4e5da022a6a5aad2ca65fdfda
3
+ size 4630578112
model-00011-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cb2bc1577785e65bf08c13f18bdf493307d6fb10e15f88124e27475fbfbb63d
3
+ size 3489661192
model-00012-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38f83969e00677267dd38f31e427344fbc451ad8138a17d32b4509f95d41c752
3
+ size 4630578112
model-00013-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ed1a1d0c7ed02263465960f393e7178620ea186e6879b4dfb9f2e1b12a77ebe
3
+ size 4630578112
model-00014-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02adc8eee021580cc45681302cef75ba739e6f7e6a66e19e7d3735282f510a65
3
+ size 3489661192
model-00015-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b1fd4e459082f28941a4289db970f7c1db40eaf39022314d5d3a3fc399058d4f
3
+ size 4630578112
model-00016-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84af6225bef15a3efe9e35f2181beaf0a77dc10303f9bab8547540d9a8825d73
3
+ size 4630578120
model-00017-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e900476c31c8f1eda4ae20169f7653240352fdb742e9b231e0b01b05770df779
3
+ size 3489661192
model-00018-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29a6bfb6a8bf41cd63167223b82e7ccfa2ea5e9f43cccb319a6680232322ac58
3
+ size 4630578120
model-00019-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edebe528e065e723b6a90235b15e248ea59efed9b55d32a2e4ef228da01cb129
3
+ size 4630578120
model-00020-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f54ffc47eb05c46c4f1f1efc564ac4e18d8ac49917ca95b38f46cb94dc69faf
3
+ size 3489661192
model-00021-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a850f64026e451df653c9cb5fde4ce3d78890c8578ceeb49bba04f5edabbb6f2
3
+ size 4630578120
model-00022-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0dacefcfa8a242067128e58cf4aa99e10235b815084ddab8116b85933ce03b9b
3
+ size 4630578120
model-00023-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57380917fdaf45eea37bd365c3cc58f268d1860410aa30ef308db3db85ba24fa
3
+ size 3489661192
model-00024-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d92511c59c3d455306aba77816a0affe0ae300aea1166514b31ff04d3ad270a9
3
+ size 4630578120
model-00025-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0375b050b28cf7331b4a984cf7bb502cd81dfe3e665a771a3f9fa6c798b1943
3
+ size 4630578120
model-00026-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daa1c0a95c5e9f54ba50a56967596f2beec2cbfc259c01cdd3a20fee330e3db4
3
+ size 3489661192
model-00027-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88d297cfe4ffccdea4ccdcafb6459a7538b365aa3981f53150395084a8ade9fd
3
+ size 4630578120
model-00028-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:008f44761518fd6076eeff8625f8e1e06179d12070cc0fe877751aaae99ee640
3
+ size 4630578120
model-00029-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:043a4a2c500200071d1ad96d18591fdcfdf439c2200aa4c12466758d07a0ceec
3
+ size 3489661192
model-00030-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d10a39d1c70ab8acdd29e0433d27e5e46b8ae375e12e541a1b1384e95b08f71
3
+ size 4630578120
model-00031-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:509acc8f5822033bca189c98a6cdb622673abd64f8cfb785d4551d3ef1d9dbfb
3
+ size 4630578120
model-00032-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a15b8374c9cadb7c8a6c8545b8704c076fe23ec010d684a9cac5310879ce2be
3
+ size 3489661192
model-00033-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70e69fe295c8a76525af830229b78701bc5fa99b20f87b29c40e2a84d658fa8c
3
+ size 4630578120
model-00034-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b3830ea93391ef0743ec7ab77b1c77b92c72b64023a3efa5bd8b493a60d117e
3
+ size 4630578120
model-00035-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6fd970254b52eb9b3119cac0ef03559368bd2d9b960a40ae1fc84c1d9168393
3
+ size 3489661192
model-00036-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f962f71415e7b8d96d718440fac90adc700b968a2b9d38c2cfad4018f1c636b6
3
+ size 4630578120
model-00037-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:96e8b4d1e6017e54684257c6ce7dddea9cc9dbb7087a1f41b1078003f2b93067
3
+ size 4630578120
model-00038-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d458d77769d2d1ff7d2adaeaa22f5da5e0d212c31bdfd5337bcb85ba08147bbf
3
+ size 3489661192
model-00039-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dcf17a3a0aa17bb561aaa2d0ca983b60d2c0bef55011f2f392e0daa4050b0e5b
3
+ size 4630578120
model-00040-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:146377e1e671db17df7949f7d9e5417e7227881f709774eae8238d46c4173831
3
+ size 4630578120
model-00041-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0169b6be4aee4390d7af1e3790f773f036a3ea27186f9912bce65017257fd48f
3
+ size 3489661192
model-00042-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0847cdee959aee9dc10b2f6f1f6c8a95cc58dddc3c30fc4a1c4b276117a6ed33
3
+ size 4630578120
model-00043-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a00cab5e07ce7770f331d63b105aabe88b95f200b0121feb02dde2c62a897d1
3
+ size 4630578120
model-00044-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f5529ab11e86a922e3d2934c1d7220df21040868f6fc33a16dbe8917f23db8d
3
+ size 3489661192
model-00045-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:104fe74418e710c068563e50a4350f5a3b1e8296bf9fde6f34423d3a00bf4d49
3
+ size 4630578120
model-00046-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c4d17efdcdca9900d982b54c73a27282a9319b69154e7e92d3695cdf812bd23
3
+ size 4630578120
model-00047-of-00191.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccd288e17a1ed4a579194346f8d7d891df4897b6b190f013068b2367026d4176
3
+ size 3489661192